[Missing <summary> documentation for "N:Lucene.Net.Analyzers.Miscellaneous"]

Classes

  ClassDescription
Public classEmptyTokenStream
Public classInjectablePrefixAwareTokenFilter
Public classPrefixAndSuffixAwareTokenFilter
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.

Public classPrefixAwareTokenFilter
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.

Public classSingleTokenTokenStream
A TokenStream containing a single token.