Clinton Gormley
fa77cf6f6f
Docs: Always quote "@file" argument to --data-binary
...
Closes #13500
2015-09-19 17:28:15 +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
fe330b868a
percolator: Fail nicely if `nested` query with `inner_hits` is used in a percolator query.
...
Closes #11672
2015-06-23 15:03:31 +02:00
Eduardo Gurgel
0f3b3c0787
Docs: Fix typo on percolate_format description
...
Closes #11215
2015-05-25 13:17:59 +02:00
Martijn van Groningen
acdd9a5dd9
parent/child: Removed the `top_children` query.
2015-05-10 16:30:19 +02:00
josephwolnskipn
7f064c592f
Docs: Fix grammar and typos in percolate
...
Added commas, capitalized "JSON" and "API", capitalized titles, etc.
Closes #11023
2015-05-07 21:50:48 +02:00
olivier bourgain
00a9db73ae
[DOCS] Fix multi percolate response sample in percolate.asciidoc
2015-03-30 11:32:41 +02:00
Asimov4
649e3aa4c5
[DOCS] Fix typos in percolate.asciidoc
2015-03-21 10:23:15 +01:00
sweetest
eaa1674d6d
Introduce index option named 'index.percolator.map_unmapped_fields_as_string', that handles unmapped fields in percolator queries as type string.
...
Closes #9053
Closes #9054
2015-01-19 09:51:10 +01:00
Yasir Bamarni
5059d6fe1c
Update percolate.asciidoc
...
wrong type used in the -GET request
Closes #8942
2014-12-17 14:05:27 +01:00
Ayush
23dbecf3e7
Update percolate.asciidoc
...
Updating the `associated` spelling
Closes #8907
2014-12-15 14:12:03 +01:00
barbasa
fd6c41bfbf
Missing quote in the example
2014-11-23 14:03:58 +01:00
Brian Kim
58086dd08b
Docs: missing quote
...
fix missing quote
Closes #8176
2014-10-21 12:52:12 +02:00
Sergii Golubev
028a2b732a
Docs: Percolate reference - a typo and a misused word
...
Closes #8116
2014-10-17 15:26:29 +02:00
Sergii Golubev
ae923a81b9
Docs: Percolate `_score` reference
...
Added missing `_score` word, made the sentence less ambiguous.
Closes #8115
2014-10-17 15:25:02 +02:00
Clinton Gormley
cb00d4a542
Docs: Removed all the added/deprecated tags from 1.x
2014-09-26 21:04:42 +02:00
Martijn van Groningen
52f1ab6e16
Core: Added the `index.query.parse.allow_unmapped_fields` setting to fail queries if they refer to unmapped fields.
...
The percolator and filters in aliases by default enforce strict query parsing.
Closes #7335
2014-09-09 15:00:47 +02:00
Adrien Grand
ea96359d82
Facets: Removal from master.
...
Close #7337
2014-08-21 10:34:39 +02:00
Stefan Antoni
8e862f15c1
[DOCS] fixed small typo in percolate.asciidoc
2014-08-01 12:38:35 +02:00
Clinton Gormley
7fff6f1f43
Docs: Tidied percolate.asciidoc
2014-05-30 11:56:06 +02:00
Scott Wilkerson
9ea0e3a95b
Update percolate.asciidoc
...
fix typo
2014-04-15 16:01:44 +02:00
Malte Schirnacher
8ce3bba010
Fix typos in percolate.asciidoc
...
Close #5762 #5763 #5764
2014-04-11 18:09:16 +02:00
Boaz Leskes
b7a95d11a7
Introduced VersionType.FORCE & VersionType.EXTERNAL_GTE
...
Also added "external_gt" as an alias name for VersionType.EXTERNAL , accessible for the rest layer.
Closes #4213 , Closes #2946
2014-03-10 21:07:17 +01:00
Britta Weber
db3c6c2a8e
Enable percolation for nested documents
...
closes #5082
2014-02-14 22:42:33 +01:00
Martijn van Groningen
9bc3d996ff
[SPECS] Updated percolator specs.
2014-01-20 18:18:27 +01:00
Luca Cavanna
4126ae2631
[DOCS] updated json responses after #4310 and #4480
...
- Removed "ok": true from response examples
- Added "created" flag to index response examples
- Replaced exists flag with found in delete response examples
2014-01-16 12:01:39 +01:00
Martijn van Groningen
7e341cefd0
Change the `sort` boolean option in percolate api to the sort dsl available in search api.
...
Closes #4625
2014-01-09 09:58:34 +01:00
Martijn van Groningen
32c5471d33
Rename `score` to `track_scores` in percolate api.
...
Closes #4624
2014-01-06 14:57:39 +01:00
Martijn van Groningen
f4bf0d5112
Replaced `ignore_indices` with `ignore_unavailable`, `expand_wildcards` and `allow_no_indices`.
...
* `ignore_unavailable` - Controls whether to ignore if any specified indices are unavailable, this includes indices that don't exist or closed indices. Either `true` or `false` can be specified.
* `allow_no_indices` - Controls whether to fail if a wildcard indices expressions results into no concrete indices. Either `true` or `false` can be specified. For example if the wildcard expression `foo*` is specified and no indices are available that start with `foo` then depending on this setting the request will fail. This setting is also applicable when `_all`, `*` or no index has been specified.
* `expand_wildcards` - Controls to what kind of concrete indices wildcard indices expression expand to. If `open` is specified then the wildcard expression if expanded to only open indices and if `closed` is specified then the wildcard expression if expanded only to closed indices. Also both values (`open,closed`) can be specified to expand to all indices.
Closes to #4436
2014-01-02 12:19:45 +01:00
Martijn van Groningen
ebf6519965
Added aggs option to percolate api documentation.
2013-12-10 14:09:37 +01:00
Martijn van Groningen
8c1de501e7
Update percolator highlighting docs.
2013-12-07 16:40:49 -05:00
Simon Willnauer
77bc5d5ecf
release [1.0.0.Beta1]
2013-11-06 15:32:43 +01:00
Shay Banon
7c32269f4f
Dist. Percolation: Use .percolator instead of _percolator for type name
...
Use .percolator as the internal (hidden) type name for percolators within the index. Seems nicer name to represent "hidden" types within an index.
closes #4090
2013-11-05 20:02:59 +01:00
Martijn van Groningen
30ab6f841d
[DOCS] Fixed percolate docs errors
2013-11-01 11:44:07 +01:00
Clinton Gormley
8b2efd4849
[DOCS] Added a version flag to percolation
2013-10-30 13:59:03 +01:00
Martijn van Groningen
1d0841e2b8
Added initial documentation for the redesigned percolator.
2013-10-16 14:12:19 +02:00
Clinton Gormley
822043347e
Migrated documentation into the main repo
2013-08-29 01:24:34 +02:00