analysis.asciidoc 402 B

12345678910111213
  1. [[breaking_60_analysis_changes]]
  2. === Analysis changes
  3. ==== Synonym Token Filter
  4. In 6.0, Synonym Token Filter tokenizes synonyms with whatever
  5. tokenizer and token filters appear before it in the chain.
  6. The `tokenizer` and `ignore_case` parameters are deprecated
  7. and will be ignored when used in new indices. These parameters
  8. will continue to function as before when used in indices
  9. created in 5.x.