Package org.redisson.api.search.query
Class QueryOptions
java.lang.Object
org.redisson.api.search.query.QueryOptions
Search query options for
RSearch.search(String, String, QueryOptions) method- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryOptionsdefaults()explainScore(boolean explainScore) filters(QueryFilter... filters) getCount()getSlop()highlight(HighlightOptions highlight) inOrder(boolean inOrder) booleanbooleanbooleanbooleanbooleanbooleanbooleanlimit(int offset, int count) noContent(boolean noContent) noStopwords(boolean noStopwords) returnAttributes(List<ReturnAttribute> returnAttributes) returnAttributes(ReturnAttribute... returnAttributes) summarize(SummarizeOptions summarize) verbatim(boolean verbatim) withScores(boolean withScores) withSortKeys(boolean withSortKeys)
-
Method Details
-
defaults
-
filters
-
noContent
-
verbatim
-
noStopwords
-
withScores
-
withSortKeys
-
slop
-
timeout
-
inOrder
-
language
-
expander
-
scorer
-
explainScore
-
sortBy
-
sortOrder
-
limit
-
params
-
dialect
-
summarize
-
highlight
-
inKeys
-
inFields
-
returnAttributes
-
returnAttributes
-
isNoContent
public boolean isNoContent() -
isVerbatim
public boolean isVerbatim() -
isNoStopwords
public boolean isNoStopwords() -
isWithScores
public boolean isWithScores() -
isWithSortKeys
public boolean isWithSortKeys() -
getSlop
-
getTimeout
-
isInOrder
public boolean isInOrder() -
getLanguage
-
getExpander
-
getScorer
-
isExplainScore
public boolean isExplainScore() -
getSortBy
-
getOffset
-
getCount
-
getParams
-
getDialect
-
getFilters
-
getSummarize
-
getHighlight
-
getInKeys
-
getInFields
-
getReturnAttributes
-
getSortOrder
-