Uses of Class
org.apache.lucene.util.mutable.MutableValueLong
-
Packages that use MutableValueLong Package Description org.apache.lucene.queries.function.valuesource A variety of functions to use with FunctionQuery.org.apache.lucene.util.mutable Comparable object wrappers -
-
Uses of MutableValueLong in org.apache.lucene.queries.function.valuesource
Methods in org.apache.lucene.queries.function.valuesource that return MutableValueLong Modifier and Type Method Description protected MutableValueLong
LongFieldSource. newMutableValueLong()
-
Uses of MutableValueLong in org.apache.lucene.util.mutable
Subclasses of MutableValueLong in org.apache.lucene.util.mutable Modifier and Type Class Description class
MutableValueDate
MutableValue
implementation of typeDate
.
-