OpenSearch/docs/reference/mapping
Martijn van Groningen 40c22fc654 percolator: removed .percolator type instead a field of type `percolator` should be configured before indexing percolator queries
* Added an extra `field` parameter to the `percolator` query to indicate what percolator field should be used. This must be an existing field in the mapping of type `percolator`.
* The `.percolator` type is now forbidden. (just like any type that starts with a `.`)

This only applies for new indices created on 5.0 and later. Indices created on previous versions the .percolator type is still allowed to exist.
The new `percolator` field type isn't active in such indices and the `PercolatorQueryCache` knows how to load queries from these legacy indices.
The `PercolatorQueryBuilder` will not enforce that the `field` parameter is of type `percolator`.
2016-04-19 11:20:31 +02:00
..
dynamic Update field-mapping.asciidoc (#17670) 2016-04-15 09:22:38 +02:00
fields reindex: gracefully handle when _source is disabled 2016-04-13 08:19:58 -04:00
params Document 5.0 mapping changes. 2016-03-22 16:22:58 +01:00
types percolator: removed .percolator type instead a field of type `percolator` should be configured before indexing percolator queries 2016-04-19 11:20:31 +02:00
dynamic-mapping.asciidoc Remove warmers and the warmer API. 2016-01-07 09:57:07 +01:00
fields.asciidoc Docs: Another bad asciidoc link 2015-08-15 18:25:34 +02:00
params.asciidoc Change the field mapping index time boost into a query time boost. 2016-03-04 11:47:35 +01:00
types.asciidoc percolator: removed .percolator type instead a field of type `percolator` should be configured before indexing percolator queries 2016-04-19 11:20:31 +02:00