verifyIndexManagerTypeIs( NRTIndexManager.class, configurationForTest );
}
private void verifyIndexManagerTypeIs(Class<? extends IndexManager> expectedIndexManagerClass, SearchConfigurationForTest cfg) {
SearchMapping mapping = new SearchMapping();
mapping
.entity( Document.class ).indexed().indexName( "documents" )
.property( "id", ElementType.FIELD ).documentId()
.property( "title", ElementType.FIELD ).field();
cfg.setProgrammaticMapping( mapping );