Lee Hinman
6aec68cd29
Revert "[QUERY] Remove lowercase_expanded_terms and locale options"
...
This reverts commit d1f7bd97cb
.
Ryan pointed out that this needs to work with the multi term query, so
additional analysis and tests should be added.
2015-03-13 13:51:44 -06:00
Lee Hinman
d1f7bd97cb
[QUERY] Remove lowercase_expanded_terms and locale options
...
The analysis chain should be used instead of relying on this, as it is
confusing when dealing with different per-field analysers.
The `locale` option was only used for `lowercase_expanded_terms`, which,
once removed, is no longer needed, so it was removed as well.
Fixes #9978
Relates to #9973
2015-03-13 13:17:27 -06:00
Clinton Gormley
d70e6c4730
[SPEC] Updated docs URLs to point to master
2014-01-22 14:40:31 +01:00
Spencer Alger
71d77d17e1
Updated the documentation urls in the rest api spec.
2014-01-09 14:44:14 -07:00
Honza Kral
559d284f41
[API] formatting issues
2013-09-25 14:08:18 +02:00
Clinton Gormley
a78781cdc6
[API] Added _source,_source_include,_source_exclude to
...
* explain
* get
* mget
* search
* get_source
2013-09-23 13:23:25 +02:00
Karel Minarik
2424828eaa
Fixed, that `body` is not required in the "explain" API
2013-06-22 19:16:44 +02:00
Clinton Gormley
5106335a82
Improved the preference description to distinguish get requests from search requests
2013-06-17 16:43:02 +02:00
Clinton Gormley
1ae0752d1a
Corrected the description of the preference parameter
2013-06-17 16:29:50 +02:00
Karel Minarik
8b4b7be9c5
Removed the `id` URL parameter in `_explain` API
2013-05-28 10:36:06 +02:00
Karel Minarik
3632c5bd68
Added the API definition for `_explain`
2013-05-26 17:05:29 +02:00
Karel Minarik
3a741444bb
[SETUP] Changed, that `parts` and `params` API definitions are sorted alphabetically
2013-05-26 12:20:43 +02:00
Karel Minarik
a55750dd70
[SETUP] Added the generated JSON skeleton files
...
Files were generated with the `thor api:generate:spec --force --verbose --crawl` command,
and based on the 0.90 branch (elasticsearch/elasticsearch@5ec4064 ).
2013-05-24 13:33:06 +02:00