Rules Matcher (Rule-Based)

The Rules Matcher allows you to define complex rules for matching patterns against a token stream. You can use this processor when you need to define proximity matching rules or define complex rules involving Opt or Iter.

Unlike the Fast Rules Matcher, the Rules Matcher does not support numerical operators or matching on prefixes.

Results are tagged by annotations spanning the range of tokens that have been matched. At indexing time, these annotations are mapped to category or index fields.

This page discusses:

See Also
Fast Rules Matcher (Rule-Based)
Phonetizer
Lemmatizer
Snowball Stemmer
Appendix - Configure Semantic Processors