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.
author: kimchy |