| Interface | Description |
|---|---|
| Filter |
Represents a search filter interface.
|
| Query |
Represents a container of get query items.
|
| Class | Description |
|---|---|
| CompositeFilter |
Implementation of Filter that can create composite filter query entries.
|
| FacetsQuery | |
| FilterFactory |
A helper factory for convenient instantiation of filter entries.
|
| FiltersQuery |
Query implementation that handles search filter params. |
| GetQueryStringConstructor |
Helper class that constructs a query string from a list of
Query objects. |
| HighlightingDisableQuery |
Implementation of
Query that, when used, disables the highlighting feature. |
| HighlightingTagQuery | |
| LanguageQuery |
Default implementation of
LanguageQuery. |
| NotFilter |
An implementation of Filter that represents a not filter query entry.
|
| PaginationQuery |
Implementation of
Query that specifies pagination parameters: "start" and "rows". |
| SearchTemplateQuery |
Implementation of
Query that specifies an admin configured search template (a set of fields with arbitrary
boost values). |
| SimpleFilter |
An implementation of Filter that represents a simple filter query entry.
|
| SortQuery |
Implementation of
Query that specifies a sorting according to a specific field. |
| TermQuery |
A default implementation for term query.
|
| TypeaheadSearchTextParser |
A helper class that parses and prepares the typeahead input text for the
TypeaheadTextQuery |
| TypeaheadTextQuery |
It forms the typeahead query from a provided text string.
|
| Enum | Description |
|---|---|
| FilterJoinOperator | |
| Sort |
Represents a sort option for
SortQuery. |
Copyright © 2023. All rights reserved.