C# 클래스 Lucene.Net.Search.Suggest.UnsortedInputIterator

This wrapper buffers the incoming elements and makes sure they are in random order. @lucene.experimental
상속: BufferedInputIterator
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
Next ( ) : BytesRef
UnsortedInputIterator ( IInputIterator source ) : Lucene.Net.Util

Creates a new iterator, wrapping the specified iterator and returning elements in a random order.

메소드 상세

Next() 공개 메소드

public Next ( ) : BytesRef
리턴 BytesRef

UnsortedInputIterator() 공개 메소드

Creates a new iterator, wrapping the specified iterator and returning elements in a random order.
public UnsortedInputIterator ( IInputIterator source ) : Lucene.Net.Util
source IInputIterator
리턴 Lucene.Net.Util