Class Summary |
AbstractionBase |
The AbstractionPlugin abstract class is used as a base plugin when creating
plugins that add the results of an Endeca query to an "AbstractedResult"
object, which can then be marshalled and sent back to the client. |
AbstractionContext |
|
AbstractionKeyNames |
|
AggRecordsAbstraction |
The AggRecordsAbstractionPlugin retrieves aggregated record result set information;
it adds its data to the AbstractedResults object, under the key "AggrRecords". |
ContentAbstraction |
|
NavStateItemAbstraction |
|
RecordsAbstraction |
The RecordsAbstractionPlugin retrieves record result set information;
it adds its data to the AbstractedResults object, under the key "Records". |
RefinementsAbstraction |
The RefinementsByGroupAbstractionPlugin retrieves refinements available
for the current record set, grouped by dimension group names;
it adds its data to the AbstractedResults object, under the key "Refinements". |
RefinementsByGroupAbstraction |
The RefinementsByGroupAbstractionPlugin retrieves refinements available
for the current record set, grouped by dimension group names;
it adds its data to the AbstractedResults object, under the key "Refinements". |
ResultSetMetaInfoAbstraction |
The ResultSetMetaInfoAbstractionPlugin retrieves information related to the result set
(for instance, number of records, records per page, records returned, etc.)
It adds its data to the AbstractedResults object, under the key "MetaInfo". |
SearchMetaInfoAbstraction |
The SearchMetaInfoAbstractionPlugin retrieves information related to any searches
that have been done (for instance, spell-correction, terms and keys searched on, etc.)
It adds its data to the AbstractedResults object, under the key "Search Info". |
UICLAbstraction |
|