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:
CoreSearchOptions
,CoreCommonOptions
- Enclosing class:
- SearchOptions
public class SearchOptions.Built
extends CommonOptions<SearchOptions>.BuiltCommonOptions
implements CoreSearchOptions
-
Field Summary
Fields inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
DEFAULT
-
Method Summary
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 interfaceCoreSearchOptions
-
consistency
- Specified by:
consistency
in interfaceCoreSearchOptions
-
consistentWith
- Specified by:
consistentWith
in interfaceCoreSearchOptions
-
disableScoring
- Specified by:
disableScoring
in interfaceCoreSearchOptions
-
explain
- Specified by:
explain
in interfaceCoreSearchOptions
-
facets
- Specified by:
facets
in interfaceCoreSearchOptions
-
fields
- Specified by:
fields
in interfaceCoreSearchOptions
-
highlightFields
- Specified by:
highlightFields
in interfaceCoreSearchOptions
-
highlightStyle
- Specified by:
highlightStyle
in interfaceCoreSearchOptions
-
limit
- Specified by:
limit
in interfaceCoreSearchOptions
-
raw
public com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode raw()- Specified by:
raw
in interfaceCoreSearchOptions
-
skip
- Specified by:
skip
in interfaceCoreSearchOptions
-
sort
- Specified by:
sort
in interfaceCoreSearchOptions
-
includeLocations
- Specified by:
includeLocations
in interfaceCoreSearchOptions
-
commonOptions
- Specified by:
commonOptions
in interfaceCoreSearchOptions
-