Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<titleabbrev>Flatten graph</titleabbrev>
++++

experimental[This functionality is marked as experimental in Lucene]

The `flatten_graph` token filter accepts an arbitrary graph token
stream, such as that produced by
<<analysis-synonym-graph-tokenfilter>>, and flattens it into a single
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[analysis-simplepattern-tokenizer]]
=== Simple Pattern Tokenizer

experimental[This functionality is marked as experimental in Lucene]

The `simple_pattern` tokenizer uses a regular expression to capture matching
text as terms. The set of regular expression features it supports is more
limited than the <<analysis-pattern-tokenizer,`pattern`>> tokenizer, but the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[analysis-simplepatternsplit-tokenizer]]
=== Simple Pattern Split Tokenizer

experimental[This functionality is marked as experimental in Lucene]

The `simple_pattern_split` tokenizer uses a regular expression to split the
input into terms at pattern matches. The set of regular expression features it
supports is more limited than the <<analysis-pattern-tokenizer,`pattern`>>
Expand Down