Interface | Description |
---|---|
ComplexSearchQuery |
This is the interface of a query that combines other queries.
|
ManagedSearchEngine |
This is the interface for a managed
SearchEngine . |
SearchEngine |
This is the interface of a search-engine used to perform full-text search.
|
SearchEngineBuilder |
This is the interface for the component that allows to create a
ManagedSearchEngine . |
SearchHit |
This is the interface for a single hit of a
search . |
SearchQuery |
This is the interface for a query to the
search-engine . |
SearchQueryBuilder |
This is the interface used to build
search-queries . |
SearchQueryBuilderFactory |
This is the interface for a factory used to create a
SearchQueryBuilder . |
SearchQueryBuilderOptions |
This is the interface for the additional options for the
SearchQueryBuilder . |
SearchQueryErrorHandler |
This is the callback interface used to
handle errors. |
SearchResult |
This is the interface for the complete result of a search.
|
SearchResultPage |
This is the interface for a
page of a search-result . |
SearchEngine
.Copyright © 2001–2016 mmm-Team. All rights reserved.