Module org.elasticsearch.server
Class XPerFieldDocValuesFormat.FieldsReader
java.lang.Object
org.apache.lucene.codecs.DocValuesProducer
org.elasticsearch.index.codec.perfield.XPerFieldDocValuesFormat.FieldsReader
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
XPerFieldDocValuesFormat
public static class XPerFieldDocValuesFormat.FieldsReader
extends org.apache.lucene.codecs.DocValuesProducer
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclose()org.apache.lucene.index.BinaryDocValuesgetBinary(org.apache.lucene.index.FieldInfo field) org.apache.lucene.codecs.DocValuesProducergetDocValuesProducer(org.apache.lucene.index.FieldInfo field) org.apache.lucene.codecs.DocValuesProducerorg.apache.lucene.index.NumericDocValuesgetNumeric(org.apache.lucene.index.FieldInfo field) org.apache.lucene.index.DocValuesSkippergetSkipper(org.apache.lucene.index.FieldInfo field) org.apache.lucene.index.SortedDocValuesgetSorted(org.apache.lucene.index.FieldInfo field) org.apache.lucene.index.SortedNumericDocValuesgetSortedNumeric(org.apache.lucene.index.FieldInfo field) org.apache.lucene.index.SortedSetDocValuesgetSortedSet(org.apache.lucene.index.FieldInfo field) toString()
-
Method Details
-
getDocValuesProducer
public org.apache.lucene.codecs.DocValuesProducer getDocValuesProducer(org.apache.lucene.index.FieldInfo field) -
getFormats
-
getNumeric
public org.apache.lucene.index.NumericDocValues getNumeric(org.apache.lucene.index.FieldInfo field) throws IOException - Specified by:
getNumericin classorg.apache.lucene.codecs.DocValuesProducer- Throws:
IOException
-
getBinary
public org.apache.lucene.index.BinaryDocValues getBinary(org.apache.lucene.index.FieldInfo field) throws IOException - Specified by:
getBinaryin classorg.apache.lucene.codecs.DocValuesProducer- Throws:
IOException
-
getSorted
public org.apache.lucene.index.SortedDocValues getSorted(org.apache.lucene.index.FieldInfo field) throws IOException - Specified by:
getSortedin classorg.apache.lucene.codecs.DocValuesProducer- Throws:
IOException
-
getSortedNumeric
public org.apache.lucene.index.SortedNumericDocValues getSortedNumeric(org.apache.lucene.index.FieldInfo field) throws IOException - Specified by:
getSortedNumericin classorg.apache.lucene.codecs.DocValuesProducer- Throws:
IOException
-
getSortedSet
public org.apache.lucene.index.SortedSetDocValues getSortedSet(org.apache.lucene.index.FieldInfo field) throws IOException - Specified by:
getSortedSetin classorg.apache.lucene.codecs.DocValuesProducer- Throws:
IOException
-
getSkipper
public org.apache.lucene.index.DocValuesSkipper getSkipper(org.apache.lucene.index.FieldInfo field) throws IOException - Specified by:
getSkipperin classorg.apache.lucene.codecs.DocValuesProducer- Throws:
IOException
-
close
- Throws:
IOException
-
checkIntegrity
- Specified by:
checkIntegrityin classorg.apache.lucene.codecs.DocValuesProducer- Throws:
IOException
-
getMergeInstance
public org.apache.lucene.codecs.DocValuesProducer getMergeInstance()- Overrides:
getMergeInstancein classorg.apache.lucene.codecs.DocValuesProducer
-
toString
-