OpenSearch/docs/reference/analysis
Andy Bristol 48696ab544 expose simple pattern tokenizers (#25159)
Expose the experimental simplepattern and 
simplepatternsplit tokenizers in the common 
analysis plugin. They provide tokenization based 
on regular expressions, using Lucene's 
deterministic regex implementation that is usually 
faster than Java's and has protections against 
creating too-deep stacks during matching.

Both have a not-very-useful default pattern of the 
empty string because all tokenizer factories must 
be able to be instantiated at index creation time. 
They should always be configured by the user 
in practice.
2017-06-13 12:46:59 -07:00
..
analyzers Fix language in some docs 2017-04-01 14:45:44 -04:00
charfilters Only allow one type on 7.0 indices (#24317) 2017-04-27 08:43:20 +02:00
tokenfilters CONSOLEify analysis docs 2017-04-02 11:17:14 -04:00
tokenizers expose simple pattern tokenizers (#25159) 2017-06-13 12:46:59 -07:00
analyzers.asciidoc First pass at improving analyzer docs (#18269) 2016-05-11 14:17:56 +02:00
anatomy.asciidoc Correction of the names of numirals (#21531) 2016-11-25 14:30:49 +01:00
charfilters.asciidoc Hindu-Arabico-Latino Numerals (#22476) 2017-01-10 15:24:56 +01:00
normalizers.asciidoc Update normalizers.asciidoc 2017-02-07 12:09:39 +01:00
testing.asciidoc Remove wait_for_status=yellow from the docs 2016-07-15 16:02:07 -04:00
tokenfilters.asciidoc Add missing link for the WordDelimiterGraphFilter 2017-04-28 17:12:38 +02:00
tokenizers.asciidoc expose simple pattern tokenizers (#25159) 2017-06-13 12:46:59 -07:00