|
||||||||||
| 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,
org.hibernate.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 properties
MassIndexer createMassIndexer(SearchFactoryImplementor searchFactory,
org.hibernate.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 | |||||||||