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 Details

    • getDocValuesProducer

      public org.apache.lucene.codecs.DocValuesProducer getDocValuesProducer(org.apache.lucene.index.FieldInfo field)
    • getFormats

      public Map<String,org.apache.lucene.codecs.DocValuesProducer> getFormats()
    • getNumeric

      public org.apache.lucene.index.NumericDocValues getNumeric(org.apache.lucene.index.FieldInfo field) throws IOException
      Specified by:
      getNumeric in class org.apache.lucene.codecs.DocValuesProducer
      Throws:
      IOException
    • getBinary

      public org.apache.lucene.index.BinaryDocValues getBinary(org.apache.lucene.index.FieldInfo field) throws IOException
      Specified by:
      getBinary in class org.apache.lucene.codecs.DocValuesProducer
      Throws:
      IOException
    • getSorted

      public org.apache.lucene.index.SortedDocValues getSorted(org.apache.lucene.index.FieldInfo field) throws IOException
      Specified by:
      getSorted in class org.apache.lucene.codecs.DocValuesProducer
      Throws:
      IOException
    • getSortedNumeric

      public org.apache.lucene.index.SortedNumericDocValues getSortedNumeric(org.apache.lucene.index.FieldInfo field) throws IOException
      Specified by:
      getSortedNumeric in class org.apache.lucene.codecs.DocValuesProducer
      Throws:
      IOException
    • getSortedSet

      public org.apache.lucene.index.SortedSetDocValues getSortedSet(org.apache.lucene.index.FieldInfo field) throws IOException
      Specified by:
      getSortedSet in class org.apache.lucene.codecs.DocValuesProducer
      Throws:
      IOException
    • close

      public void close() throws IOException
      Throws:
      IOException
    • checkIntegrity

      public void checkIntegrity() throws IOException
      Specified by:
      checkIntegrity in class org.apache.lucene.codecs.DocValuesProducer
      Throws:
      IOException
    • getMergeInstance

      public org.apache.lucene.codecs.DocValuesProducer getMergeInstance()
      Overrides:
      getMergeInstance in class org.apache.lucene.codecs.DocValuesProducer
    • toString

      public String toString()
      Overrides:
      toString in class Object