Class ScriptDocValues.Booleans
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.elasticsearch.index.fielddata.ScriptDocValues<Boolean>
org.elasticsearch.index.fielddata.ScriptDocValues.Booleans
- Enclosing class:
 - ScriptDocValues<T>
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.fielddata.ScriptDocValues
ScriptDocValues.Booleans, ScriptDocValues.BytesRefs, ScriptDocValues.Dates, ScriptDocValues.Doubles, ScriptDocValues.Geometry<T>, ScriptDocValues.GeoPoints, ScriptDocValues.Longs, ScriptDocValues.Strings - 
Field Summary
Fields inherited from class java.util.AbstractList
modCount - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.elasticsearch.index.fielddata.ScriptDocValues
add, remove, replaceAll, set, sortMethods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArray 
- 
Constructor Details
- 
Booleans
public Booleans(org.apache.lucene.index.SortedNumericDocValues in) 
 - 
 - 
Method Details
- 
setNextDocId
Description copied from class:ScriptDocValuesSet the current doc ID.- Specified by:
 setNextDocIdin classScriptDocValues<Boolean>- Throws:
 IOException
 - 
resize
protected void resize(int newSize)Set thesize()and ensure that thevaluesarray can store at least that many entries. - 
getValue
public boolean getValue() - 
get
 - 
size
public int size()- Specified by:
 sizein interfaceCollection<Boolean>- Specified by:
 sizein interfaceList<Boolean>- Specified by:
 sizein classAbstractCollection<Boolean>
 
 -