package
2.9.4
Repository: https://github.com/couchbase/gocb.git
Documentation: pkg.go.dev

# Functions

NewBooleanFieldQuery creates a new BooleanFieldQuery.
NewBooleanQuery creates a new BooleanQuery.
NewConjunctionQuery creates a new ConjunctionQuery.
NewDateFacet creates a new date range facet.
NewDateRangeQuery creates a new DateRangeQuery.
NewDisjunctionQuery creates a new DisjunctionQuery.
NewDocIDQuery creates a new DocIdQuery.
NewGeoBoundingBoxQuery creates a new GeoBoundingBoxQuery.
NewGeoDistanceQuery creates a new GeoDistanceQuery.
NewGeoPolygonQuery creates a new GeoPolygonQuery.
NewMatchAllQuery creates a new MatchAllQuery.
NewMatchNoneQuery creates a new MatchNoneQuery.
NewMatchPhraseQuery creates a new MatchPhraseQuery.
NewMatchQuery creates a new MatchQuery.
NewNumericFacet creates a new numeric range facet.
NewNumericRangeQuery creates a new NumericRangeQuery.
NewPhraseQuery creates a new PhraseQuery.
NewPrefixQuery creates a new PrefixQuery.
NewQueryStringQuery creates a new StringQuery.
NewRegexpQuery creates a new RegexpQuery.
NewSearchSortField creates a new SearchSortField.
NewSearchSortGeoDistance creates a new SearchSortGeoDistance.
NewSearchSortID creates a new SearchSortScore.
NewSearchSortScore creates a new SearchSortScore.
NewTermFacet creates a new TermFacet.
NewTermQuery creates a new TermQuery.
NewTermRangeQuery creates a new TermRangeQuery.
NewWildcardQuery creates a new WildcardQuery.

# Constants

MatchOperatorAnd specifies that individual match terms are concatenated with a logical AND.
MatchOperatorOr specifies that individual match terms are concatenated with a logical OR - this is the default if not provided.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BooleanFieldQuery represents a search boolean field query.
BooleanQuery represents a search boolean query.
ConjunctionQuery represents a search conjunction query.
Coordinate is a tuple of a latitude and a longitude.
DateFacet is an search date range facet.
DateRangeQuery represents a search date range query.
DisjunctionQuery represents a search disjunction query.
DocIDQuery represents a search document id query.
GeoBoundingBoxQuery represents a search geographical bounding box query.
GeoDistanceQuery represents a search geographical distance query.
GeoPolygonQuery represents a search query which allows to match inside a geo polygon.
Internal is used for internal functionality.
MatchAllQuery represents a search match all query.
MatchNoneQuery represents a search match none query.
MatchPhraseQuery represents a search match phrase query.
MatchQuery represents a search match query.
NumericFacet is an search numeric range facet.
NumericRangeQuery represents a search numeric range query.
PhraseQuery represents a search phrase query.
PrefixQuery represents a search prefix query.
QueryStringQuery represents a search string query.
RegexpQuery represents a search regular expression query.
SearchSortField represents a search field sort.
SearchSortGeoDistance represents a search geo sort.
SearchSortID represents a search Document ID sort.
SearchSortScore represents a search score sort.
TermFacet is an search term facet.
TermQuery represents a search term query.
TermRangeQuery represents a search term range query.
WildcardQuery represents a search wildcard query.

# Interfaces

Facet represents a facet for a search query.
Query represents a search query.
SearchSort represents an search sorting for a search query.

# Type aliases

MatchOperator defines how the individual match terms should be logically concatenated.
SearchSortGeoDistanceUnits represents the set of unit values available for use with SearchSortGeoDistance.