Directories
¶
Path | Synopsis |
---|---|
Package main provides a simple example for using the query builder.
|
Package main provides a simple example for using the query builder. |
Package query provides a flexible and convenient way to build queries in Go.
|
Package query provides a flexible and convenient way to build queries in Go. |
aggregation
Package aggregation provides structures and functions for building aggregation.
|
Package aggregation provides structures and functions for building aggregation. |
compound/boolean
Package boolean provides structures and functions for building bool queries.
|
Package boolean provides structures and functions for building bool queries. |
compound/boosting
Package boosting returns documents matching a positive query while reducing the relevance score of documents that also match a negative query.
|
Package boosting returns documents matching a positive query while reducing the relevance score of documents that also match a negative query. |
compound/constantscore
Package constantscore wraps a filter query and returns every matching document with a relevance score equal to the boost parameter value.
|
Package constantscore wraps a filter query and returns every matching document with a relevance score equal to the boost parameter value. |
compound/disjunctionmax
Package disjunctionmax A disjunction max (dis_max) query returns any document that matches one or more query clauses.
|
Package disjunctionmax A disjunction max (dis_max) query returns any document that matches one or more query clauses. |
full_text/combinedfields
Package combinedfields provides structures and functions for building combined fields queries.
|
Package combinedfields provides structures and functions for building combined fields queries. |
full_text/intervals
Package intervals provides structures and functions for building intervals queries.
|
Package intervals provides structures and functions for building intervals queries. |
full_text/match
Package match provides structures and functions for building match queries.
|
Package match provides structures and functions for building match queries. |
full_text/matchboolprefix
Package matchboolprefix provides structures and functions for building match boolean prefix queries.
|
Package matchboolprefix provides structures and functions for building match boolean prefix queries. |
full_text/matchphrase
Package matchphrase provides structures and functions for building match phrase queries.
|
Package matchphrase provides structures and functions for building match phrase queries. |
full_text/matchphraseprefix
Package matchphraseprefix provides structures and functions for building match phrase prefix queries.
|
Package matchphraseprefix provides structures and functions for building match phrase prefix queries. |
full_text/multimatch
Package multimatch provides structures and functions for building multi-match queries.
|
Package multimatch provides structures and functions for building multi-match queries. |
full_text/querystring
Package querystring provides structures and functions for building query string queries.
|
Package querystring provides structures and functions for building query string queries. |
full_text/simplequerystring
Package simplequerystring provides structures and functions for building simple query string queries.
|
Package simplequerystring provides structures and functions for building simple query string queries. |
sort
Package sort provides structures and functions for building sort parameters in queries.
|
Package sort provides structures and functions for building sort parameters in queries. |
suggestion
Package suggestion accepts a list of suggestions and builds them into a finite-state transducer (FST), an optimized data structure that is essentially a graph.
|
Package suggestion accepts a list of suggestions and builds them into a finite-state transducer (FST), an optimized data structure that is essentially a graph. |
term_level/exists
Package exists provides structures and functions for building exists queries.
|
Package exists provides structures and functions for building exists queries. |
term_level/fuzzy
Package fuzzy provides structures and functions for building fuzzy queries.
|
Package fuzzy provides structures and functions for building fuzzy queries. |
term_level/ids
Package ids provides structures and functions for building IDs queries.
|
Package ids provides structures and functions for building IDs queries. |
term_level/prefix
Package prefix provides structures and functions for building prefix queries.
|
Package prefix provides structures and functions for building prefix queries. |
term_level/range
Package ranging provides structures and functions for building range queries.
|
Package ranging provides structures and functions for building range queries. |
term_level/regex
Package regex provides structures and functions for building regex queries.
|
Package regex provides structures and functions for building regex queries. |
term_level/term
Package term provides structures and functions for building term queries.
|
Package term provides structures and functions for building term queries. |
term_level/terms
Package terms provides structures and functions for building terms queries.
|
Package terms provides structures and functions for building terms queries. |
term_level/termsset
Package termsset provides structures and functions for building terms set queries.
|
Package termsset provides structures and functions for building terms set queries. |
term_level/wildcard
Package wildcard provides structures and functions for building wildcard queries.
|
Package wildcard provides structures and functions for building wildcard queries. |
Click to show internal directories.
Click to hide internal directories.