public static class SimpleTextNormsFormat.SimpleTextNormsProducer extends DocValuesProducer
FOR RECREATIONAL USE ONLY
| Constructor and Description |
|---|
SimpleTextNormsFormat.SimpleTextNormsProducer(SegmentReadState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
BinaryDocValues |
getBinary(FieldInfo fieldInfo) |
NumericDocValues |
getNumeric(FieldInfo fieldInfo) |
SortedDocValues |
getSorted(FieldInfo fieldInfo) |
SortedSetDocValues |
getSortedSet(FieldInfo fieldInfo) |
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 void close()
throws IOException
IOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.