OpenSearch/docs/reference/search
Alexander Reelsen bf74f49fdd Updated Analyzing/Fuzzysuggester from lucene trunk
* Minor alignments (like setter to ctor)
* FuzzySuggester has a unicode aware flag, which is not exposed in the fuzzy completion request parameters
* Made XAnalyzingSuggester flags (PAYLOAD_SEP, END_BYTE, SEP_LABEL) to be written into the postings format, so we can retain backwards compatibility
* The above change also implies, that these flags can be set per instantiated XAnalyzingSuggester
* CompletionPostingsFormatTest now uses a randomProvider for writing data to check for bwc
2013-11-26 12:52:06 +01:00
..
aggregations initial commit of the aggregations module 2013-11-24 03:13:08 -08:00
facets introduced support for "shard_size" for terms & terms_stats facets. The "shard_size" is the number of term entries each shard will send back to the coordinating node. "shard_size" > "size" will increase the accuracy (both in terms of the counts associated with each term and the terms that will actually be returned the user) - of course, the higher "shard_size" is, the more expensive the processing becomes as bigger queues are maintained on a shard level and larger lists are streamed back from the shards. 2013-10-02 22:02:00 +02:00
request [DOCS] Changed all store:yes/no to store:true/false 2013-11-07 16:57:18 +01:00
suggesters Updated Analyzing/Fuzzysuggester from lucene trunk 2013-11-26 12:52:06 +01:00
aggregations.asciidoc initial commit of the aggregations module 2013-11-24 03:13:08 -08:00
count.asciidoc [DOCS] Added a few clarifications to the docs from the issues list 2013-09-04 23:20:55 +02:00
explain.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
facets.asciidoc Fix markup 2013-10-21 16:11:09 +02:00
more-like-this.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
multi-search.asciidoc [DOCS] Removed outdated new/deprecated version notices 2013-09-03 21:28:31 +02:00
percolate.asciidoc release [1.0.0.Beta1] 2013-11-06 15:32:43 +01:00
request-body.asciidoc Added docs for named queries. 2013-09-16 11:17:01 +02:00
search.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
suggesters.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
termvectors.asciidoc [DOCS] Changed all store:yes/no to store:true/false 2013-11-07 16:57:18 +01:00
uri-request.asciidoc [DOCS] Added pages explaining lucene query parser syntax and regular expression syntax 2013-10-07 14:42:49 +02:00
validate.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00