| Package | Description |
|---|---|
| com.sdl.delivery.iq.query.api | |
| com.sdl.delivery.iq.query.client | |
| com.sdl.delivery.iq.query.client.rest | |
| com.sdl.delivery.iq.query.result |
| Modifier and Type | Method and Description |
|---|---|
ResultFilter |
ResultFilter.enableHighlightInAll()
Enables highlight in all fields.
|
ResultFilter |
ResultFilter.enableHighlighting()
Enables highlighting for the results.
|
ResultFilter |
ResultFilter.excludeFields(Set<String> fields)
Excludes Fields from the results.
|
ResultFilter |
ResultFilter.maxResults(int maxResults)
Sets the maximum number of results to retrieve.
|
ResultFilter |
ResultFilter.setIndex(String index)
Sets the index.
|
ResultFilter |
ResultFilter.withResultSetRange(int start,
int end)
Gets a result set range.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends QueryResultData<R>,R extends QueryResult> |
QueryClient.searchWithCriteria(String index,
String criteria,
Class<T> resultSetClass,
Class<R> resultClass,
ResultFilter filter)
Searches for documents by the specified criteria.
|
SearcherApi<T,R> |
SearcherApi.withResultFilter(ResultFilter filter)
Sets the result filter.
|
| Modifier and Type | Method and Description |
|---|---|
SearcherApi<T,R> |
Searcher.withResultFilter(ResultFilter filter) |
DefaultSearcher |
DefaultSearcher.withResultFilter(ResultFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
<T extends QueryResultData<R>,R extends QueryResult> |
RestQueryClient.searchWithCriteria(String index,
String criteria,
Class<T> resultSetClass,
Class<R> resultClass,
ResultFilter filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchResultFilter
SearchResultFilter.
|
| Modifier and Type | Method and Description |
|---|---|
static ResultFilter |
SearchResultFilter.create() |
ResultFilter |
SearchResultFilter.enableHighlightInAll() |
ResultFilter |
SearchResultFilter.enableHighlighting() |
ResultFilter |
SearchResultFilter.excludeFields(Set<String> fields) |
ResultFilter |
SearchResultFilter.maxResults(int maxResults) |
ResultFilter |
SearchResultFilter.setIndex(String indexParam) |
ResultFilter |
SearchResultFilter.withResultSetRange(int start,
int end) |
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries