|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexEntitiesIndexer
Handles indexing of the list of IndexEntity.
Usually, each IndexEntity represents a groups
of the indexable content (like a certain class when using ORM or a select statement). It is then
used to fetch the data and then index it. The process of fetching the data and indexing it in
Compass is done by this interface implementation.
| Method Summary | |
|---|---|
void |
performIndex(CompassSession session,
IndexEntity[] entities)
Performs the actual indexing of the list of index entities. |
| Method Detail |
|---|
void performIndex(CompassSession session,
IndexEntity[] entities)
throws CompassException
session - The compass session to index the data withentities - A list of entities to perform the indexing by
CompassException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||