|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MassIndexerFactory
Contains methods that can be used to create a MassIndexer
.
Service
Method Summary | |
---|---|
MassIndexer |
createMassIndexer(SearchFactoryImplementor searchFactory,
SessionFactory sessionFactory,
Class<?>... entities)
Create an instance of a MassIndexer . |
void |
initialize(Properties properties)
Called after the creation of the factory, can be used to read configuration parameters. |
Method Detail |
---|
void initialize(Properties properties)
properties
- configuration propertiesMassIndexer createMassIndexer(SearchFactoryImplementor searchFactory, SessionFactory sessionFactory, Class<?>... entities)
MassIndexer
.
searchFactory
- the Hibernate Search factorysessionFactory
- the Session
factoryentities
- the classes of the entities that are going to be indexed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |