@Test
public void testGetIndexedTypeSingleIndexedType() {
SearchConfigurationForTest cfg = getManualConfiguration();
SearchMapping mapping = new SearchMapping();
mapping
.entity( Foo.class ).indexed()
.property( "id", FIELD ).documentId()
;
cfg.setProgrammaticMapping( mapping );