Package org.apache.solr.search
Class PointMerger.ValueIterator
- java.lang.Object
-
- org.apache.solr.search.PointMerger.ValueIterator
-
- Enclosing class:
- PointMerger
public static class PointMerger.ValueIterator extends Object
-
-
Constructor Summary
Constructors Constructor Description ValueIterator(SchemaField field, List<org.apache.lucene.index.LeafReaderContext> readers)
ValueIterator(SchemaField field, List<org.apache.lucene.index.LeafReaderContext> readers, int totalBufferSize, int minSegBufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.util.mutable.MutableValue
getMutableValue()
long
getNextCount()
-
-
-
Constructor Detail
-
ValueIterator
public ValueIterator(SchemaField field, List<org.apache.lucene.index.LeafReaderContext> readers) throws IOException
- Throws:
IOException
-
ValueIterator
public ValueIterator(SchemaField field, List<org.apache.lucene.index.LeafReaderContext> readers, int totalBufferSize, int minSegBufferSize) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getMutableValue
public org.apache.lucene.util.mutable.MutableValue getMutableValue()
-
getNextCount
public long getNextCount() throws IOException
- Throws:
IOException
-
-