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

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

Introduction

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

The text is from its open source code.

Constructor

PatternKeywordMarkerFilter(TokenStream in, Pattern pattern)
Create a new PatternKeywordMarkerFilter , that marks the current token as a keyword if the tokens term buffer matches the provided Pattern via the KeywordAttribute .