Package com.couchbase.client.java.search
Class SearchOptions.Built
java.lang.Object
CommonOptions<SearchOptions>.BuiltCommonOptions
com.couchbase.client.java.search.SearchOptions.Built
- All Implemented Interfaces:
com.couchbase.client.core.api.search.CoreSearchOptions
,com.couchbase.client.core.endpoint.http.CoreCommonOptions
- Enclosing class:
- SearchOptions
public class SearchOptions.Built
extends CommonOptions<SearchOptions>.BuiltCommonOptions
implements com.couchbase.client.core.api.search.CoreSearchOptions
-
Field Summary
Fields inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
DEFAULT
-
Method Summary
Modifier and TypeMethodDescriptioncom.couchbase.client.core.endpoint.http.CoreCommonOptions
com.couchbase.client.core.api.search.CoreSearchScanConsistency
com.couchbase.client.core.api.shared.CoreMutationState
explain()
facets()
fields()
com.couchbase.client.core.api.search.CoreHighlightStyle
limit()
com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode
raw()
skip()
List<com.couchbase.client.core.api.search.sort.CoreSearchSort>
sort()
Methods inherited from class com.couchbase.client.java.CommonOptions.BuiltCommonOptions
clientContext, parentSpan, retryStrategy, timeout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
withParentSpan
Methods inherited from interface com.couchbase.client.core.api.search.CoreSearchOptions
searchAfter, searchBefore, validate
-
Method Details
-
serializer
-
collections
- Specified by:
collections
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-
consistency
public com.couchbase.client.core.api.search.CoreSearchScanConsistency consistency()- Specified by:
consistency
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-
consistentWith
public com.couchbase.client.core.api.shared.CoreMutationState consistentWith()- Specified by:
consistentWith
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-
disableScoring
- Specified by:
disableScoring
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-
explain
- Specified by:
explain
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-
facets
- Specified by:
facets
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-
fields
- Specified by:
fields
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-
highlightFields
- Specified by:
highlightFields
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-
highlightStyle
public com.couchbase.client.core.api.search.CoreHighlightStyle highlightStyle()- Specified by:
highlightStyle
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-
limit
- Specified by:
limit
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-
raw
public com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode raw()- Specified by:
raw
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-
skip
- Specified by:
skip
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-
sort
- Specified by:
sort
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-
includeLocations
- Specified by:
includeLocations
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-
commonOptions
public com.couchbase.client.core.endpoint.http.CoreCommonOptions commonOptions()- Specified by:
commonOptions
in interfacecom.couchbase.client.core.api.search.CoreSearchOptions
-