C# Class Lucene.Net.Search.Suggest.UnsortedInputIterator

This wrapper buffers the incoming elements and makes sure they are in random order. @lucene.experimental
Inheritance: BufferedInputIterator
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
Next ( ) : BytesRef
UnsortedInputIterator ( IInputIterator source ) : Lucene.Net.Util

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

Method Details

Next() public méthode

public Next ( ) : BytesRef
Résultat BytesRef

UnsortedInputIterator() public méthode

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