James Rodewig
03600e4e12
[DOCS] Document `script_score` float precision limit ( #49402 )
...
All document scores are positive 32-bit floating point numbers. However, this
wasn't previously documented.
This can result in surprising behavior, such as precision loss, for users when
customizing scores using the function score query.
This commit updates an existing admonition in the function score query docs to
document the 32-bits precision limit. It also updates the search API reference
docs to note that `_score` is a 32-bit float.
2019-11-21 08:54:49 -05:00
Orhan Toy
561351d2fc
[Docs] Fix _count HTTP method ( #48979 )
2019-11-12 15:45:26 +01:00
Patrick Maynard
4b85498617
[DOCS] Fix typo in search type docs ( #48868 )
2019-11-11 09:38:48 -05:00
Christoph Büscher
1de49d8a70
Remove Ranking Evaluation API experimental status ( #48603 )
...
The API has been released long enough to remove the experimental status.
2019-10-29 20:57:39 +01:00
Ian Danforth
82e25c4ac7
[Docs] Fix typo in suggesters search API doc ( #48477 )
2019-10-29 09:58:05 +01:00
James Rodewig
e9c8e4f6d1
[DOCS] Fix note format in index suggestion docs ( #48536 )
2019-10-25 11:31:47 -04:00
Christoph Büscher
055a0800eb
[Docs] Mention reserved completion suggestion characters ( #48445 )
...
We currently don't mention the three reserved characters anywhere. This change
adds a short note mentioning them
Closes #48341
2019-10-25 16:58:23 +02:00
James Rodewig
852622d970
[DOCS] Remove binary gendered language ( #48362 )
2019-10-23 09:37:12 -05:00
Jim Ferenczi
dc39196ea4
Fix tag in the search request timeout option docs ( #47776 )
...
and add missing parentheses `search_timeout` param
2019-10-10 10:35:44 +02:00
James Rodewig
c03cdb4b15
[DOCS] Correct callouts in search template docs ( #47655 )
2019-10-07 09:25:32 -04:00
James Rodewig
fd421bd12d
[7.x] [DOCS] Add response body parms to search API docs ( #47042 ) ( #47303 )
2019-09-30 13:54:06 -04:00
István Zoltán Szabó
0ab7132c47
[DOCS] Reformats Profile API ( #47168 )
...
* [DOCS] Reformats Profile API.
* [DOCS] Fixes failing docs test.
2019-09-27 11:14:14 +02:00
István Zoltán Szabó
74fd21f0b0
[DOCS] Reformats ranking evaluation API ( #46974 )
...
* [DOCS] Reformats ranking evaluation API.
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-25 15:01:10 +02:00
István Zoltán Szabó
83365e94ba
[DOCS] Reformat suggesters page. ( #47010 )
2019-09-25 14:42:16 +02:00
István Zoltán Szabó
fcea154f2e
[DOCS] Reformats Field capabilities API ( #46866 )
...
* [DOCS] Reformats Field capabilities API.
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-20 11:28:19 +02:00
István Zoltán Szabó
363075cf1d
[DOCS] Reformats explain API ( #46857 )
...
* [DOCS] Reformats explain API.
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-20 11:00:33 +02:00
James Rodewig
251dbd8522
[DOCS] Remove `lowercase_terms` parm from term suggester docs ( #46879 )
2019-09-19 15:56:47 -04:00
Takumasa Ochi
7a3054c5dc
Fix typos in `match` in profile API ( #46723 )
...
* Replace `matches` with correct `match`
* Use present tense consistently
* Replace `metric` with correct `match`
2019-09-19 16:07:52 +02:00
István Zoltán Szabó
e59be0354a
[DOCS] Reformats validate API ( #46389 )
...
* [DOCS] Reformats validate API.
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-18 14:31:17 +02:00
István Zoltán Szabó
595bf52927
[DOCS] Reformats count API ( #46377 )
...
* [DOCS] Reformats count API.
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-17 09:54:19 +02:00
James Rodewig
e253ee6ba6
[DOCS] Change // CONSOLE comments to [source,console] ( #46440 ) ( #46494 )
2019-09-09 12:35:50 -04:00
James Rodewig
f04573f8e8
[DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] ( #46449 ) ( #46459 )
2019-09-06 16:09:09 -04:00
James Rodewig
bb7bff5e30
[DOCS] Replace "// TESTRESPONSE" magic comments with "[source,console-result] ( #46295 ) ( #46418 )
2019-09-06 09:22:08 -04:00
James Rodewig
1f36c4e50c
[DOCS] Replace "// CONSOLE" comments with [source,console] ( #46159 ) ( #46332 )
2019-09-05 10:11:25 -04:00
István Zoltán Szabó
0f0b77b263
[DOCS] Reformats search template and multi search template APIs ( #46236 )
...
* [DOCS] Reformats search template and multi search template APIs.
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-04 15:14:06 +02:00
István Zoltán Szabó
c71d959d61
[DOCS] Reformats search shards API ( #46240 )
...
* [DOCS] Reformats search shards API
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-04 11:36:08 +02:00
István Zoltán Szabó
5c5af77565
[DOCS] Reformats request body search API ( #46254 )
...
* [DOCS] Reformats request body search API.
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-04 10:53:16 +02:00
István Zoltán Szabó
f2bdd392e7
[DOCS] Reformats multi search API ( #46256 )
...
* [DOCS] Reformats multi search API.
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-04 10:19:43 +02:00
István Zoltán Szabó
53f70ee996
[DOCS] Reformats URI search request ( #45844 )
...
* [DOCS] Reformats URI search request.
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
Co-Authored-By: debadair <debadair@elastic.co>
2019-08-30 13:45:29 +02:00
István Zoltán Szabó
4b086fbef2
Revert "[DOCS] Reformats URI search request ( #45844 )"
...
This reverts commit 7f11c32400
.
2019-08-29 11:58:28 +02:00
István Zoltán Szabó
7f11c32400
[DOCS] Reformats URI search request ( #45844 )
...
* [DOCS] Reformats URI search request.
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
Co-Authored-By: debadair <debadair@elastic.co>
2019-08-29 10:06:16 +02:00
James Rodewig
ceb8b9bbee
Change `{var}` convention to `<var>` ( #45904 )
2019-08-23 10:57:48 -04:00
István Zoltán Szabó
6e696296fe
[DOCS] Reformats search API ( #45786 )
...
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-08-23 11:56:49 +02:00
Nathan Howard
bdfd90560f
Adding a warning to from-size.asciidoc
...
Customers occasionally discover a known behavior in Elasticsearch's pagination that does not appear to be documented. This warning is intended to educate customers of this behavior while still highlighting alternative solutions.
2019-08-22 19:03:13 -07:00
James Rodewig
33d4801213
Revert "[DOCS] Reformats search API ( #45786 )"
...
This reverts commit f6ffa00142
.
2019-08-22 09:49:15 -04:00
István Zoltán Szabó
f6ffa00142
[DOCS] Reformats search API ( #45786 )
...
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-08-22 15:09:09 +02:00
James Rodewig
5e44e695fd
[DOCS] Add template docs to scripts. Reorder template examples. ( #45817 )
...
* [DOCS] Add template docs to scripts. Reorder template examples.
* Adds a 'Search template' section to the 'How to use scripts' chapter.
This links to the 'Search template' chapter for detailed info and
examples.
* Reorders and retitles several examples in the 'Search template'
chapter. This is primarily to make examples for storing, deleting, and
using search templates more prominent.
* Change <templatename> to <templateid>
2019-08-22 08:40:32 -04:00
Jonathan Hult
041385559c
[DOCS] Fix typo in highlighting doc ( #45707 )
2019-08-20 07:28:05 -04:00
James Rodewig
c75fd40f2c
[DOCS] Add diagrams to cross-cluster search documentation ( #45569 )
2019-08-15 11:00:25 -04:00
Emmanuel DEMEY
f8c08c537b
Add snippet for the search_type query parameter ( #43540 )
2019-08-11 18:36:52 -04:00
Jesse Wright
f19f2adbe6
[Docs] Fix typo in rank-eval.asciidoc ( #44978 )
2019-07-31 12:37:49 +02:00
James Rodewig
a63f60b776
[DOCS] Remove heading offsets for REST APIs ( #44568 )
...
Several files in the REST APIs nav section are included using
:leveloffset: tags. This increments headings (h2 -> h3, h3 -> h4, etc.)
in those files and removes the :leveloffset: tags.
Other supporting changes:
* Alphabetizes top-level REST API nav items.
* Change 'indices APIs' heading to 'index APIs.'
* Changes 'Snapshot lifecycle management' heading to sentence case.
2019-07-19 14:36:06 -04:00
James Rodewig
d46545f729
[DOCS] Update anchors and links for Elasticsearch API relocation ( #44500 )
2019-07-19 09:18:23 -04:00
James Rodewig
34725e20fb
[DOCS] Move Elasticsearch APIs to REST APIs section. ( #44238 ) ( #44372 )
...
Moves the following API sections under the REST APIs navigations:
- API Conventions
- Document APIs
- Search APIs
- Index APIs (previously named Indices APIs)
- cat APIs
- Cluster APIs
Other supporting changes:
- Removes the previous index APIs page under REST APIs. Adds a redirect for the removed page.
- Removes several [partintro] macros so the docs build correctly.
- Changes anchors for pages that become sections of a parent page.
- Adds several redirects for existing pages that become sections of a parent page.
This commit re-applies changes from #44238 . Changes from that PR were reverted due to broken links in several repos. This commit adds redirects for those broken links.
2019-07-17 09:18:31 -04:00
Julie Tibshirani
141d09ee15
Correct a formatting mistake in the _field_caps docs. ( #44303 )
...
The 'indices' block that was recently added should appear in the top-level of
the response, as opposed to being nested under 'fields'.
2019-07-15 09:46:02 -07:00
John Murphy
8030d8f6dc
[DOCS] Add `lowercase` filter to phrase suggester example so searches are case insensitive ( #44186 )
2019-07-11 15:27:31 -04:00
David Kyle
d1280339a8
specifies which index to search in docs for various queries ( #43307 ) ( #43428 )
...
the geo-bounding-box and phrase-suggest docs were susceptible to
failing due to other indices in the cluster. This change restricts
the queries to the index that is set up for the test.
relates to #43271 .
2019-06-21 10:15:51 +01:00
Luca Cavanna
4da0fadedc
[DOCS] Clarify phrase suggester docs smoothing parameter ( #42947 )
...
Closes #28512
2019-06-12 11:25:03 +02:00
Luca Cavanna
e538592652
Update max_concurrent_shard_request parameter docs ( #42227 )
...
Some of the docs were outdated as they did not mention that the limit is
not per node. Also, The default value changed.
Relates to #31206
2019-06-12 11:25:03 +02:00
Christoph Büscher
d9c582e66b
[Docs] Add to preference parameter docs ( #42797 )
...
Adding notes to the existing docs about how using `preference` might increase
request cache utilization but also add warning about the downsides.
Closes #24278
2019-06-04 14:38:18 +02:00