Shared API for package org.elasticsearch.index.fielddataedit

See the Shared API for a high-level overview of all packages and classes.

ScriptDocValues.Booleansedit

  • boolean add(def)
  • void add(int, def)
  • boolean addAll(Collection)
  • boolean addAll(int, Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • Boolean get(int)
  • Object getByPath(String)
  • Object getByPath(String, Object)
  • int getLength()
  • boolean getValue()
  • Map groupBy(Function)
  • int hashCode()
  • int indexOf(def)
  • boolean isEmpty()
  • Iterator iterator()
  • String join(String)
  • int lastIndexOf(def)
  • ListIterator listIterator()
  • ListIterator listIterator(int)
  • def remove(int)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • void replaceAll(UnaryOperator)
  • boolean retainAll(Collection)
  • def set(int, def)
  • int size()
  • void sort(Comparator)
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • List subList(int, int)
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • String toString()

ScriptDocValues.BytesRefsedit

  • boolean add(def)
  • void add(int, def)
  • boolean addAll(Collection)
  • boolean addAll(int, Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • BytesRef get(int)
  • Object getByPath(String)
  • Object getByPath(String, Object)
  • int getLength()
  • BytesRef getValue()
  • Map groupBy(Function)
  • int hashCode()
  • int indexOf(def)
  • boolean isEmpty()
  • Iterator iterator()
  • String join(String)
  • int lastIndexOf(def)
  • ListIterator listIterator()
  • ListIterator listIterator(int)
  • def remove(int)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • void replaceAll(UnaryOperator)
  • boolean retainAll(Collection)
  • def set(int, def)
  • int size()
  • void sort(Comparator)
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • List subList(int, int)
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • String toString()

ScriptDocValues.Datesedit

  • boolean add(def)
  • void add(int, def)
  • boolean addAll(Collection)
  • boolean addAll(int, Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • JodaCompatibleZonedDateTime get(int)
  • Object getByPath(String)
  • Object getByPath(String, Object)
  • int getLength()
  • JodaCompatibleZonedDateTime getValue()
  • Map groupBy(Function)
  • int hashCode()
  • int indexOf(def)
  • boolean isEmpty()
  • Iterator iterator()
  • String join(String)
  • int lastIndexOf(def)
  • ListIterator listIterator()
  • ListIterator listIterator(int)
  • def remove(int)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • void replaceAll(UnaryOperator)
  • boolean retainAll(Collection)
  • def set(int, def)
  • int size()
  • void sort(Comparator)
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • List subList(int, int)
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • String toString()

ScriptDocValues.Doublesedit

  • boolean add(def)
  • void add(int, def)
  • boolean addAll(Collection)
  • boolean addAll(int, Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • Double get(int)
  • Object getByPath(String)
  • Object getByPath(String, Object)
  • int getLength()
  • double getValue()
  • Map groupBy(Function)
  • int hashCode()
  • int indexOf(def)
  • boolean isEmpty()
  • Iterator iterator()
  • String join(String)
  • int lastIndexOf(def)
  • ListIterator listIterator()
  • ListIterator listIterator(int)
  • def remove(int)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • void replaceAll(UnaryOperator)
  • boolean retainAll(Collection)
  • def set(int, def)
  • int size()
  • void sort(Comparator)
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • List subList(int, int)
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • String toString()

ScriptDocValues.GeoPointsedit

  • boolean add(def)
  • void add(int, def)
  • boolean addAll(Collection)
  • boolean addAll(int, Collection)
  • boolean any(Predicate)
  • double arcDistance(double, double)
  • double arcDistanceWithDefault(double, double, double)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • double geohashDistance(String)
  • double geohashDistanceWithDefault(String, double)
  • GeoPoint get(int)
  • Object getByPath(String)
  • Object getByPath(String, Object)
  • double getLat()
  • double[] getLats()
  • int getLength()
  • double getLon()
  • double[] getLons()
  • GeoPoint getValue()
  • Map groupBy(Function)
  • int hashCode()
  • int indexOf(def)
  • boolean isEmpty()
  • Iterator iterator()
  • String join(String)
  • int lastIndexOf(def)
  • ListIterator listIterator()
  • ListIterator listIterator(int)
  • double planeDistance(double, double)
  • double planeDistanceWithDefault(double, double, double)
  • def remove(int)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • void replaceAll(UnaryOperator)
  • boolean retainAll(Collection)
  • def set(int, def)
  • int size()
  • void sort(Comparator)
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • List subList(int, int)
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • String toString()

ScriptDocValues.Longsedit

  • boolean add(def)
  • void add(int, def)
  • boolean addAll(Collection)
  • boolean addAll(int, Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • Long get(int)
  • Object getByPath(String)
  • Object getByPath(String, Object)
  • int getLength()
  • long getValue()
  • Map groupBy(Function)
  • int hashCode()
  • int indexOf(def)
  • boolean isEmpty()
  • Iterator iterator()
  • String join(String)
  • int lastIndexOf(def)
  • ListIterator listIterator()
  • ListIterator listIterator(int)
  • def remove(int)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • void replaceAll(UnaryOperator)
  • boolean retainAll(Collection)
  • def set(int, def)
  • int size()
  • void sort(Comparator)
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • List subList(int, int)
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • String toString()

ScriptDocValues.Stringsedit

  • boolean add(def)
  • void add(int, def)
  • boolean addAll(Collection)
  • boolean addAll(int, Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • String get(int)
  • Object getByPath(String)
  • Object getByPath(String, Object)
  • int getLength()
  • String getValue()
  • Map groupBy(Function)
  • int hashCode()
  • int indexOf(def)
  • boolean isEmpty()
  • Iterator iterator()
  • String join(String)
  • int lastIndexOf(def)
  • ListIterator listIterator()
  • ListIterator listIterator(int)
  • def remove(int)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • void replaceAll(UnaryOperator)
  • boolean retainAll(Collection)
  • def set(int, def)
  • int size()
  • void sort(Comparator)
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • List subList(int, int)
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • String toString()