Java org.apache.lucene.analysis.miscellaneous SetKeywordMarkerFilter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis.miscellaneous SetKeywordMarkerFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis.miscellaneous SetKeywordMarkerFilter.

The text is from its open source code.

Constructor

SetKeywordMarkerFilter(final TokenStream in, final CharArraySet keywordSet)
Create a new KeywordSetMarkerFilter, that marks the current token as a keyword if the tokens term buffer is contained in the given set via the KeywordAttribute .