MCPcopy Create free account

hub / github.com/olivere/elastic / functions

Functions5,566 in github.com/olivere/elastic

MethodQuery
Query sets the query for the function score query.
search_queries_fsq.go:35
MethodQuery
Query sets the query to use with this search source.
search_source.go:61
MethodQuery
(query Query)
reindex.go:475
MethodQuery
Query to be used in the ScriptScoreQuery.
search_queries_script_score.go:33
MethodQuery
Query sets a query definition using the Query DSL.
validate.go:166
MethodQuery
Query for the search.
search_request.go:172
MethodQuery
Query sets the query to perform, e.g. MatchAllQuery.
search.go:215
MethodQuery
(query Query)
inner_hit.go:39
MethodQuery
Query sets a query definition using the Query DSL.
update_by_query.go:305
MethodQuery
Query sets a query definition using the Query DSL.
explain.go:216
MethodQuery
Query sets the query to perform, e.g. MatchAllQuery.
xpack_async_search_submit.go:210
MethodQuery
Query sets the query programmatically.
delete_by_query.go:296
MethodQuery
Query indicates whether to clear only query cache.
indices_clear_cache.go:130
MethodQuery
Query sets the query to perform, e.g. a MatchAllQuery.
scroll.go:180
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched filters per hit.
search_queries_match_phrase_prefix.go:54
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched_filters per hit.
search_queries_more_like_this.go:192
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched_filters per hit.
search_queries_span_first.go:47
MethodQueryName
QueryName sets the query name for the filter.
search_queries_distance_feature_query.go:72
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched_filters per hit.
search_queries_query_string.go:222
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched_filters per hit
search_queries_regexp.go:57
MethodQueryName
QueryName gives the query a name. It is used for caching.
search_queries_geo_bounding_box.go:130
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched filters per hit.
search_queries_match_phrase.go:54
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched_filters per hit.
search_queries_simple_query_string.go:79
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched_filters per hit
search_queries_terms_set.go:57
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched_filters per hit.
search_queries_rank_feature.go:49
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched filters per hit.
search_queries_fuzzy.go:70
MethodQueryName
QueryName specifies the query name for the filter that can be used when searching for matched filters per hit.
search_queries_has_parent.go:47
MethodQueryName
QueryName sets the query name for the filter.
search_queries_script_score.go:57
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched queries per hit.
search_queries_exists.go:26
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched filters per hit.
search_queries_match.go:130
MethodQueryName
QueryName specifies the query name for the filter that can be used when searching for matched filters per hit.
search_queries_has_child.go:70
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched filters per hit.
search_queries_dis_max.go:56
MethodQueryName
QueryName sets the name of this query.
search_queries_wildcard.go:46
MethodQueryName
QueryName sets the query name.
search_queries_match_all.go:33
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched_filters per hit.
search_queries_span_near.go:61
MethodQueryName
QueryName sets the query name.
search_queries_match_none.go:22
MethodQueryName
(queryName string)
search_queries_geo_polygon.go:37
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched_filters per hit.
search_queries_span_term.go:50
MethodQueryName
(queryName string)
search_queries_geo_distance.go:64
MethodQueryName
QueryName specifies the query name for the filter that can be used when searching for matched filters per hit.
search_queries_parent_id.go:56
MethodQueryName
(queryName string)
search_queries_common_terms.go:84
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched filters per hit.
search_queries_multi_match.go:180
MethodQueryName
QueryName sets the query name for the filter that can be used when searching for matched_filters per hit.
search_queries_range.go:97
MethodQueryString
QueryString is an alias to Q. Notice that you can also use Query to programmatically set the query.
delete_by_query.go:290
MethodQuoteAnalyzer
QuoteAnalyzer is an optional analyzer to be used to analyze the query string for phrase searches. Note, if a field has search analyzer defined for it,
search_queries_query_string.go:115
MethodQuoteFieldSuffix
QuoteFieldSuffix is an optional field name suffix to automatically try and add to the field searched when using quoted text.
search_queries_query_string.go:207
MethodQuoteFieldSuffix
QuoteFieldSuffix is an optional field name suffix to automatically try and add to the field searched when using quoted text.
search_queries_simple_query_string.go:72
MethodRareTerms
RareTerms returns rate terms aggregation results. See: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-rare
search_aggs.go:404
MethodRealtime
Realtime specifies if requests are real-time as opposed to near-real-time (default: true).
mtermvectors.go:167
MethodRealtime
Realtime specifies if request is real-time as opposed to near-real-time (default: true).
mtermvectors.go:457
MethodRealtime
Realtime specifies whether to perform the operation in realtime or search mode.
exists.go:114
MethodRealtime
Realtime specifies whether to perform the operation in realtime or search mode.
mget.go:104
MethodRealtime
Realtime specifies whether to perform the operation in realtime or search mode.
get.go:163
MethodRealtime
Realtime specifies if request is real-time as opposed to near-real-time (default: true).
termvectors.go:197
MethodRefresh
Refresh the index after performing the operation. See https://www.elastic.co/guide/en/elasticsearch/reference/7.0/docs-refresh.html for details.
index.go:139
MethodRefresh
Refresh the shard containing the document before performing the operation. See https://www.elastic.co/guide/en/elasticsearch/reference/7.0/docs-refre
exists.go:123
MethodRefresh
Refresh the shard containing the document before performing the operation. See https://www.elastic.co/guide/en/elasticsearch/reference/7.0/docs-refre
mget.go:98
MethodRefresh
Refresh indicates whether Elasticsearch should refresh the effected indexes immediately. See https://www.elastic.co/guide/en/elasticsearch/reference/
reindex.go:119
MethodRefresh
Refresh the index after performing the update. See https://www.elastic.co/guide/en/elasticsearch/reference/7.0/docs-refresh.html for details.
update.go:169
MethodRefresh
Refresh the index after performing the operation. See https://www.elastic.co/guide/en/elasticsearch/reference/7.0/docs-refresh.html for details.
delete.go:157
MethodRefresh
Refresh specifies if and how to wait for refreshing the shards after the request. Possible values are "true" (default), "false" and "wait_for", all of
xpack_security_put_user.go:100
MethodRefresh
Refresh indicates whether the effected indexes should be refreshed. See https://www.elastic.co/guide/en/elasticsearch/reference/7.0/docs-refresh.html
update_by_query.go:314
MethodRefresh
Refresh indicates whether the effected indexes should be refreshed. See https://www.elastic.co/guide/en/elasticsearch/reference/7.0/docs-refresh.html
delete_by_query.go:305
MethodRefresh
Refresh, if "true" (the default), refreshes the affected shards to make this operation visible to search, if "wait_for" then wait for a refresh to mak
xpack_security_change_password.go:98
MethodRefresh
Refresh controls when changes made by this request are made visible to search. The allowed values are: "true" (refresh the relevant primary and replic
bulk.go:145
MethodRefresh
Refresh specifies if and how to wait for refreshing the shards after the request. Possible values are "true" (default), "false" and "wait_for", all of
xpack_security_delete_user.go:88
MethodRefresh
Refresh specifies if and how to wait for refreshing the shards after the request. Possible values are "true" (default), "false" and "wait_for", all of
xpack_security_enable_user.go:88
MethodRefresh
Refresh the shard containing the document before performing the operation. See https://www.elastic.co/guide/en/elasticsearch/reference/7.0/docs-refre
get.go:157
MethodRefresh
Refresh specifies if and how to wait for refreshing the shards after the request. Possible values are "true" (default), "false" and "wait_for", all of
xpack_security_disable_user.go:88
MethodRegexOptions
(options *RegexCompletionSuggesterOptions)
suggester_completion.go:87
MethodRegexWithOptions
(regex string, options *RegexCompletionSuggesterOptions)
suggester_completion.go:81
MethodRepository
Repository is the repository name.
snapshot_status.go:85
MethodRepository
Repository is the repository name.
snapshot_create_repository.go:88
MethodRepository
Repository is the list of repository names.
snapshot_get_repository.go:84
MethodRepository
Repository name.
snapshot_restore.go:94
MethodRepository
Repository specifies the napshot repository used to limit the request.
cat_snapshots.go:84
MethodRepository
Repository is the list of repository names.
snapshot_delete_repository.go:84
MethodRepository
Repository specifies the repository name.
snapshot_verify_repository.go:83
MethodRepository
Repository is the repository name.
snapshot_create.go:84
MethodRepository
Repository is the repository name.
snapshot_delete.go:81
MethodRequest
Request specifies the search request used for source.
reindex.go:424
MethodRequest
Request passes the analyze request to use.
indices_analyze.go:107
MethodRequest
Request indicates whether to clear only request cache.
indices_clear_cache.go:136
MethodRequestCache
(requestCache bool)
reindex.go:465
MethodRequestCache
RequestCache specifies if this request should use the request cache or not, assuming that it can. By default, will default to the index level setting
search_request.go:107
MethodRequestCache
RequestCache specifies if request cache should be used for this request or not, defaults to index level setting.
update_by_query.go:321
MethodRequestCache
RequestCache indicates whether the cache should be used for this request or not, defaults to index level setting.
xpack_async_search_submit.go:204
MethodRequestCache
RequestCache specifies if request cache should be used for this request or not, defaults to index level setting.
delete_by_query.go:312
MethodRequestsPerSecond
RequestsPerSecond specifies the throttle to set on this request in sub-requests per second. -1 means set no throttle as does "unlimited" which is the
reindex.go:99
MethodRequestsPerSecond
RequestsPerSecond sets the throttle on this request in sub-requests per second. -1 means set no throttle as does "unlimited" which is the only non-flo
update_by_query.go:328
MethodRequestsPerSecond
RequestsPerSecond sets the throttle on this request in sub-requests per second. -1 means set no throttle as does "unlimited" which is the only non-flo
delete_by_query.go:319
MethodRequireFieldMatch
(requireFieldMatch bool)
highlight.go:94
MethodRequireFieldMatch
(requireFieldMatch bool)
highlight.go:360
MethodRequiredSize
(requiredSize int)
search_aggs_bucket_significant_terms.go:57
MethodRequiredSize
(requiredSize int)
search_aggs_bucket_terms.go:71
MethodRescorer
Rescorer adds a rescorer to the search.
search_source.go:239
MethodRescorer
Rescorer adds a rescorer to the search.
search_request.go:392
MethodRescorer
Rescorer adds a rescorer to the search.
search.go:399
MethodRescorer
Rescorer adds a rescorer to the search.
xpack_async_search_submit.go:394
MethodRestTotalHitsAsInt
RestTotalHitsAsInt indicates whether hits.total should be rendered as an integer or an object in the rest search response.
xpack_async_search_submit.go:501
← previousnext →3,801–3,900 of 5,566, ranked by callers