C# 클래스 org.apache.lucene.analysis.sinks.TokenTypeSinkFilter

Adds a token to the sink if it has a specific type.
상속: TeeSinkTokenFilter.SinkFilter
파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
TokenTypeSinkFilter ( string typeToMatch )
accept ( org.apache.lucene.util.AttributeSource source ) : bool

메소드 상세

TokenTypeSinkFilter() 공개 메소드

public TokenTypeSinkFilter ( string typeToMatch )
typeToMatch string

accept() 공개 메소드

public accept ( org.apache.lucene.util.AttributeSource source ) : bool
source org.apache.lucene.util.AttributeSource
리턴 bool