org.apache.lucene.codecs.simpletext
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
IOExceptionpublic NumericDocValues getNumeric(FieldInfo fieldInfo) throws IOException
getNumeric in class DocValuesProducerIOExceptionpublic BinaryDocValues getBinary(FieldInfo fieldInfo) throws IOException
getBinary in class DocValuesProducerIOExceptionpublic SortedDocValues getSorted(FieldInfo fieldInfo) throws IOException
getSorted in class DocValuesProducerIOExceptionpublic SortedSetDocValues getSortedSet(FieldInfo fieldInfo) throws IOException
getSortedSet in class DocValuesProducerIOExceptionpublic Bits getDocsWithField(FieldInfo field) throws IOException
getDocsWithField in class DocValuesProducerIOExceptionpublic void close()
throws IOException
IOExceptionpublic long ramBytesUsed()
ramBytesUsed in class DocValuesProducerCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.