@Stability.Internal public interface CoreSearchOptions
| Modifier and Type | Method and Description |
|---|---|
List<String> |
collections() |
CoreCommonOptions |
commonOptions() |
CoreSearchScanConsistency |
consistency() |
CoreMutationState |
consistentWith() |
Boolean |
disableScoring() |
Boolean |
explain() |
Map<String,CoreSearchFacet> |
facets() |
List<String> |
fields() |
List<String> |
highlightFields() |
CoreHighlightStyle |
highlightStyle() |
Boolean |
includeLocations() |
Integer |
limit() |
com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode |
raw() |
default CoreSearchKeyset |
searchAfter() |
default CoreSearchKeyset |
searchBefore() |
Integer |
skip() |
List<CoreSearchSort> |
sort() |
default void |
validate() |
@Nullable CoreSearchScanConsistency consistency()
@Nullable CoreMutationState consistentWith()
Map<String,CoreSearchFacet> facets()
@Nullable CoreHighlightStyle highlightStyle()
@Nullable com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode raw()
@Nullable default CoreSearchKeyset searchBefore()
@Nullable default CoreSearchKeyset searchAfter()
List<CoreSearchSort> sort()
CoreCommonOptions commonOptions()
default void validate()
Copyright © 2024 Couchbase, Inc.. All rights reserved.