|
Interface Summary |
| IPTSBooleanQuery |
An IPTSQuery that is the conjunction (AND) or disjunction (OR) of one or more other IPTSQuery objects. |
| IPTSearchFactory |
Defines factory methods for all other objects in the
com.plumtree.server.search package. |
| IPTSField |
A single field that might appear in a search result or as part of a search query. |
| IPTSGroupInfo |
Holder class for info about a single "group" of results discovered
during execution of a query request. |
| IPTSModifiableQuery |
Base interface for all search queries that can be modified with
extra options such as spell correction, thesaurus, etc. |
| IPTSQuery |
A search query that may be used within an IPTSQueryRequest. |
| IPTSQueryRequest |
A single request for the Plumtree search system to perform a search query
and return results. |
| IPTSQueryResponse |
The response from a search query request. |
| IPTSResult |
A single search result, returned as part of an IPTSQueryResponse. |
| IPTSSearchableCollection |
Interface that returns the most basic set of fields (IPTSField instances)
necessary for the Plumtree search API to function. |
| IPTSSpellingCorrection |
A single spelling correction done as part of a query request. |
| IPTSWeightedFieldList |
A weighted list of IPTSField objects. |