AggregationBucketFilters is a multi-bucket aggregation that is returned with a filters aggregation.
AggregationBucketHistogramItem is a single bucket of an AggregationBucketHistogramItems structure.
AggregationBucketHistogramItems is a bucket aggregation that is returned with a date histogram aggregation.
AggregationBucketKeyedRangeItems is a bucket aggregation that is e.g.
AggregationBucketKeyItem is a single bucket of an AggregationBucketKeyItems structure.
AggregationBucketKeyItems is a bucket aggregation that is e.g.
AggregationBucketRangeItem is a single bucket of an AggregationBucketRangeItems structure.
AggregationBucketRangeItems is a bucket aggregation that is e.g.
AggregationBucketSignificantTerm is a single bucket of an AggregationBucketSignificantTerms structure.
AggregationBucketSignificantTerms is a bucket aggregation returned with a significant terms aggregation.
AggregationExtendedStatsMetric is a multi-value metric, returned by an ExtendedStats aggregation.
AggregationGeoBoundsMetric is a metric as returned by a GeoBounds aggregation.
AggregationPercentilesMetric is a multi-value metric, returned by a Percentiles aggregation.
AggregationSingleBucket is a single bucket, returned e.g.
AggregationStatsMetric is a multi-value metric, returned by a Stats aggregation.
AggregationTopHitsMetric is a metric returned by a TopHits aggregation.
AggregationValueMetric is a single-value metric, returned e.g.
AliasAddAction is an action to add to an alias.
No description provided by the author
No description provided by the author
AliasRemoveAction is an action to remove an alias.
AliasResult is the outcome of calling Do on AliasService.
AliasService enables users to add or remove an alias.
A filter that matches documents using AND boolean operator on other filters.
AvgAggregation is a single-value metrics aggregation that computes the average of numeric values that are extracted from the aggregated documents.
BackoffRetrier is an implementation that does nothing but return nil on Retry.
A filter that matches documents matching boolean combinations of other queries.
A bool query matches documents matching boolean combinations of other queries.
A boosting query can be used to effectively demote results that match a given query.
BulkDeleteRequest is a bulk request to remove a document from Elasticsearch.
BulkIndexRequest is a bulk request to add a document to Elasticsearch.
BulkProcessor encapsulates a task that accepts bulk requests and orchestrates committing them to Elasticsearch via one or more workers.
BulkProcessorService allows to easily process bulk requests.
BulkProcessorStats contains various statistics of a bulk processor while it is running.
BulkProcessorWorkerStats represents per-worker statistics.
BulkResponse is a response to a bulk execution.
BulkResponseItem is the result of a single bulk request.
BulkService allows for batching bulk requests and sending them to Elasticsearch in one roundtrip.
Bulk request to update a document in Elasticsearch.
CardinalityAggregation is a single-value metrics aggregation that calculates an approximate count of distinct values.
ChildrenAggregation is a special single bucket aggregation that enables aggregating from buckets on parent document types to buckets on child documents.
ClearScrollResponse is the response of ClearScrollService.Do.
ClearScrollService is documented at http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.4/search-request-scroll.html.
Client is an Elasticsearch client.
CloseIndexResponse is the response of CloseIndexService.Do.
CloseIndexService closes an index.
ClusterHealthResponse is the response of ClusterHealthService.Do.
ClusterHealthService allows to get the status of the cluster.
No description provided by the author
No description provided by the author
ClusterStateResponse is the response of ClusterStateService.Do.
No description provided by the author
No description provided by the author
ClusterStateService returns the state of the cluster.
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
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
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
ClusterStatsResponse is the response of ClusterStatsService.Do.
ClusterStatsService is documented at http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.4/cluster-stats.html.
The common terms query is a modern alternative to stopwords which improves the precision and recall of search results (by taking stopwords into account), without sacrificing performance.
CompletionSuggester is a fast suggester for e.g.
ConstantBackoff is a backoff policy that always returns the same delay.
ConstantScoreQuery wraps a filter or another query and simply returns a constant score equal to the query boost for every document in the filter.
CountResponse is the response of using the Count API.
CountService is a convenient service for determining the number of documents in an index.
CreateIndexResult is the outcome of creating a new index.
CreateIndexService creates a new index.
A custom_filters_score query allows to execute a query, and if the hit matches a provided filter (ordered), use either a boost or a script associated with it to compute the score.
custom_score query allows to wrap another query and customize the scoring of it optionally with a computation derived from other field values in the doc (numeric ones) using script expression.
DateHistogramAggregation is a multi-bucket aggregation similar to the histogram except it can only be applied on date values.
A specific histogram facet that can work with date field types enhancing it over the regular histogram facet.
DateRangeAggregation is a range aggregation that is dedicated for date values.
No description provided by the author
DefaultDecoder uses json.Unmarshal from the Go standard library to decode JSON data.
DeleteByQueryResult is the outcome of executing Do with DeleteByQueryService.
DeleteByQueryService deletes documents that match a query.
No description provided by the author
No description provided by the author
DeleteMappingResponse is the response of DeleteMappingService.Do.
DeleteMappingService allows to delete a mapping along with its data.
No description provided by the author
No description provided by the author
DeleteTemplateResponse is the response of DeleteTemplateService.Do.
DeleteTemplateService deletes a search template.
DeleteWarmerResponse is the response of IndicesDeleteWarmerService.Do.
DirectCandidateGenerator implements a direct candidate generator.
A query that generates the union of documents produced by its subqueries, and that scores each document with the maximum score for that document as produced by any subquery, plus a tie breaking increment for any additional matching subqueries.
Error encapsulates error details as returned from Elasticsearch.
Filters documents where a specific field has a value in them.
ExistsService checks if a document exists.
ExplainResponse is the response of ExplainService.Do.
ExplainService computes a score explanation for a query and a specific document.
ExponentialBackoff implements the simple exponential backoff described by Douglas Thain at http://dthain.blogspot.de/2009/02/exponential-backoff-in-distributed.html.
ExponentialDecayFunction builds an exponential decay score function.
ExtendedExtendedStatsAggregation is a multi-value metrics aggregation that computes stats over numeric values extracted from the aggregated documents.
FactorFunction is deprecated.
No description provided by the author
FieldSort sorts by a given field.
No description provided by the author
FieldStats contains stats of an individual field.
FieldStatsComparison contain all comparison operations that can be used in FieldStatsConstraints.
FieldStatsConstraints is a constraint on a field.
FieldStatsRequest can be used to set up the body to be used in the Field Stats API.
FieldStatsResponse is the response body content.
FieldStatsService allows finding statistical properties of a field without executing a search, but looking up measurements that are natively available in the Lucene index.
FieldValueFactorFunction is a function score function that allows you to use a field from a document to influence the score.
FilterAggregation defines a single bucket of all the documents in the current document set context that match a specified filter.
FilteredQuery is a query that applies a filter to the results of another query.
A filter facet (not to be confused with a facet filter) allows you to return a count of the hits matching the filter.
FiltersAggregation defines a multi bucket aggregations where each bucket is associated with a filter.
No description provided by the author
Flush allows to flush one or more indices.
The function_score allows you to modify the score of documents that are retrieved by a query.
Fuzziness defines the fuzziness which is used in FuzzyCompletionSuggester.
FuzzyFuzzyCompletionSuggester is a FuzzyCompletionSuggester that allows fuzzy completion.
FuzzyLikeThisFieldQuery is the same as the fuzzy_like_this query, except that it runs against a single field.
FuzzyLikeThisQuery finds documents that are "like" provided text by running it against one or more fields.
FuzzyQuery uses similarity based on Levenshtein edit distance for string fields, and a +/- margin on numeric and date fields.
GaussDecayFunction builds a gauss decay score function.
GeoBoundsAggregation is a metric aggregation that computes the bounding box containing all geo_point values for a field.
GeoDistanceAggregation is a multi-bucket aggregation that works on geo_point fields and conceptually works very similar to the range aggregation.
The geo_distance facet is a facet providing information for ranges of distances from a provided geo_point including count of the number of hits that fall within each range, and aggregation information (like total).
GeoDistanceFilter filters documents that include only hits that exists within a specific distance from a geo point.
GeoDistanceSort allows for sorting by geographic distance.
No description provided by the author
GeoPoint is a geographic position described via latitude and longitude.
A filter allowing to include hits that only fall within a polygon of points.
GetMappingService retrieves the mapping definitions for an index or index/type.
No description provided by the author
No description provided by the author
No description provided by the author
GetTemplateService reads a search template.
GlobalAggregation defines a single bucket of all the documents within the search execution context.
The has_child query works the same as the has_child filter, by automatically wrapping the filter with a constant_score (when using the default score type).
The has_child query works the same as the has_child filter, by automatically wrapping the filter with a constant_score (when using the default score type).
The has_parent filter accepts a query and a parent type.
The has_parent query works the same as the has_parent filter, by automatically wrapping the filter with a constant_score (when using the default score type).
Highlight allows highlighting search results on one or more fields.
HighlighterField specifies a highlighted field.
HistogramAggregation is a multi-bucket values source based aggregation that can be applied on numeric values extracted from the documents.
Histogram Facet See: http://www.elasticsearch.org/guide/reference/api/search/facets/histogram-facet.html.
Histogram Facet See: http://www.elasticsearch.org/guide/reference/api/search/facets/histogram-facet.html.
Filters documents that only have the provided ids.
Filters documents that only have the provided ids.
IndexDeleteByQueryResult is the result of a delete-by-query for a specific index.
No description provided by the author
IndexFieldStats contains field stats for an index.
IndexResult is the result of indexing a document in Elasticsearch.
IndexService adds documents to Elasticsearch.
IndexStats is index stats for a specific index.
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
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
IndicesDeleteTemplateResponse is the response of IndicesDeleteTemplateService.Do.
IndicesDeleteTemplateService deletes index templates.
IndicesDeleteWarmerService allows to delete a warmer.
IndicesExistsTemplateService checks if a given template exists.
IndicesExistsTypeService checks if one or more types exist in one or more indices.
IndicesGetResponse is part of the response of IndicesGetService.Do.
IndicesGetService retrieves information about one or more indices.
IndicesGetSettingsResponse is the response of IndicesGetSettingsService.Do.
IndicesGetSettingsService allows to retrieve settings of one or more indices.
IndicesGetTemplateResponse is the response of IndicesGetTemplateService.Do.
IndicesGetTemplateService returns an index template.
IndicesGetWarmerService allows to get the definition of a warmer for a specific index (or alias, or several indices) based on its name.
IndicesPutSettingsResponse is the response of IndicesPutSettingsService.Do.
IndicesPutSettingsService changes specific index level settings in real time.
IndicesPutTemplateResponse is the response of IndicesPutTemplateService.Do.
IndicesPutTemplateService creates or updates index mappings.
IndicesPutWarmerService allows to register a warmer.
IndicesStatsResponse is the response of IndicesStatsService.Do.
IndicesStatsService provides stats on various metrics of one or more indices.
InnerHit implements a simple join for parent/child, nested, and even top-level documents in Elasticsearch.
LaplaceSmoothingModel implements a laplace smoothing model.
A limit filter limits the number of documents (per shard) to execute on.
LinearDecayFunction builds a linear decay score function.
LinearInterpolationSmoothingModel implements a linear interpolation smoothing model.
A filter that matches on all documents.
A query that matches all documents.
MatchQuery is a family of queries that accept text/numerics/dates, analyzes it, and constructs a query out of it.
MaxAggregation is a single-value metrics aggregation that keeps track and returns the maximum value among the numeric values extracted from the aggregated documents.
MinAggregation is a single-value metrics aggregation that keeps track and returns the minimum value among numeric values extracted from the aggregated documents.
MissingAggregation is a field data based single bucket aggregation, that creates a bucket of all documents in the current document set context that are missing a field value (effectively, missing a field or having the configured NULL value set).
Filters documents where a specific field has no value in them.
The more_like_this_field query is the same as the more_like_this query, except it runs against a single field.
More like this query find documents that are “like” provided text by running it against one or more fields.
MoreLikeThisQueryItem represents a single item of a MoreLikeThisQuery to be "liked" or "unliked".
MultiGetItem is a single document to retrieve via the MultiGetService.
No description provided by the author
No description provided by the author
The multi_match query builds further on top of the match query by allowing multiple fields to be specified.
No description provided by the author
MultiSearch executes one or more searches in one roundtrip.
MultiTermvectorItem is a single document to retrieve via MultiTermvectorService.
MultiTermvectorResponse is the response of MultiTermvectorService.Do.
MultiTermvectorService returns information and statistics on terms in the fields of a particular document.
NestedAggregation is a special single bucket aggregation that enables aggregating nested documents.
A nested filter, works in a similar fashion to the nested query, except used as a filter.
Nested query allows to query nested objects / docs (see nested mapping).
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
NodesInfoResponse is the response of NodesInfoService.Do.
NodesInfoService allows to retrieve one or more or all of the cluster nodes information.
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
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
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
No description provided by the author
NodesStatsResponse is the response of NodesStatsService.Do.
No description provided by the author
No description provided by the author
No description provided by the author
NodesStatsService returns node statistics.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A filter that filters out matched documents using a query.
OpenIndexResponse is the response of OpenIndexService.Do.
OpenIndexService opens an index.
No description provided by the author
No description provided by the author
A filter that matches documents using OR boolean operator on other queries.
No description provided by the author
PercentileRanksAggregation See: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-aggregations-metrics-percentile-rank-aggregation.html.
PercentilesAggregation See: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-aggregations-metrics-percentile-aggregation.html.
PercolateMatch returns a single match in a PercolateResponse.
PercolateResponse is the response of PercolateService.Do.
PercolateService is documented at http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.4/search-percolate.html.
For more details, see http://www.elasticsearch.org/guide/reference/api/search/phrase-suggest/.
PingResult is the result returned from querying the Elasticsearch server.
PingService checks if an Elasticsearch server on a given URL is alive.
Filters documents that have fields containing terms with a specified prefix (not analyzed).
Matches documents that have fields containing terms with a specified prefix (not analyzed).
PutMappingResponse is the response of PutMappingService.Do.
PutMappingService allows to register specific mapping definition for a specific type.
PutTemplateResponse is the response of PutTemplateService.Do.
PutTemplateService creates or updates a search template.
PutWarmerResponse is the response of IndicesPutWarmerService.Do.
Query Facet See: http://www.elasticsearch.org/guide/reference/api/search/facets/query-facet.html.
QueryFilter wraps any query to be used as a filter.
No description provided by the author
A query that uses the query parser in order to parse its content.
RandomFunction builds a random score function.
RangeAggregation is a multi-bucket value source based aggregation that enables the user to define a set of ranges - each representing a bucket.
Range facet allows to specify a set of ranges and get both the number of docs (count) that fall within each range, and aggregated data either based on the field, or using another field.
Filters documents with fields that have terms within a certain range.
Matches documents with fields that have terms within a certain range.
No description provided by the author
No description provided by the author
RegexpFilter allows filtering for regular expressions.
RegexpQuery allows you to use regular expression term queries.
Reindexer simplifies the process of reindexing an index.
ReindexerResponse is returned from the Do func in a Reindexer.
No description provided by the author
Response represents a response from Elasticsearch.
ReverseNestedAggregation defines a special single bucket aggregation that enables aggregating on parent docs from nested documents.
scanCursor represents a single page of results from an Elasticsearch Scan operation.
ScanService manages a cursor through documents in Elasticsearch.
ScoreSort sorts by relevancy score.
No description provided by the author
ScriptFunction builds a script score function.
ScriptSort sorts by a custom script.
ScrollService manages a cursor through documents in Elasticsearch.
SearchExplanation explains how the score for a hit was computed.
SearchFacet is a single facet.
SearchHit is a single hit.
No description provided by the author
SearchHits specifies the list of search hits.
SearchRequest combines a search request and its query details (see SearchSource).
SearchResult is the result of a search in Elasticsearch.
SearchService for documents in Elasticsearch.
SearchSource enables users to build the search source.
SearchSuggestion is a single search suggestion.
SearchSuggestionOption is an option of a SearchSuggestion.
SignificantSignificantTermsAggregation is an aggregation that returns interesting or unusual occurrences of terms in a set.
SimpleBackoff takes a list of fixed values for backoff intervals.
SimpleQueryStringQuery is a query that uses the SimpleQueryParser to parse its context.
SortInfo contains information about sorting a field.
Statistical facet allows to compute statistical data on a numeric fields.
Statistical facet allows to compute statistical data on a numeric fields.
StatsAggregation is a multi-value metrics aggregation that computes stats over numeric values extracted from the aggregated documents.
StopBackoff is a fixed backoff policy that always returns false for Next(), meaning that the operation should never be retried.
StopRetrier is an implementation that does no retries.
StupidBackoffSmoothingModel implements a stupid backoff smoothing model.
SuggesterCategoryMapping provides a mapping for a category context in a suggester.
SuggesterCategoryQuery provides querying a category context in a suggester.
SuggesterGeoMapping provides a mapping for a geolocation context in a suggester.
SuggesterGeoQuery provides querying a geolocation context in a suggester.
SuggestField can be used by the caller to specify a suggest field at index time.
No description provided by the author
SuggestService returns suggestions for text.
SumAggregation is a single-value metrics aggregation that sums up numeric values that are extracted from the aggregated documents.
TemplateQuery is a query that accepts a query template and a map of key/value pairs to fill in template parameters.
Filters documents that have fields that contain a term (not analyzed).
A term query matches documents that contain a term (not analyzed).
TermsAggregation is a multi-bucket value source based aggregation where buckets are dynamically built - one per unique value.
Allow to specify field facets that return the N most frequent terms.
Filters documents that have fields that match any of the provided terms (not analyzed).
No description provided by the author
A query that match on any (configurable) of the provided terms.
The terms_stats facet combines both the terms and statistical allowing to compute stats computed on a field, per term value driven by another field.
For more details, see http://www.elasticsearch.org/guide/reference/api/search/term-suggest/.
TermvectorService returns information and statistics on terms in the fields of a particular document.
No description provided by the author
TermvectorsResponse is the response of TermvectorService.Do.
No description provided by the author
TopHitsAggregation keeps track of the most relevant document being aggregated.
Filters documents matching the provided document / mapping type.
UpdateResult is the result of updating a document in Elasticsearch.
UpdateService updates a document in Elasticsearch.
ValueCountAggregation is a single-value metrics aggregation that counts the number of values that are extracted from the aggregated documents.
WeightFactorFunction builds a weight factor function that multiplies the weight to the score.
WildcardQuery matches documents that have fields matching a wildcard expression (not analyzed).
ZeroBackoff is a fixed backoff policy whose backoff time is always zero, meaning that the operation is retried immediately without waiting, indefinitely.