public static class SimpleTextNormsFormat.SimpleTextNormsProducer extends DocValuesProducer
FOR RECREATIONAL USE ONLY
DocValuesProducer.SortedDocsWithField, DocValuesProducer.SortedSetDocsWithField
Constructor and Description |
---|
SimpleTextNormsFormat.SimpleTextNormsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
BinaryDocValues |
getBinary(FieldInfo fieldInfo) |
Bits |
getDocsWithField(FieldInfo field) |
NumericDocValues |
getNumeric(FieldInfo fieldInfo) |
SortedDocValues |
getSorted(FieldInfo fieldInfo) |
SortedSetDocValues |
getSortedSet(FieldInfo fieldInfo) |
long |
ramBytesUsed() |
public SimpleTextNormsFormat.SimpleTextNormsProducer(SegmentReadState state) throws IOException
IOException
public NumericDocValues getNumeric(FieldInfo fieldInfo) throws IOException
getNumeric
in class DocValuesProducer
IOException
public BinaryDocValues getBinary(FieldInfo fieldInfo) throws IOException
getBinary
in class DocValuesProducer
IOException
public SortedDocValues getSorted(FieldInfo fieldInfo) throws IOException
getSorted
in class DocValuesProducer
IOException
public SortedSetDocValues getSortedSet(FieldInfo fieldInfo) throws IOException
getSortedSet
in class DocValuesProducer
IOException
public Bits getDocsWithField(FieldInfo field) throws IOException
getDocsWithField
in class DocValuesProducer
IOException
public void close() throws IOException
IOException
public long ramBytesUsed()
ramBytesUsed
in class DocValuesProducer
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.