if(installation != SINGLE_INSTANCE) {
throw new SearchException( "Only Installation.SINGLE_INSTANCE is supported" );
}
if ( searchFactoryImplementor == null ) {
searchFactoryImplementor = new SearchFactoryBuilder()
.configuration( new SearchConfigurationFromHibernateCore( cfg ) )
.buildSearchFactory();
}
String indexingStrategy = searchFactoryImplementor.getIndexingStrategy();