Uses of Class
org.apache.lucene.util.mutable.MutableValue
-
Packages that use MutableValue Package Description org.apache.lucene.queries.function Queries that compute score based upon a function.org.apache.lucene.search.grouping Grouping.org.apache.lucene.util.mutable Comparable object wrappers -
-
Uses of MutableValue in org.apache.lucene.queries.function
Methods in org.apache.lucene.queries.function that return MutableValue Modifier and Type Method Description abstract MutableValueFunctionValues.ValueFiller. getValue()MutableValue will be reused across calls -
Uses of MutableValue in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping with type parameters of type MutableValue Modifier and Type Field Description private java.util.Set<MutableValue>ValueSourceGroupSelector. secondPassGroupsMethods in org.apache.lucene.search.grouping that return MutableValue Modifier and Type Method Description MutableValueValueSourceGroupSelector. copyValue()MutableValueValueSourceGroupSelector. currentValue()Method parameters in org.apache.lucene.search.grouping with type arguments of type MutableValue Modifier and Type Method Description voidValueSourceGroupSelector. setGroups(java.util.Collection<SearchGroup<MutableValue>> searchGroups) -
Uses of MutableValue in org.apache.lucene.util.mutable
Subclasses of MutableValue in org.apache.lucene.util.mutable Modifier and Type Class Description classMutableValueBoolMutableValueimplementation of typeboolean.classMutableValueDateMutableValueimplementation of typeDate.classMutableValueDoubleMutableValueimplementation of typedouble.classMutableValueFloatMutableValueimplementation of typefloat.classMutableValueIntMutableValueimplementation of typeint.classMutableValueLongMutableValueimplementation of typelong.classMutableValueStrMutableValueimplementation of typeString.Methods in org.apache.lucene.util.mutable that return MutableValue Modifier and Type Method Description abstract MutableValueMutableValue. duplicate()MutableValueMutableValueBool. duplicate()MutableValueMutableValueDate. duplicate()MutableValueMutableValueDouble. duplicate()MutableValueMutableValueFloat. duplicate()MutableValueMutableValueInt. duplicate()MutableValueMutableValueLong. duplicate()MutableValueMutableValueStr. duplicate()Methods in org.apache.lucene.util.mutable with parameters of type MutableValue Modifier and Type Method Description intMutableValue. compareTo(MutableValue other)abstract voidMutableValue. copy(MutableValue source)voidMutableValueBool. copy(MutableValue source)voidMutableValueDouble. copy(MutableValue source)voidMutableValueFloat. copy(MutableValue source)voidMutableValueInt. copy(MutableValue source)voidMutableValueLong. copy(MutableValue source)voidMutableValueStr. copy(MutableValue source)
-