Interface | Description |
---|---|
Contexts |
Holds all pre-defined search contexts.
|
SearchProvider |
A
SearchProvider is responsible for implementing the search logic. |
SearchService |
Class | Description |
---|---|
Match |
Represents a search match, allowing some additional feedback to the user.
|
Matcher | |
QueryUtils | |
SearchContext |
The search results are grouped by context.
|
SearchQuery |
The query the user performed plus some additional data to perform the search.
|
SearchResult |
Represents the complete result set of a search for a given
SearchContext . |
SearchResultItem |
Each
SearchResult contains 0 to n SearchResultItem s which represent an item for the context,
e.g. |
UrlUtils |
Copyright © 2021. All rights reserved.