stop-analyzer.asciidoc 696 B

123456789101112131415161718192021
  1. [[analysis-stop-analyzer]]
  2. === Stop Analyzer
  3. An analyzer of type `stop` that is built using a
  4. <<analysis-lowercase-tokenizer,Lower
  5. Case Tokenizer>>, with
  6. <<analysis-stop-tokenfilter,Stop
  7. Token Filter>>.
  8. The following are settings that can be set for a `stop` analyzer type:
  9. [cols="<,<",options="header",]
  10. |=======================================================================
  11. |Setting |Description
  12. |`stopwords` |A list of stopword to initialize the stop filter with.
  13. Defaults to the english stop words.
  14. |`stopwords_path` |A path (either relative to `config` location, or
  15. absolute) to a stopwords file configuration.
  16. |=======================================================================