public class SearchOptions.Built extends CommonOptions.BuiltCommonOptions implements com.couchbase.client.core.api.search.CoreSearchOptions
Modifier and Type | Method and Description |
---|---|
List<String> |
collections() |
com.couchbase.client.core.endpoint.http.CoreCommonOptions |
commonOptions() |
com.couchbase.client.core.api.search.CoreSearchScanConsistency |
consistency() |
com.couchbase.client.core.api.shared.CoreMutationState |
consistentWith() |
Boolean |
disableScoring() |
Boolean |
explain() |
Map<String,com.couchbase.client.core.api.search.facet.CoreSearchFacet> |
facets() |
List<String> |
fields() |
List<String> |
highlightFields() |
com.couchbase.client.core.api.search.CoreHighlightStyle |
highlightStyle() |
Boolean |
includeLocations() |
Integer |
limit() |
com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode |
raw() |
JsonSerializer |
serializer() |
Integer |
skip() |
List<com.couchbase.client.core.api.search.sort.CoreSearchSort> |
sort() |
clientContext, parentSpan, retryStrategy, timeout
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonSerializer serializer()
public List<String> collections()
collections
in interface com.couchbase.client.core.api.search.CoreSearchOptions
public com.couchbase.client.core.api.search.CoreSearchScanConsistency consistency()
consistency
in interface com.couchbase.client.core.api.search.CoreSearchOptions
public com.couchbase.client.core.api.shared.CoreMutationState consistentWith()
consistentWith
in interface com.couchbase.client.core.api.search.CoreSearchOptions
public Boolean disableScoring()
disableScoring
in interface com.couchbase.client.core.api.search.CoreSearchOptions
public Boolean explain()
explain
in interface com.couchbase.client.core.api.search.CoreSearchOptions
public Map<String,com.couchbase.client.core.api.search.facet.CoreSearchFacet> facets()
facets
in interface com.couchbase.client.core.api.search.CoreSearchOptions
public List<String> fields()
fields
in interface com.couchbase.client.core.api.search.CoreSearchOptions
public List<String> highlightFields()
highlightFields
in interface com.couchbase.client.core.api.search.CoreSearchOptions
public com.couchbase.client.core.api.search.CoreHighlightStyle highlightStyle()
highlightStyle
in interface com.couchbase.client.core.api.search.CoreSearchOptions
public Integer limit()
limit
in interface com.couchbase.client.core.api.search.CoreSearchOptions
public com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode raw()
raw
in interface com.couchbase.client.core.api.search.CoreSearchOptions
public Integer skip()
skip
in interface com.couchbase.client.core.api.search.CoreSearchOptions
public List<com.couchbase.client.core.api.search.sort.CoreSearchSort> sort()
sort
in interface com.couchbase.client.core.api.search.CoreSearchOptions
public Boolean includeLocations()
includeLocations
in interface com.couchbase.client.core.api.search.CoreSearchOptions
public com.couchbase.client.core.endpoint.http.CoreCommonOptions commonOptions()
commonOptions
in interface com.couchbase.client.core.api.search.CoreSearchOptions
Copyright © 2024 Couchbase, Inc.. All rights reserved.