public class UnsortedInputIterator extends BufferedInputIterator
InputIterator.InputIteratorWrappercurPos, entries, freqs, payloadsEMPTY| Constructor and Description |
|---|
UnsortedInputIterator(InputIterator source)
Creates a new iterator, wrapping the specified iterator and
returning elements in a random order.
|
| Modifier and Type | Method and Description |
|---|---|
BytesRef |
next() |
BytesRef |
payload()
An arbitrary byte[] to record per suggestion.
|
long |
weight()
A term's weight, higher numbers mean better suggestions.
|
getComparator, hasPayloadspublic UnsortedInputIterator(InputIterator source) throws IOException
IOExceptionpublic long weight()
InputIteratorweight in interface InputIteratorweight in class BufferedInputIteratorpublic BytesRef next() throws IOException
next in interface BytesRefIteratornext in class BufferedInputIteratorIOExceptionpublic BytesRef payload()
InputIteratorLookup.LookupResult.payload to retrieve the payload
for each suggestion.payload in interface InputIteratorpayload in class BufferedInputIteratorCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.