C# 클래스 Lucene.Net.Search.Spell.TermFreqIteratorWrapper

Wraps a BytesRefIterator as a TermFreqIterator, with all weights set to 1
상속: TermFreqIterator
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
Next ( ) : BytesRef
TermFreqIteratorWrapper ( BytesRefIterator wrapped ) : Lucene.Net.Util

Creates a new wrapper, wrapping the specified iterator and specifying a weight value of 1 for all terms.

메소드 상세

Next() 공개 메소드

public Next ( ) : BytesRef
리턴 BytesRef

TermFreqIteratorWrapper() 공개 메소드

Creates a new wrapper, wrapping the specified iterator and specifying a weight value of 1 for all terms.
public TermFreqIteratorWrapper ( BytesRefIterator wrapped ) : Lucene.Net.Util
wrapped BytesRefIterator
리턴 Lucene.Net.Util