0
0
Fork 0
bleve/document
abhinavdangeti 7e36109b3c MB-28162: Provide API to estimate memory needed to run a search query
This API (unexported) will estimate the amount of memory needed to execute
a search query over an index before the collector begins data collection.

Sample estimates for certain queries:
{Size: 10, BenchmarkUpsidedownSearchOverhead}
                                                           ESTIMATE    BENCHMEM
TermQuery                                                  4616        4796
MatchQuery                                                 5210        5405
DisjunctionQuery (Match queries)                           7700        8447
DisjunctionQuery (Term queries)                            6514        6591
ConjunctionQuery (Match queries)                           7524        8175
Nested disjunction query (disjunction of disjunctions)     10306       10708
…
2018-03-06 13:53:42 -08:00
..
document.go MB-28162: Provide API to estimate memory needed to run a search query 2018-03-06 13:53:42 -08:00
document_test.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
field.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
field_boolean.go DocValue Config, new API Changes 2018-01-08 10:58:33 +05:30
field_composite.go MB-28162: Provide API to estimate memory needed to run a search query 2018-03-06 13:53:42 -08:00
field_datetime.go DocValue Config, new API Changes 2018-01-08 10:58:33 +05:30
field_geopoint.go add experimental support for indexing/query geo points 2017-03-24 17:22:21 -07:00
field_geopoint_test.go add experimental support for indexing/query geo points 2017-03-24 17:22:21 -07:00
field_numeric.go DocValue Config, new API Changes 2018-01-08 10:58:33 +05:30
field_numeric_test.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
field_text.go DocValue Config, new API Changes 2018-01-08 10:58:33 +05:30
indexing_options.go DocValue Config, new API Changes 2018-01-08 10:58:33 +05:30
indexing_options_test.go DocValue Config, new API Changes 2018-01-08 10:58:33 +05:30