Class ResultsAbstractBuilder<T extends ResultsAbstractBuilder<T>>
- java.lang.Object
-
- com.lucidworks.search.dsl.request.AbstractCommonResultsBuilder<T>
-
- com.lucidworks.search.dsl.request.ResultsAbstractBuilder<T>
-
- Direct Known Subclasses:
ResultsBuilder
,ResultsBuilder.Nested
public abstract class ResultsAbstractBuilder<T extends ResultsAbstractBuilder<T>> extends AbstractCommonResultsBuilder<T>
-
-
Constructor Summary
Constructors Constructor Description ResultsAbstractBuilder()
-
Method Summary
-
Methods inherited from class com.lucidworks.search.dsl.request.AbstractCommonResultsBuilder
withField, withFields, withSize, withStart
-
-
-
-
Method Detail
-
withCursor
public T withCursor(java.lang.String cursor)
-
withReturnScore
public T withReturnScore(java.lang.Boolean returnScore)
-
withIncludeRawResponse
public T withIncludeRawResponse(java.lang.Boolean includeRawResponse)
-
withHighlight
public HighlightBuilder.Nested<T> withHighlight()
-
withSpellcheck
public T withSpellcheck(java.lang.Boolean spellcheck)
-
withGroup
public GroupBuilder.Nested<T> withGroup()
-
withSort
public T withSort(SortElement sort)
-
withSort
public T withSort(java.util.List<SortElement> sorts)
-
withSortByRelevancy
public T withSortByRelevancy()
-
withSortAsc
public T withSortAsc(java.lang.String value)
-
withSortDesc
public T withSortDesc(java.lang.String value)
-
withSortExpressionAsc
public T withSortExpressionAsc(java.lang.String expression)
-
withSortExpressionDesc
public T withSortExpressionDesc(java.lang.String expression)
-
withSortByQueryDesc
public QueryBuilder<T> withSortByQueryDesc()
-
withSortByQueryDesc
public T withSortByQueryDesc(Query query)
-
withSortByQueryAsc
public QueryBuilder<T> withSortByQueryAsc()
-
withSortByQueryAsc
public T withSortByQueryAsc(Query query)
-
withSortByQuery
public T withSortByQuery(Query query, SortElement.Order order)
-
withSort
public T withSort(SortElement.Type type, java.lang.String value, SortElement.Order order, Query query)
-
-