Simon Willnauer
7257345db9
Revert Benchmark API
...
The benchmark api is being worked on feature/bench branch and will be merged from there when ready.
2015-03-21 10:36:04 +01:00
Areek Zillur
1d581e6286
Search Exists API: Checks if any matching documents exist for a given query
...
Implements a new Exists API allowing users to do fast exists check on any matched documents for a given query.
This API should be faster then using the Count API as it will:
- early terminate the search execution once any document is found to exist
- return the response as soon as the first shard reports matched documents
closes #6995
2014-07-31 15:42:30 -04:00
Clinton Gormley
10b4177def
Docs: Fixed path to search-shards
2014-07-26 15:05:53 +02:00
Clinton Gormley
93d9628975
Docs: Reorganised the search-shards API docs
2014-07-26 14:51:44 +02:00
Andrew Selden
2cf66c4115
Benchmark documentation
...
Moving benchmark documentation under the search section.
Closes #5786
2014-04-14 14:08:41 -07:00
Alexander Reelsen
4fc461a97c
[DOCS] Moved the template query documentation into search section
2014-03-25 10:01:41 +01:00
Clinton Gormley
8685818ad3
[DOCS] Moved termvector and mtermvectors from search to docs
2014-01-22 14:10:26 +01:00
Simon Willnauer
fa16969360
Cleanup comments and class names s/ElasticSearch/Elasticsearch
...
* Clean up s/ElasticSearch/Elasticsearch on docs/*
* Clean up s/ElasticSearch/Elasticsearch on src/* bin/* & pom.xml
* Clean up s/ElasticSearch/Elasticsearch on NOTICE.txt and README.textile
Closes #4634
2014-01-07 11:21:51 +01:00
Britta Weber
dbef64009f
[DOC] add doc for multi term vector api
...
closes #3998
2013-11-26 17:03:14 +01:00
uboness
c7f6c5266d
initial commit of the aggregations module
...
Closes #3300
2013-11-24 03:13:08 -08:00
Martijn van Groningen
b7c4adeea3
[Docs] update reference to remove documentation about percolating during an index, bulk or update request.
2013-10-16 16:31:36 +02:00
Clinton Gormley
9a062e465c
[DOCS] Reorganised common API conventions
2013-10-13 16:46:56 +02:00
Lee Hinman
ba40aa374e
Uniquify anchor links to fix asciidoc/docbook generation
2013-09-30 15:32:00 -06:00
Lee Hinman
0442b737be
Add more anchor links to documentation
...
Related to #3679
2013-09-30 13:13:16 -06:00
Clinton Gormley
53ad7330fc
[DOCS] Added docs for term vectors
2013-09-04 23:20:54 +02:00
Clinton Gormley
393c28bee4
[DOCS] Removed outdated new/deprecated version notices
2013-09-03 21:28:31 +02:00
Clinton Gormley
822043347e
Migrated documentation into the main repo
2013-08-29 01:24:34 +02:00