Class UnsortedInputIterator
This wrapper buffers the incoming elements and makes sure they are in random order. @lucene.experimental
Inherited Members
Assembly: Lucene.Net.Suggest.dll
Syntax
public class UnsortedInputIterator : BufferedInputIterator, IInputIterator, IBytesRefIterator
Constructors
Name | Description |
---|---|
UnsortedInputIterator(IInputIterator) | Creates a new iterator, wrapping the specified iterator and returning elements in a random order. |
Properties
Name | Description |
---|---|
Contexts | |
Payload | |
Weight |
Methods
Name | Description |
---|---|
Next() |