C# Класс Lucene.Net.Search.Suggest.UnsortedInputIterator

This wrapper buffers the incoming elements and makes sure they are in random order. @lucene.experimental
Наследование: BufferedInputIterator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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