package
0.0.0-20241022194553-db3115c90c22
Repository: https://github.com/couchbase/gocbcorex.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

AnsiHightlightStyle specifies to use ANSI tags to highlight search result hits.
ConsistencyLevelAtPlus indicates at_plus consistency is required.
ConsistencyLevelNotBounded indicates no data consistency is required.
No description provided by the author
No description provided by the author
DefaultHighlightStyle specifies to use the default to highlight search result hits.
HTMLHighlightStyle specifies to use HTML tags to highlight search result hits.
No description provided by the author
No description provided by the author
No description provided by the author
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.

# Variables

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
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
BooleanFieldQuery represents a search boolean field query.
BooleanQuery represents a search boolean query.
ConjunctionQuery represents a search conjunction query.
No description provided by the author
No description provided by the author
DateFacet is a search date range facet.
No description provided by the author
DateRangeFacetResult holds the results of a date facet in search results.
DateRangeQuery represents a search date range query.
No description provided by the author
No description provided by the author
DisjunctionQuery represents a search disjunction query.
DocIDQuery represents a search document id query.
No description provided by the author
No description provided by the author
No description provided by the author
FacetResult provides access to the result of a faceted query.
No description provided by the author
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.
No description provided by the author
No description provided by the author
No description provided by the author
Highlight are the options available for search highlighting.
HitLocation represents the location of a row match.
Index is used to define a search index.
No description provided by the author
No description provided by the author
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.
No description provided by the author
No description provided by the author
No description provided by the author
NumericFacet is a search numeric range facet.
No description provided by the author
NumericRangeFacetResult holds the results of a numeric facet in search results.
NumericRangeQuery represents a search numeric range query.
No description provided by the author
PhraseQuery represents a search phrase query.
PrefixQuery represents a search prefix query.
No description provided by the author
QueryResultHit represents a single hit returned from a search query.
QueryStringQuery represents a search string query.
No description provided by the author
RegexpQuery represents a search regular expression query.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SortField represents a search field sort.
SortGeoDistance represents a search geo sort.
SortID represents a search Document ID sort.
SortScore represents a search score sort.
TermFacet is a search term facet.
TermFacetResult holds the results of a term facet in search results.
TermQuery represents a search term query.
TermRangeQuery represents a search term range query.
No description provided by the author
No description provided by the author
WildcardQuery represents a search wildcard query.

# Interfaces

Facet represents a facet for a search query.
Query represents a search query.
No description provided by the author
Sort represents an search sorting for a search query.

# Type aliases

ConsistencyLevel indicates the level of data consistency desired for a search query.
No description provided by the author
HighlightStyle indicates the type of highlighting to use for a search query.
No description provided by the author
MatchOperator defines how the individual match terms should be logically concatenated.