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 |
|---|---|
java.util.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 java.io.IOException
java.io.IOExceptionpublic long weight()
InputIteratorweight in interface InputIteratorweight in class BufferedInputIteratorpublic BytesRef next()
throws java.io.IOException
next in class BufferedInputIteratorjava.io.IOExceptionpublic BytesRef payload()
InputIteratorLookup.LookupResult.payload to retrieve the payload
for each suggestion.payload in interface InputIteratorpayload in class BufferedInputIteratorpublic java.util.Set<BytesRef> contexts()
InputIteratorcontexts in interface InputIteratorcontexts in class BufferedInputIteratorData In Motion GmbH all rights reserved