Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
org
apache
lucene
analysis
miscellaneous
KeywordMarkerFilter
C# Class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilter
Marks terms as keywords via the
KeywordAttribute
.
Inheritance:
TokenFilter
显示文件
Open project: paulirwin/lucene.net
Public Methods
Method
Description
incrementToken
( ) :
bool
Protected Methods
Method
Description
KeywordMarkerFilter
(
TokenStream
@in
)
Creates a new
KeywordMarkerFilter
Method Details
KeywordMarkerFilter()
protected
method
Creates a new
KeywordMarkerFilter
protected
KeywordMarkerFilter
(
TokenStream
@in
)
@in
TokenStream
incrementToken()
public
method
public
incrementToken
( ) :
bool
return
bool