|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexEntity
Represents a groups of indexable conetnt associated with a name and provides the list of sub indexes it will be indexed into (for parallel indexing).
A typical implementation can be an ORM based device that has a Class as the Index Entity (with a simple select associated with it). In such a case, the index entity represents all the data that can be fetched basde on the Class type.
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the index entity. |
String[] |
getSubIndexes()
Returns a list of the sub indexes this indexable content the index entity represents is going to be indexed into. |
| Method Detail |
|---|
String getName()
String[] getSubIndexes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||