C# 클래스 Lucene.Net.Index.FilterAtomicReader.FilterTerms

Base class for filtering Terms implementations.

NOTE: If the order of terms and documents is not changed, and if these terms are going to be intersected with automata, you could consider overriding #intersect for better performance.

상속: Lucene.Net.Index.Terms
파일 보기 프로젝트 열기: paulirwin/lucene.net

보호된 프로퍼티들

프로퍼티 타입 설명
@in Lucene.Net.Index.Terms

공개 메소드들

메소드 설명
FilterTerms ( Lucene.Net.Index.Terms @in ) : System.Collections.Generic

Creates a new FilterTerms

HasFreqs ( ) : bool
HasOffsets ( ) : bool
HasPayloads ( ) : bool
HasPositions ( ) : bool
Iterator ( Lucene.Net.Index.TermsEnum reuse ) : Lucene.Net.Index.TermsEnum
Size ( ) : long

메소드 상세

FilterTerms() 공개 메소드

Creates a new FilterTerms
public FilterTerms ( Lucene.Net.Index.Terms @in ) : System.Collections.Generic
@in Lucene.Net.Index.Terms
리턴 System.Collections.Generic

HasFreqs() 공개 메소드

public HasFreqs ( ) : bool
리턴 bool

HasOffsets() 공개 메소드

public HasOffsets ( ) : bool
리턴 bool

HasPayloads() 공개 메소드

public HasPayloads ( ) : bool
리턴 bool

HasPositions() 공개 메소드

public HasPositions ( ) : bool
리턴 bool

Iterator() 공개 메소드

public Iterator ( Lucene.Net.Index.TermsEnum reuse ) : Lucene.Net.Index.TermsEnum
reuse Lucene.Net.Index.TermsEnum
리턴 Lucene.Net.Index.TermsEnum

Size() 공개 메소드

public Size ( ) : long
리턴 long

프로퍼티 상세

@in 보호되어 있는 프로퍼티

The underlying Terms instance.
protected Terms,Lucene.Net.Index @in
리턴 Lucene.Net.Index.Terms