List of usage examples for org.apache.lucene.search.suggest InputIterator interface-usage
From source file com.hrhih.index.suggest.InputArrayIterator.java
/** * A {@link InputIterator} over a sequence of {@link Input}s. */ public final class InputArrayIterator implements InputIterator { private final Iterator<Input> i; private final boolean hasPayloads;
From source file net.tourbook.search.TermFreqIteratorListWrapper.java
/**
* Wraps a list of BytesRefIterator's as a TermFreqIterator, with all weights
* set to <code>1</code>. The resulting iterator can be viewed as a
* concatenation of the individual iterators in the order in which they were
* added.
*/
From source file org.yipeng.lucene.suggest.InputArrayIterator.java
/** * A {@link InputIterator} over a sequence of {@link Input}s. * */ public final class InputArrayIterator implements InputIterator { private final Iterator<Input> i;