ProtectedTermFilter
class ProtectedTermFilter(protectedTerms: CharArraySet, input: TokenStream, inputFactory: (TokenStream) -> TokenStream) : ConditionalTokenFilter
A ConditionalTokenFilter that only applies its wrapped filters to tokens that are not contained in a protected set.
Constructors
Link copied to clipboard
constructor(protectedTerms: CharArraySet, input: TokenStream, inputFactory: (TokenStream) -> TokenStream)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard