elasticsearch/docs/reference
Simon Willnauer bc5a9ca342 Rename edit_distance/min_similarity to fuzziness
A lot of different API's currently use different names for the
same logical parameter. Since lucene moved away from the notion
of a `similarity` and now uses an `fuzziness` we should generalize
this and encapsulate the generation, parsing and creation of these
settings across all queries.

This commit adds a new `Fuzziness` class that handles the renaming
and generalization in a backwards compatible manner.

This commit also added a ParseField class to better support deprecated
Query DSL parameters

The ParseField class allows specifying parameger that have been deprecated.
Those parameters can be more easily tracked and removed in future version.
This also allows to run queries in `strict` mode per index to throw
exceptions if a query is executed with deprected keys.

Closes #4082
2014-01-09 15:14:51 +01:00
..
analysis
cat
cluster Deprecated disable allocation decider which has the following options: 2014-01-09 10:01:46 +01:00
docs
images
index-modules
indices Added `action.destructive_requires_name` that controls whether wildcard expressions and `_all` is allowed to be used for destructive operat Also the delete index api requires always an index to be specified (either concrete index, alias or wildcard expression) 2014-01-09 11:36:50 +01:00
mapping
modules [DOCS] Added documentation for SameShardAllocationDecider 2014-01-09 11:24:12 +01:00
query-dsl Rename edit_distance/min_similarity to fuzziness 2014-01-09 15:14:51 +01:00
search Rename edit_distance/min_similarity to fuzziness 2014-01-09 15:14:51 +01:00
setup
testing
analysis.asciidoc
api-conventions.asciidoc Rename edit_distance/min_similarity to fuzziness 2014-01-09 15:14:51 +01:00
cat.asciidoc
cluster.asciidoc [DOCS] Fix HTTP endpoints after stats API changes 2014-01-09 11:30:28 +01:00
docs.asciidoc
glossary.asciidoc
index-modules.asciidoc
index.asciidoc
indices.asciidoc
mapping.asciidoc
modules.asciidoc
query-dsl.asciidoc
search.asciidoc
setup.asciidoc
testing.asciidoc