package
0.11.5
Repository: https://github.com/sergeyignatov/goiardi.git
Documentation: pkg.go.dev

# Functions

InitializeMetrics initializes the statsd timers for search queries.

# Constants

Define the various search operations.
Define the various search operations.
Define the various search operations.
Define the various search operations.
Define the various search operations.
Define the various search operations.
Define the various search operations.
Define the various search operations.
Define the various search operations.
Define the various search operations.
Define the various search operations.
Define the various search operations.
Define the various search operations.
Define the various search operations.

# Structs

BasicQuery is the no frills basic query type, without groups or ranges.
GroupedQuery is for a query with grouped results.
No description provided by the author
No description provided by the author
QueryTerm is an individual query term and its operator.
RangeQuery is for a Query a range of values.
SolrQuery holds a parsed query and query chain to run against the index.
SubQuery is really just a marker in the chain of queries.
Token is a parsed token from the solr query.
No description provided by the author
No description provided by the author

# Interfaces

Queryable defines an interface of methods all the query chain types have to be able to implement to search the index.
Searcher is an interface that any search backend needs to implement.

# Type aliases

Field is a field in a document or object to search for, like when searching for clients with "field:*".
Op is a search operator.
RangeTerm is a string, but describes a range to search over, like 1-10.
Term is a basic search term string.