Interface CoreSearchOptions
-
@Internal public interface CoreSearchOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>collections()CoreCommonOptionscommonOptions()CoreSearchScanConsistencyconsistency()CoreMutationStateconsistentWith()BooleandisableScoring()Booleanexplain()Map<String,CoreSearchFacet>facets()List<String>fields()List<String>highlightFields()CoreHighlightStylehighlightStyle()BooleanincludeLocations()Integerlimit()com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNoderaw()Integerskip()List<CoreSearchSort>sort()List<String>sortString()
-
-
-
Method Detail
-
consistency
@Nullable CoreSearchScanConsistency consistency()
-
consistentWith
@Nullable CoreMutationState consistentWith()
-
facets
Map<String,CoreSearchFacet> facets()
-
highlightStyle
@Nullable CoreHighlightStyle highlightStyle()
-
raw
@Nullable com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode raw()
-
sort
List<CoreSearchSort> sort()
-
commonOptions
CoreCommonOptions commonOptions()
-
-