public class BufferingTermFreqIteratorWrapper extends Object implements TermFreqIterator
TermFreqIterator.TermFreqIteratorWrapper| Modifier and Type | Field and Description |
|---|---|
protected int |
curPos |
protected BytesRefList |
entries |
protected long[] |
freqs |
EMPTY| Constructor and Description |
|---|
BufferingTermFreqIteratorWrapper(TermFreqIterator source) |
protected BytesRefList entries
protected int curPos
protected long[] freqs
public BufferingTermFreqIteratorWrapper(TermFreqIterator source) throws IOException
IOExceptionpublic long weight()
weight in interface TermFreqIteratorpublic BytesRef next() throws IOException
next in interface BytesRefIteratorIOExceptionpublic Comparator<BytesRef> getComparator()
getComparator in interface BytesRefIteratorCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.