[Missing <summary> documentation for "N:Lucene.Net.Analyzers.Miscellaneous"]
Classes
Class | Description | |
---|---|---|
EmptyTokenStream | ||
InjectablePrefixAwareTokenFilter | ||
PrefixAndSuffixAwareTokenFilter |
Links two PrefixAwareTokenFilter.
NOTE: This filter might not behave correctly if used with custom Attributes, i.e. Attributes other than
the ones located in Lucene.Net.Analysis.Tokenattributes.
| |
PrefixAwareTokenFilter |
Joins two token streams and leaves the last token of the first stream available
to be used when updating the token values in the second stream based on that token.
The default implementation adds last prefix token end offset to the suffix token start and end offsets.
NOTE: This filter might not behave correctly if used with custom Attributes, i.e. Attributes other than
the ones located in Lucene.Net.Analysis.TokenAttributes.
| |
SingleTokenTokenStream |
A TokenStream containing a single token.
|