public class SepDocValuesProducer extends PerDocProducerBase
| Constructor and Description |
|---|
SepDocValuesProducer(SegmentReadState state)
Creates a new
SepDocValuesProducer instance and loads all
DocValues instances for this segment and codec. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeInternal(Collection<? extends Closeable> closeables) |
protected Map<String,DocValues> |
docValues() |
protected DocValues |
loadDocValues(int docCount,
Directory dir,
String id,
DocValues.Type type,
IOContext context) |
anyDocValuesFields, canLoad, close, docValues, docValuesId, getComparator, getDocValuesType, loadpublic SepDocValuesProducer(SegmentReadState state) throws IOException
SepDocValuesProducer instance and loads all
DocValues instances for this segment and codec.IOExceptionprotected Map<String,DocValues> docValues()
docValues in class PerDocProducerBaseprotected void closeInternal(Collection<? extends Closeable> closeables) throws IOException
closeInternal in class PerDocProducerBaseIOExceptionprotected DocValues loadDocValues(int docCount, Directory dir, String id, DocValues.Type type, IOContext context) throws IOException
loadDocValues in class PerDocProducerBaseIOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.