MCPcopy Create free account

hub / github.com/olivere/elastic / functions

Functions5,566 in github.com/olivere/elastic

↓ 1 callersMethodConfidence
(confidence float64)
suggester_phrase.go:107
↓ 1 callersMethodConnectTimeout
ConnectTimeout sets the connection timeout to connect with the remote cluster. Use ES compatible values like e.g. "30s" or "1m".
reindex.go:602
↓ 1 callersMethodContextQueries
(queries ...SuggesterContextQuery)
suggester_context.go:59
↓ 1 callersMethodCutoffFrequency
CutoffFrequency can be a value in [0..1] (or an absolute number >=1). It represents the maximum treshold of a terms document frequency to be considere
search_queries_match.go:78
↓ 1 callersMethodDefaultField
DefaultField specifies the field to run against when no prefix field is specified. Only relevant when not explicitly adding fields the query string wi
search_queries_query_string.go:58
↓ 1 callersFunctionDialWithConfig
DialWithConfig will use the configuration settings parsed from config package to connect to Elasticsearch. The context is honoured in terms of e.g. c
client.go:427
↓ 1 callersMethodDistanceType
DistanceType describes how to compute the distance, e.g. "arc" or "plane". See https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-requ
sort.go:399
↓ 1 callersMethodDistanceType
(distanceType string)
search_queries_geo_distance.go:59
↓ 1 callersMethodDocvalueField
(docvalueField string)
inner_hit.go:109
↓ 1 callersMethodDocvalueFieldWithFormat
(docvalueField DocvalueField)
inner_hit.go:114
↓ 1 callersMethodExecutionHint
(hint string)
search_aggs_bucket_terms.go:240
↓ 1 callersMethodExpand
Expand expands a URI template with a set of values to produce a string.
uritemplates/uritemplates.go:188
↓ 1 callersMethodFeature
Feature is a list of features.
indices_get.go:95
↓ 1 callersMethodFetchSourceIncludeExclude
FetchSourceIncludeExclude specifies that _source should be returned with each hit, where "include" and "exclude" serve as a simple wildcard matcher th
reindex.go:509
↓ 1 callersMethodField
(field string)
suggester_completion.go:97
↓ 1 callersMethodField
(field string)
suggester_phrase.go:55
↓ 1 callersMethodField
(field string)
suggester_term.go:49
↓ 1 callersMethodField
(field string)
suggester_context.go:44
↓ 1 callersMethodFieldCaps
FieldCaps returns statistical information about fields in indices.
client.go:1622
↓ 1 callersMethodFieldWithBoost
FieldWithBoost adds a field to run the multi match against with a specific boost.
search_queries_multi_match.go:55
↓ 1 callersMethodFilter
Filter associates a filter to the alias.
indices_put_alias.go:57
↓ 1 callersMethodFlags
Flags sets the regexp flags.
search_queries_regexp.go:28
↓ 1 callersMethodFlush
Flush manually asks all workers to commit their outstanding requests. It returns only when all workers acknowledge completion.
bulk_processor.go:409
↓ 1 callersMethodFreezeIndex
FreezeIndex freezes an index. Deprecated: Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization
client.go:1700
↓ 1 callersMethodFuzzyOptions
(options *FuzzyCompletionSuggesterOptions)
suggester_completion.go:63
↓ 1 callersMethodFuzzyRewrite
FuzzyRewrite sets the fuzzy_rewrite parameter controlling how the fuzzy query will get rewritten.
search_queries_match.go:92
↓ 1 callersMethodFuzzyTranspositions
FuzzyTranspositions sets whether transpositions are supported in fuzzy queries. The default metric used by fuzzy queries to determine a match is the
search_queries_match.go:105
↓ 1 callersMethodGamma
(gamma float64)
search_aggs_pipeline_mov_avg.go:281
↓ 1 callersMethodGapInsertZeros
GapInsertZeros inserts zeros for gaps in the series.
search_aggs_pipeline_mov_fn.go:65
↓ 1 callersMethodGeoHash
(geohash string)
search_queries_geo_distance.go:49
↓ 1 callersMethodGetFieldMapping
GetFieldMapping gets mapping for fields.
client.go:1899
↓ 1 callersMethodGetScript
-- Scripting APIs -- GetScript reads a stored script in Elasticsearch. Use PutScript for storing a script.
client.go:2087
↓ 1 callersMethodGetWeight
()
search_queries_fsq_score_funcs.go:14
↓ 1 callersMethodHeaders
Headers specifies the headers of the request.
get.go:90
↓ 1 callersMethodHost
Host sets the host information of the remote cluster. It must be of the form "http(s)://<hostname>:<port>"
reindex.go:576
↓ 1 callersMethodIPRange
IPRange returns IP range aggregation results. See: https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-bucket-iprange-aggr
search_aggs.go:494
↓ 1 callersMethodId
Id represents the document id of the item.
search_queries_more_like_this.go:331
↓ 1 callersMethodIgnoreLikeItems
IgnoreLikeItems sets the documents from which the terms should not be selected from.
search_queries_more_like_this.go:88
↓ 1 callersMethodIgnoreUnmapped
IgnoreUnmapped indicates whether to ignore unmapped fields (and run a MatchNoDocsQuery in place of this).
search_queries_geo_bounding_box.go:124
↓ 1 callersMethodInOrder
InOrder, when true, the spans from each clause must be in the same order as in Clauses and must be non-overlapping. Defaults to true.
search_queries_span_near.go:48
↓ 1 callersMethodIncludeAliases
IncludeAliases flags whether indices should be restored with their respective aliases, defaults to false.
snapshot_restore.go:162
↓ 1 callersMethodIncludeGlobalState
IncludeGlobalState allows the global cluster state to be restored, defaults to false.
snapshot_restore.go:125
↓ 1 callersMethodIndex
Index specifies the indices to use in the request.
search_request.go:59
↓ 1 callersMethodIndex
(indices ...string)
msearch.go:84
↓ 1 callersMethodIndex
Index in which the document resides.
termvectors.go:103
↓ 1 callersMethodIndexBoosts
IndexBoosts sets the boosts for specific indices.
search_source.go:350
↓ 1 callersMethodIndexGet
IndexGet retrieves information about one or more indices. IndexGet is only available for Elasticsearch 1.4 or later.
client.go:1714
↓ 1 callersMethodIndexGetComponentTemplate
IndexGetComponentTemplate returns a component template (available since 7.8). This service implements the component templates as described on https:/
client.go:1876
↓ 1 callersMethodIndexMetric
IndexMetric limits the information returned for `indices` metric to the specific index metrics. Isn't used if `indices` (or `all`) metric isn't specif
nodes_stats.go:98
↓ 1 callersMethodIndexPutComponentTemplate
-- Component templates -- IndexPutComponentTemplate creates or updates a component template (available since 7.8). This service implements the compon
client.go:1868
↓ 1 callersMethodIndexRouting
IndexRouting associates an index routing value to the alias.
indices_put_alias.go:70
↓ 1 callersMethodIndexSettings
IndexSettings sets the settings to be overwritten during the restore process
snapshot_restore.go:155
↓ 1 callersMethodIndexTemplateExists
IndexTemplateExists gets check if an index template exists (v1/legacy version before 7.8). This service implements the legacy version of index templa
client.go:1802
↓ 1 callersMethodIndexedDocumentPreference
(preference string)
search_queries_percolator.go:74
↓ 1 callersMethodIndexedDocumentRouting
(routing string)
search_queries_percolator.go:69
↓ 1 callersMethodIndexedDocumentType
(typ string)
search_queries_percolator.go:59
↓ 1 callersMethodIndices
Indices sets the name of the indices that should be restored from the snapshot.
snapshot_restore.go:119
↓ 1 callersMethodIngestSimulatePipeline
IngestSimulatePipeline executes a specific pipeline against the set of documents provided in the body of the request.
client.go:1978
↓ 1 callersMethodInitScript
(script *Script)
search_aggs_metrics_scripted_metric.go:24
↓ 1 callersMethodInnerHit
InnerHit sets the inner hit definition in the scope of this nested query and reusing the defined path and query.
search_queries_nested.go:50
↓ 1 callersMethodInnerHit
InnerHit sets the inner hit definition in the scope of this query and reusing the defined type and query.
search_queries_has_child.go:77
↓ 1 callersMethodInput
(input ...string)
suggest_field.go:28
↓ 1 callersMethodIsEmpty
()
rescore.go:22
↓ 1 callersMethodKeepOnCompletion
KeepOnCompletion is suitable for DoAsync only. It indicates whether the asynchronous search ID and its results should be kept even after the search (a
xpack_async_search_submit.go:526
↓ 1 callersMethodKeyedDateHistogram
KeyedDateHistogram returns date histogram aggregation results for keyed responses. See: https://www.elastic.co/guide/en/elasticsearch/reference/7.0/s
search_aggs.go:555
↓ 1 callersMethodKeyedRange
KeyedRange returns keyed range aggregation results. See https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-bucket-range-a
search_aggs.go:464
↓ 1 callersMethodLat
(lat float64)
search_queries_geo_distance.go:39
↓ 1 callersMethodLikeItems
LikeItems sets the documents to use in order to find documents that are "like" this.
search_queries_more_like_this.go:73
↓ 1 callersMethodLon
(lon float64)
search_queries_geo_distance.go:44
↓ 1 callersMethodMarshalEasyJSON
MarshalEasyJSON supports easyjson.Marshaler interface
bulk_index_request_easyjson.go:288
↓ 1 callersMethodMarshalEasyJSON
MarshalEasyJSON supports easyjson.Marshaler interface
bulk_delete_request_easyjson.go:248
↓ 1 callersMethodMarshalEasyJSON
MarshalEasyJSON supports easyjson.Marshaler interface
bulk_create_request_easyjson.go:288
↓ 1 callersMethodMarshalJSON
MarshalJSON supports json.Marshaler interface
bulk_index_request_easyjson.go:281
↓ 1 callersMethodMarshalJSON
MarshalJSON supports json.Marshaler interface
bulk_update_request_easyjson.go:404
↓ 1 callersMethodMarshalJSON
MarshalJSON supports json.Marshaler interface
bulk_delete_request_easyjson.go:241
↓ 1 callersMethodMarshalJSON
MarshalJSON supports json.Marshaler interface
bulk_create_request_easyjson.go:281
↓ 1 callersMethodMarshalJSON
MarshalJSON encodes the GeoPoint to JSON.
geo_point.go:29
↓ 1 callersMethodMatrixStats
MatrixStats returns matrix stats aggregation results. https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-matrix-stats-agg
search_aggs.go:179
↓ 1 callersMethodMaxDocCount
(maxDocCount int)
search_aggs_bucket_rare_terms.go:47
↓ 1 callersMethodMaxNumSegments
MaxNumSegments specifies the number of segments the index should be merged into (default: dynamic).
indices_forcemerge.go:131
↓ 1 callersMethodMedianAbsoluteDeviation
MedianAbsoluteDeviation returns median absolute deviation aggregation results. See https://www.elastic.co/guide/en/elasticsearch/reference/7.6/search-
search_aggs.go:104
↓ 1 callersMethodMethod
Method is the percentiles method, which can be "tdigest" (default) or "hdr".
search_aggs_metrics_percentiles.go:73
↓ 1 callersMethodMinScore
MinScore indicates to include only documents with a specific `_score` value in the result.
count.go:189
↓ 1 callersMethodMinTermFreq
MinTermFreq ignores words with less than this frequency in the source doc.
termvectors.go:421
↓ 1 callersMethodMinimize
Minimize determines if the model should be fit to the data using a cost minimizing algorithm.
search_aggs_pipeline_mov_avg.go:86
↓ 1 callersMethodMinimumShouldMatchScript
MinimumShouldMatchScript specifies the script to match.
search_queries_terms_set.go:44
↓ 1 callersMethodMissingBucket
MissingBucket, if true, will create an explicit null bucket which represents documents with missing values.
search_aggs_bucket_composite.go:211
↓ 1 callersMethodMode
Mode specifies how to operate. Valid values are: sum, avg, median, min, or max.
search_aggs_matrix_stats.go:45
↓ 1 callersMethodMultiGet
MultiGet retrieves multiple documents in one roundtrip.
client.go:1525
↓ 1 callersMethodMultiValueMode
MultiValueMode specifies how the decay function should be calculated on a field that has multiple values. Valid modes are: min, max, avg, and sum.
search_queries_fsq_score_funcs.go:196
↓ 1 callersMethodMustNot
(queries ...Query)
search_queries_bool.go:40
↓ 1 callersMethodName
()
search_queries_rank_feature.go:91
↓ 1 callersMethodName
()
cluster_reroute.go:267
↓ 1 callersMethodName
()
search_aggs_bucket_significant_terms.go:221
↓ 1 callersMethodName
()
search_aggs_pipeline_mov_avg.go:154
↓ 1 callersMethodNegative
(negative Query)
search_queries_boosting.go:29
↓ 1 callersMethodNegativeBoost
(negativeBoost float64)
search_queries_boosting.go:34
↓ 1 callersMethodNeighbours
(neighbours ...string)
suggester_context_geo.go:106
↓ 1 callersMethodNested
Nested is available starting with 6.1 and will replace Filter and Path.
sort.go:261
↓ 1 callersMethodNestedSort
NestedSort is available starting with 6.1 and will replace NestedFilter and NestedPath. Deprecated: Use Nested instead.
sort.go:255
← previousnext →801–900 of 5,566, ranked by callers