public class BufferingTermFreqIteratorWrapper extends java.lang.Object implements TermFreqIterator
TermFreqIterator.TermFreqIteratorWrapper
Modifier and Type | Field and Description |
---|---|
protected int |
curPos |
protected BytesRefList |
entries |
protected long[] |
freqs |
Constructor and Description |
---|
BufferingTermFreqIteratorWrapper(TermFreqIterator source) |
Modifier and Type | Method and Description |
---|---|
java.util.Comparator<org.apache.lucene.util.BytesRef> |
getComparator() |
org.apache.lucene.util.BytesRef |
next() |
long |
weight() |
protected BytesRefList entries
protected int curPos
protected long[] freqs
public BufferingTermFreqIteratorWrapper(TermFreqIterator source) throws java.io.IOException
java.io.IOException
public long weight()
weight
in interface TermFreqIterator
public org.apache.lucene.util.BytesRef next() throws java.io.IOException
next
in interface org.apache.lucene.util.BytesRefIterator
java.io.IOException
public java.util.Comparator<org.apache.lucene.util.BytesRef> getComparator()
getComparator
in interface org.apache.lucene.util.BytesRefIterator
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.