OpenSearch/docs
Adrien Grand c52b1f3a7c An `exists` query on an object should query a single term.
Currently if you run an `exists` query on an object, it will resolve all sub
fields and create a disjunction for all those fields. However the `_field_names`
mapper indexes paths for objects so we could query object paths directly.

I also changed the query parser to reject `exists` queries if the `_field_names`
field is disabled since it would be a big performance trap.
2016-03-22 16:26:45 +01:00
..
community-clients Add Scala based elasticsearch-client 2016-02-03 15:47:34 -08:00
groovy-api Backs out early link fix. 2015-10-22 15:00:35 -07:00
java-api docs: fix link 2016-03-21 14:09:30 +01:00
perl Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
plugins Analysis Kuromoji: Add nbest option and NumberFilter 2016-03-22 20:09:56 +09:00
python [docs] Updating the Python client docxs 2015-11-30 16:50:08 +01:00
reference An `exists` query on an object should query a single term. 2016-03-22 16:26:45 +01:00
resiliency Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
ruby Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
README.asciidoc Docs: Updated docs/README.asciidoc to point to the new docs repo 2015-04-27 08:54:07 +02:00

README.asciidoc

The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process

See: https://github.com/elastic/docs