Class ScriptDocValues.BytesRefs

  • All Implemented Interfaces:
    java.lang.Iterable<org.apache.lucene.util.BytesRef>, java.util.Collection<org.apache.lucene.util.BytesRef>, java.util.List<org.apache.lucene.util.BytesRef>
    Enclosing class:
    ScriptDocValues<T>

    public static final class ScriptDocValues.BytesRefs
    extends ScriptDocValues<T>
    • Field Detail

      • values

        protected org.apache.lucene.util.BytesRefBuilder[] values
      • count

        protected int count
    • Constructor Detail

      • BytesRefs

        public BytesRefs​(SortedBinaryDocValues in,
                         java.util.function.BiConsumer<java.lang.String,​java.lang.String> deprecationCallback)
    • Method Detail

      • get

        public org.apache.lucene.util.BytesRef get​(int index)
        Specified by:
        get in interface java.util.List<org.apache.lucene.util.BytesRef>
        Specified by:
        get in class java.util.AbstractList<org.apache.lucene.util.BytesRef>
      • getValue

        public org.apache.lucene.util.BytesRef getValue()
      • setNextDocId

        public void setNextDocId​(int docId)
                          throws java.io.IOException
        Description copied from class: ScriptDocValues
        Set the current doc ID.
        Specified by:
        setNextDocId in class ScriptDocValues<T>
        Throws:
        java.io.IOException
      • resize

        protected void resize​(int newSize)
        Set the List.size() and ensure that the values array can store at least that many entries.
      • size

        public int size()
        Specified by:
        size in interface java.util.Collection<T>
        Specified by:
        size in interface java.util.List<T>
        Specified by:
        size in class java.util.AbstractCollection<T>