MCPcopy Create free account

hub / github.com/olivere/elastic / functions

Functions5,566 in github.com/olivere/elastic

↓ 2 callersMethodAdd
Add adds bulkable requests, i.e. BulkIndexRequest, BulkUpdateRequest, and/or BulkDeleteRequest.
bulk.go:174
↓ 2 callersMethodAddCondition
AddCondition adds a condition to the rollover decision.
indices_rollover.go:140
↓ 2 callersMethodAddMaskRange
(mask string)
search_aggs_bucket_ip_range.go:54
↓ 2 callersMethodAddMaxIndexAgeCondition
AddMaxIndexAgeCondition adds a condition to set the max index age.
indices_rollover.go:146
↓ 2 callersMethodAddMaxIndexDocsCondition
AddMaxIndexDocsCondition adds a condition to set the max documents in the index.
indices_rollover.go:152
↓ 2 callersMethodAddPoint
AddPoint adds a point from latitude and longitude.
search_queries_geo_polygon.go:26
↓ 2 callersMethodAdjacencyMatrix
AdjacencyMatrix returning a form of adjacency matrix. See: https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-bucket-adja
search_aggs.go:284
↓ 2 callersMethodAvgBucket
AvgBucket returns average bucket pipeline aggregation results. See https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-pip
search_aggs.go:645
↓ 2 callersMethodBackgroundFilter
(filter Query)
search_aggs_bucket_significant_text.go:87
↓ 2 callersMethodBackgroundIsSuperset
BackgroundIsSuperset indicates whether you defined a custom background filter that represents a difference set of documents that you want to compare t
search_aggs_bucket_significant_terms.go:299
↓ 2 callersMethodBeta
Beta is equivalent to Alpha but controls the smoothing of the trend instead of the data.
search_aggs_pipeline_mov_avg.go:223
↓ 2 callersMethodBottomRight
BottomRight position from longitude (right) and latitude (bottom).
search_queries_geo_bounding_box.go:50
↓ 2 callersMethodById
ById returns all bulk request results of a given document id, regardless of the action ("index", "delete" etc.).
bulk.go:423
↓ 2 callersMethodCandidateGenerator
(generator CandidateGenerator)
suggester_phrase.go:112
↓ 2 callersMethodCardinality
Cardinality returns cardinality aggregation results. See: https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-metrics-card
search_aggs.go:134
↓ 2 callersMethodCatAliases
CatAliases returns information about aliases.
client.go:1924
↓ 2 callersMethodCatCount
CatCount returns document counts for indices.
client.go:1934
↓ 2 callersMethodCatShards
CatShards returns information about shards.
client.go:1949
↓ 2 callersMethodCatSnapshots
CatSnapshots returns information about snapshots.
client.go:1954
↓ 2 callersMethodClearCache
ClearCache clears caches for one or more indices.
client.go:1766
↓ 2 callersMethodClusterReroute
ClusterReroute allows for manual changes to the allocation of individual shards in the cluster.
client.go:1991
↓ 2 callersMethodClusterStats
ClusterStats retrieves cluster statistics.
client.go:2001
↓ 2 callersMethodCollateParams
(collateParams map[string]interface{})
suggester_phrase.go:167
↓ 2 callersMethodCollatePrune
(collatePrune bool)
suggester_phrase.go:172
↓ 2 callersMethodCollateQuery
(collateQuery *Script)
suggester_phrase.go:157
↓ 2 callersMethodCompression
(compression float64)
search_aggs_metrics_percentiles.go:78
↓ 2 callersMethodConflicts
Conflicts indicates what to do when the process detects version conflicts. Possible values are "proceed" and "abort".
reindex.go:181
↓ 2 callersMethodContextQueries
(queries ...SuggesterContextQuery)
suggester_term.go:74
↓ 2 callersMethodContextQuery
(queries ...SuggesterContextQuery)
suggest_field.go:41
↓ 2 callersMethodCreate
Create indicates whether the index template should only be added if new or can also replace an existing one.
indices_put_template.go:148
↓ 2 callersMethodCreated
Created returns all bulk request results of "create" actions.
bulk.go:392
↓ 2 callersMethodDateRange
DateRange returns date range aggregation results. See: https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-bucket-daterang
search_aggs.go:479
↓ 2 callersMethodDeleteScript
DeleteScript allows removing a stored script from Elasticsearch.
client.go:2097
↓ 2 callersMethodDeleted
Deleted returns all bulk request results of "delete" actions.
bulk.go:402
↓ 2 callersMethodDestinationIndex
DestinationIndex specifies the destination index of the reindexing process.
reindex.go:160
↓ 2 callersMethodDiversifiedSampler
DiversifiedSampler returns diversified_sampler aggregation results. See: https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregatio
search_aggs.go:434
↓ 2 callersMethodDryRun
DryRun indicates whether to simulate the operation only and return the resulting state.
cluster_reroute.go:99
↓ 2 callersMethodEnd
End specifies the maximum end position of the match, which needs to be positive.
search_queries_span_first.go:34
↓ 2 callersMethodExtendedStats
ExtendedStats returns extended stats aggregation results. See: https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-metrics
search_aggs.go:164
↓ 2 callersMethodFailed
Failed returns those items of a bulk response that have errors, i.e. those that don't have a status code between 200 and 299.
bulk.go:440
↓ 2 callersMethodFixedInterval
FixedInterval by which the aggregation gets processed. Allowed values are: "year", "1y", "quarter", "1q", "month", "1M", "week", "1w", "day", "1d", "
search_aggs_bucket_date_histogram.go:88
↓ 2 callersMethodFloat64s
Float64s returns a slice of float64's for the given field, if there is any such field in the hit. The method ignores elements that are not of type flo
search.go:816
↓ 2 callersMethodForcemerge
Forcemerge optimizes one or more indices. It replaces the deprecated Optimize API.
client.go:1741
↓ 2 callersMethodGeoBounds
GeoBounds returns geo-bounds aggregation results. See: https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-metrics-geoboun
search_aggs.go:570
↓ 2 callersMethodGeoCentroid
GeoCentroid returns geo-centroid aggregation results. See: https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-metrics-geo
search_aggs.go:615
↓ 2 callersMethodGeoHash
GeoHash returns geo-hash aggregation results. https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-bucket-geohashgrid-aggre
search_aggs.go:585
↓ 2 callersMethodGeoPoint
(point *GeoPoint)
search_queries_geo_distance.go:27
↓ 2 callersFunctionGeoPointFromString
GeoPointFromString initializes a new GeoPoint by a string that is formatted as "{latitude},{longitude}", e.g. "40.10210,-70.12091".
geo_point.go:40
↓ 2 callersMethodGeoTile
GeoTile returns geo-tile aggregation results. https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-bucket-geotilegrid-aggre
search_aggs.go:600
↓ 2 callersMethodGetMapping
GetMapping gets a mapping.
client.go:1889
↓ 2 callersMethodGlobal
Global returns global results. See: https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-bucket-global-aggregation.html
search_aggs.go:239
↓ 2 callersMethodHasAlias
HasAlias returns true if the index has a specific alias.
indices_get_aliases.go:223
↓ 2 callersMethodHttpHeadOnly
HeadOnly makes the service to only return the status code in Do; the PingResult will be nil.
ping.go:115
↓ 2 callersMethodIncludeNegatives
IncludeNegatives indicates whether to filter out the terms that appear much less in the subset than in the background without the subset.
search_aggs_bucket_significant_terms.go:257
↓ 2 callersMethodIndexDeleteComponentTemplate
IndexDeleteComponentTemplate deletes a component template (available since 7.8). This service implements the component templates as described on http
client.go:1884
↓ 2 callersMethodIndexDeleteTemplate
IndexDeleteTemplate deletes an index template (v1/legacy version before 7.8). This service implements the legacy version of index templates as descri
client.go:1826
↓ 2 callersMethodIndexPutIndexTemplate
-- Index templates -- IndexPutIndexTemplate creates or updates an index template (new version after 7.8). This service implements the new version of
client.go:1838
↓ 2 callersMethodIndexPutTemplate
IndexPutTemplate creates or updates an index template (v1/legacy version before 7.8). This service implements the legacy version of index templates a
client.go:1814
↓ 2 callersMethodIndexSegments
IndexSegments retrieves low level segment information for all, one or more indices.
client.go:1729
↓ 2 callersMethodIndexed
Indexed returns all bulk request results of "index" actions.
bulk.go:387
↓ 2 callersMethodIndexedDocumentId
(id string)
search_queries_percolator.go:64
↓ 2 callersMethodIndexedDocumentIndex
(index string)
search_queries_percolator.go:54
↓ 2 callersMethodIndexedDocumentVersion
(version int64)
search_queries_percolator.go:79
↓ 2 callersMethodIngestDeletePipeline
IngestDeletePipeline deletes a pipeline by ID.
client.go:1972
↓ 2 callersMethodIngestPutPipeline
-- Ingest APIs -- IngestPutPipeline adds pipelines and updates existing pipelines in the cluster.
client.go:1962
↓ 2 callersFunctionIsForbidden
IsForbidden returns true if the given error indicates that Elasticsearch returned HTTP status 403. This happens e.g. due to a missing license. The err
errors.go:184
↓ 2 callersMethodLag
Lag specifies the historical bucket to subtract from the current value. E.g. a lag of 7 will subtract the current value from the value 7 buckets ago.
search_aggs_pipeline_serial_diff.go:57
↓ 2 callersMethodLevel
Level specifies whether to return indices stats aggregated at node, index or shard level.
nodes_stats.go:137
↓ 2 callersMethodLocations
(locations ...*GeoPoint)
suggester_context_geo.go:155
↓ 2 callersMethodMarkAsAlive
MarkAsAlive marks this connection as eligible to be returned from the pool of connections by the selector.
connection.go:76
↓ 2 callersMethodMaxBucket
MaxBucket returns maximum bucket pipeline aggregation results. See https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-pip
search_aggs.go:705
↓ 2 callersMethodMaxErrors
(maxErrors float64)
suggester_phrase.go:92
↓ 2 callersMethodMinBucket
MinBucket returns minimum bucket pipeline aggregation results. See https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-pip
search_aggs.go:720
↓ 2 callersMethodMinDocCount
(minDocCount int)
search_aggs_bucket_terms.go:81
↓ 2 callersMethodMinimumShouldMatch
(minimumShouldMatch string)
search_queries_bool.go:60
↓ 2 callersMethodMinimumShouldMatchField
MinimumShouldMatchField specifies the field to match.
search_queries_terms_set.go:38
↓ 2 callersMethodMovFn
MovFn returns moving function pipeline aggregation results. See https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggregations-pipeli
search_aggs.go:752
↓ 2 callersMethodMultiTermVectors
MultiTermVectors returns information and statistics on terms in the fields of multiple documents.
client.go:1582
↓ 2 callersFunctionNewAliasRemoveIndexAction
NewAliasRemoveIndexAction returns an action to remove an index.
indices_put_alias.go:213
↓ 2 callersFunctionNewBucketScriptAggregation
NewBucketScriptAggregation creates and initializes a new BucketScriptAggregation.
search_aggs_pipeline_bucket_script.go:24
↓ 2 callersFunctionNewBucketSelectorAggregation
NewBucketSelectorAggregation creates and initializes a new BucketSelectorAggregation.
search_aggs_pipeline_bucket_selector.go:26
↓ 2 callersFunctionNewBulkService
NewBulkService initializes a new BulkService.
bulk.go:54
↓ 2 callersFunctionNewChildrenAggregation
()
search_aggs_bucket_children.go:17
↓ 2 callersFunctionNewClearScrollService
NewClearScrollService creates a new ClearScrollService.
clear_scroll.go:32
↓ 2 callersFunctionNewCommonTermsQuery
NewCommonTermsQuery creates and initializes a new common terms query. Deprecated: Common Terms Query was deprecated in >= 7.3.0. See https://www.elas
search_queries_common_terms.go:35
↓ 2 callersFunctionNewCumulativeSumAggregation
NewCumulativeSumAggregation creates and initializes a new CumulativeSumAggregation.
search_aggs_pipeline_cumulative_sum.go:22
↓ 2 callersFunctionNewDerivativeAggregation
NewDerivativeAggregation creates and initializes a new DerivativeAggregation.
search_aggs_pipeline_derivative.go:24
↓ 2 callersFunctionNewDiversifiedSamplerAggregation
()
search_aggs_bucket_diversified_sampler.go:22
↓ 2 callersFunctionNewGeoDistanceSort
NewGeoDistanceSort creates a new sorter for geo distances.
sort.go:325
↓ 2 callersFunctionNewGeoPolygonQuery
NewGeoPolygonQuery creates and initializes a new GeoPolygonQuery.
search_queries_geo_polygon.go:18
↓ 2 callersFunctionNewGeoTileGridAggregation
NewGeoTileGridAggregation Create new bucket aggregation of Geotile grid type https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-aggreg
search_aggs_bucket_geotile_grid.go:17
↓ 2 callersFunctionNewHasParentQuery
NewHasParentQuery creates and initializes a new has_parent query.
search_queries_has_parent.go:26
↓ 2 callersFunctionNewIdsQuery
NewIdsQuery creates and initializes a new ids query. Notice that types are in the process of being removed. You should filter on a field instead.
search_queries_ids.go:23
↓ 2 callersFunctionNewIndexService
NewIndexService creates a new IndexService.
index.go:52
↓ 2 callersFunctionNewIndicesCloseService
NewIndicesCloseService creates and initializes a new IndicesCloseService.
indices_close.go:39
↓ 2 callersFunctionNewIndicesCreateService
NewIndicesCreateService returns a new IndicesCreateService.
indices_create.go:40
↓ 2 callersFunctionNewIndicesDeleteService
NewIndicesDeleteService creates and initializes a new IndicesDeleteService.
indices_delete.go:39
↓ 2 callersFunctionNewIndicesExistsService
NewIndicesExistsService creates and initializes a new IndicesExistsService.
indices_exists.go:38
↓ 2 callersFunctionNewIndicesGetFieldMappingService
NewIndicesGetFieldMappingService creates a new IndicesGetFieldMappingService.
indices_get_field_mapping.go:47
↓ 2 callersFunctionNewIndicesGetMappingService
NewIndicesGetMappingService creates a new IndicesGetMappingService.
indices_get_mapping.go:46
← previousnext →501–600 of 5,566, ranked by callers