Jason Bryan
9a1133ca50
Fix typo in scroll.asciidoc
...
Fix scroll request with sort.
Closes #15493
2015-12-16 20:31:46 -05:00
Clinton Gormley
4597a22ace
Merge pull request #15473 from jmluy/patch-1
...
Update sample in sort for consistency
2015-12-16 12:53:09 +01:00
Clinton Gormley
259c6eeb59
Merge pull request #15274 from murnieza/patch-1
...
[Doc] Redundant indefinite article removed
2015-12-11 14:38:44 +01:00
Clinton Gormley
1685126bb6
Merge pull request #15085 from kaneshin/docs/modify/post_filter
...
Remove a trailing comma from an example data of JSON
2015-11-30 08:05:10 +01:00
Shintaro Kaneko
d7baeb1e7b
Remove a trailing comma from an example data of JSON
2015-11-28 16:50:28 +00:00
Clinton Gormley
174b4bacbe
Merge pull request #14871 from jamiemccarthy/doc-fix
...
Fix doc of nested_path sort option
2015-11-28 17:46:47 +01:00
Martijn van Groningen
48771f1a76
field stats: Added min_value_as_string
and max_value_as_string
response elements for all number based fields. The existing min_value
and max_value
will return the values as numbers instead.
...
Closes #14404
2015-11-23 08:48:28 +01:00
Jamie McCarthy
ce20337d03
Fix doc of nested_path sort option
2015-11-19 12:22:00 -05:00
Martijn van Groningen
d2ae3ffa36
docs: can't use same call out twice
2015-11-18 15:16:13 +01:00
Martijn van Groningen
e443bfc492
docs: fix callouts
2015-11-18 15:13:38 +01:00
Martijn van Groningen
8a454dae33
field stats: Added a format
option to index constraint that allows to specify date index constraint values in a different format then the for specified in the mapping.
...
Closes #14804
2015-11-18 14:19:07 +01:00
javanna
ca980b7a83
[DOCS] document replacement for search exists
...
Relates to #13910
Closes #14393
2015-11-09 15:05:07 +01:00
Adrien Grand
81767bc639
Merge pull request #14474 from jpountz/doc/search_body_fields_warning
...
Add a warning about fields vs. source filtering.
2015-11-09 11:52:58 +01:00
Clinton Gormley
1220b89a60
Docs: Fixed bad link in completion suggester
2015-11-08 09:51:14 +01:00
Areek Zillur
dd1c687ace
Completion Suggester V2
...
The completion suggester provides auto-complete/search-as-you-type functionality.
This is a navigational feature to guide users to relevant results as they are typing, improving search precision.
It is not meant for spell correction or did-you-mean functionality like the term or phrase suggesters.
The completions are indexed as a weighted FST (finite state transducer) to provide fast Top N prefix-based
searches suitable for serving relevant results as a user types.
closes #10746
2015-11-07 17:46:27 -05:00
Adrien Grand
c9120c5c2a
Docs: Add a warning about fields vs. source filtering.
...
Close #14470
2015-11-03 11:18:00 +01:00
Lee Hinman
3b5058017e
Merge branch 'remove-optimize-rest'
2015-10-29 15:18:03 -06:00
javanna
49f5757ae2
Remove support for multiple highlighter names
...
The only way to refer to the plain highlighter is now `plain`, the only way to refer to the fast vector highlighter is `fvh` and the only way to refer to the postings highlighter is `postings`. The name variants like `highlighter`, `postings-highlighter` and `fast-vector-highlighter` have been removed.
2015-10-28 10:50:29 +01:00
Lee Hinman
3a458af0b7
Remove /_optimize REST API endpoint
...
The `/_optimize` endpoint was deprecated in 2.1.0 and can now be removed
entirely.
2015-10-27 10:17:16 -06:00
javanna
75cedca0da
Remove search exists api
...
Closes #13682
Closes #13911
2015-10-21 17:39:32 +02:00
javanna
c5152c7ecb
[DOCS] terminate_after is not experimental anymore
...
we are relying on terminate_after more and more, replaced the limit filter with it and soon it will also replace the search_exists api. At that point we should make it a stable api rather than experimental.
Closes #14183
2015-10-19 13:56:42 +02:00
Clinton Gormley
dc018cf622
Updated docs for 3.0.0-beta
2015-10-07 13:27:46 +02:00
Thomas Cucchietti
ecc2985b84
Update inner-hits.asciidoc
...
Fix a glitch in inner_hits feature documentation (though I'm not absolutely sure of the final version)
2015-09-30 11:07:51 +02:00
ulkas
e133fdd49f
Update phrase-suggest.asciidoc
...
small sentence fix
2015-09-23 09:24:23 -04:00
Clinton Gormley
fa77cf6f6f
Docs: Always quote "@file" argument to --data-binary
...
Closes #13500
2015-09-19 17:28:15 +02:00
Alexander Pepper
df9d4eca66
[docs] Document meaning of "FST" and "FSTs".
...
Conflicts:
docs/reference/index-modules/fielddata.asciidoc
2015-09-11 05:34:41 -04:00
Adrien Grand
86f1b07df0
Docs: Remove docs for the filtered
, and
, or
and (f)query
queries.
2015-09-11 11:00:54 +02:00
Nik Everett
e4981968ad
[search] Limit the size of the result window
...
Requesting a million hits, or page 100,000 is always a bad idea, but users
may not be aware of this. This adds a per-index limit on the maximum size +
from that can be requested which defaults to 10,000.
This should not interfere with deep-scrolling.
Closes #9311
2015-09-10 15:38:29 -04:00
Martijn van Groningen
2eadc6d595
nested sorting: If sorting by nested field then the nested_path
should always be specified.
...
Closes #13420
2015-09-10 12:21:12 +02:00
Martijn van Groningen
11c87106ce
docs: inner hits is no longer experimental
2015-09-07 16:58:46 +02:00
Adrien Grand
0c26e7cd83
Remove the scan and count search types.
...
These search types have been deprecated in 2.1 and 2.0 respectively, and will
be removed in 3.0.
2015-09-07 15:18:45 +02:00
Britta Weber
2b27bc11b6
[doc] remove comment about function_score faster than script sort. It is not so.
2015-09-03 12:33:00 +02:00
Adrien Grand
bd44dbe5cd
Docs: Insist that setting size=0 will help performance.
2015-09-03 09:36:34 +02:00
Michael McCandless
1c85b68674
Don't document expert segment merge settings
2015-08-29 17:21:46 -04:00
Adrien Grand
7b878b5b5c
Docs: Document the _doc
sort order.
2015-08-24 15:39:50 +02:00
Clinton Gormley
fb632d5dbe
Update completion-suggest.asciidoc
...
Corrected "length" in result output
Closes #13011
2015-08-24 13:32:49 +02:00
Adrien Grand
6fa258b8fa
Deprecate the scan
search type.
...
This commit deprecates the `scan` search type in favour of regular scroll
requests sorted by `_doc`.
Related to #12983
2015-08-20 12:47:23 +02:00
Adrien Grand
551e92ec71
Fix documentation: scrolls are not closed automatically.
...
The documentation states that scrolls are automatically closed when all
documents are consumed, but this is not the case. I first tried to fix
the code to close scrolls automatically but this made REST tests fail
because clearing a scroll that is already closed returned a 4xx error
instead of a 2xx code, so this has probably been this way for a very long
time.
2015-08-20 09:20:40 +02:00
Clinton Gormley
c6c3a40cb6
Docs: Updated annotations for 2.0.0-beta1
2015-08-14 10:51:09 +02:00
Clinton Gormley
ac2b8951c6
Docs: Mapping docs completely rewritten for 2.0
2015-08-06 17:24:51 +02:00
Michael McCandless
ac2e0fd6a0
Remove delete-by-query core docs
...
We moved delete-by-query from core to a plugin, but forgot to remove the core docs.
Closes #12585
2015-08-01 05:14:46 -04:00
Martijn van Groningen
a14913f7b6
Left over from the query_cache
to request_cache
rename.
2015-07-27 13:28:15 +02:00
Lee Hinman
a8391fcae9
Add _replica and _replica_first as search preference.
...
Just like specifying `?preference=_primary`, this adds the ability to
specify `?preference=_replica` or `?preference=_replica_first` on
requests that support it.
Resolves #12222
2015-07-16 09:25:23 -06:00
Areek Zillur
c62d0b9ee3
Merge pull request #12249 from areek/fix/12228
...
Clarify docs for transpositions setting in completion suggester
closes #12228
2015-07-15 15:45:52 -04:00
Areek Zillur
8bbd57bcb0
Clarify docs for transpositions setting in completion suggester
...
closes #12228
2015-07-15 15:43:51 -04:00
markharwood
52fb3c3a09
Docs fix- added performance note about plain highlighter
...
Closes #11442
2015-07-15 14:28:28 +01:00
Clinton Gormley
2b512f1f29
Docs: Use "js" instead of "json" and "sh" instead of "shell" for source highlighting
2015-07-14 18:14:09 +02:00
Clinton Gormley
d9dfa9a24c
Merge pull request #12183 from erichard/patch-1
...
Fix documentation typo
2015-07-10 19:15:56 +02:00
Adrien Grand
d7af88631f
Merge pull request #11538 from Collaborne/docs-sort-sr-typo
...
Fix a typo in the documentation: six_hun -> "narrower"
2015-07-08 19:22:03 +02:00
Martijn van Groningen
74cf05595e
docs: Fix field stats docs.
2015-07-01 12:05:26 +02:00