Uses of Class
org.apache.lucene.util.mutable.MutableValue
Packages that use MutableValue
Package
Description
Queries that compute score based upon a function.
Grouping.
Comparable object wrappers
-
Uses of MutableValue in org.apache.lucene.queries.function
Methods in org.apache.lucene.queries.function that return MutableValueModifier and TypeMethodDescriptionabstract 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 MutableValueModifier and TypeFieldDescriptionprivate Set<MutableValue> ValueSourceGroupSelector.secondPassGroupsMethods in org.apache.lucene.search.grouping that return MutableValueModifier and TypeMethodDescriptionValueSourceGroupSelector.copyValue()ValueSourceGroupSelector.currentValue()Method parameters in org.apache.lucene.search.grouping with type arguments of type MutableValueModifier and TypeMethodDescriptionvoidValueSourceGroupSelector.setGroups(Collection<SearchGroup<MutableValue>> searchGroups) -
Uses of MutableValue in org.apache.lucene.util.mutable
Subclasses of MutableValue in org.apache.lucene.util.mutableModifier and TypeClassDescriptionclassMutableValueimplementation of typeboolean.classMutableValueimplementation of typeDate.classMutableValueimplementation of typedouble.classMutableValueimplementation of typefloat.classMutableValueimplementation of typeint.classMutableValueimplementation of typelong.classMutableValueimplementation of typeString.Methods in org.apache.lucene.util.mutable that return MutableValueModifier and TypeMethodDescriptionabstract MutableValueMutableValue.duplicate()MutableValueBool.duplicate()MutableValueDate.duplicate()MutableValueDouble.duplicate()MutableValueFloat.duplicate()MutableValueInt.duplicate()MutableValueLong.duplicate()MutableValueStr.duplicate()Methods in org.apache.lucene.util.mutable with parameters of type MutableValueModifier and TypeMethodDescriptionintMutableValue.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)