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 MutableValue
FunctionValues.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.secondPassGroups
Methods 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 TypeMethodDescriptionvoid
ValueSourceGroupSelector.setGroups
(Collection<SearchGroup<MutableValue>> searchGroups) -
Uses of MutableValue in org.apache.lucene.util.mutable
Subclasses of MutableValue in org.apache.lucene.util.mutableModifier and TypeClassDescriptionclass
MutableValue
implementation of typeboolean
.class
MutableValue
implementation of typeDate
.class
MutableValue
implementation of typedouble
.class
MutableValue
implementation of typefloat
.class
MutableValue
implementation of typeint
.class
MutableValue
implementation of typelong
.class
MutableValue
implementation of typeString
.Methods in org.apache.lucene.util.mutable that return MutableValueModifier and TypeMethodDescriptionabstract MutableValue
MutableValue.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 TypeMethodDescriptionint
MutableValue.compareTo
(MutableValue other) abstract void
MutableValue.copy
(MutableValue source) void
MutableValueBool.copy
(MutableValue source) void
MutableValueDouble.copy
(MutableValue source) void
MutableValueFloat.copy
(MutableValue source) void
MutableValueInt.copy
(MutableValue source) void
MutableValueLong.copy
(MutableValue source) void
MutableValueStr.copy
(MutableValue source)