public class UnsortedInputIterator extends BufferedInputIterator
InputIterator.InputIteratorWrappercontextSets, curPos, 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 |
|---|---|
Set<BytesRef> |
contexts()
A term's contexts context can be used to filter suggestions.
|
BytesRef |
next() |
BytesRef |
payload()
An arbitrary byte[] to record per suggestion.
|
long |
weight()
A term's weight, higher numbers mean better suggestions.
|
hasContexts, 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 BufferedInputIteratorpublic Set<BytesRef> contexts()
InputIteratorcontexts in interface InputIteratorcontexts in class BufferedInputIteratorCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.