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
|
Modifier and Type | Method and Description |
---|---|
abstract MutableValue |
FunctionValues.ValueFiller.getValue()
MutableValue will be reused across calls
|
Modifier and Type | Method and Description |
---|---|
MutableValue |
ValueSourceGroupSelector.copyValue() |
MutableValue |
ValueSourceGroupSelector.currentValue() |
Modifier and Type | Method and Description |
---|---|
void |
ValueSourceGroupSelector.setGroups(java.util.Collection<SearchGroup<MutableValue>> searchGroups) |
Modifier and Type | Class and Description |
---|---|
class |
MutableValueBool
MutableValue implementation of type boolean . |
class |
MutableValueDate
MutableValue implementation of type Date . |
class |
MutableValueDouble
MutableValue implementation of type double . |
class |
MutableValueFloat
MutableValue implementation of type float . |
class |
MutableValueInt
MutableValue implementation of type int . |
class |
MutableValueLong
MutableValue implementation of type long . |
class |
MutableValueStr
MutableValue implementation of type String . |
Modifier and Type | Method and Description |
---|---|
MutableValue |
MutableValueFloat.duplicate() |
MutableValue |
MutableValueDate.duplicate() |
abstract MutableValue |
MutableValue.duplicate() |
MutableValue |
MutableValueBool.duplicate() |
MutableValue |
MutableValueInt.duplicate() |
MutableValue |
MutableValueLong.duplicate() |
MutableValue |
MutableValueDouble.duplicate() |
MutableValue |
MutableValueStr.duplicate() |
Modifier and Type | Method and Description |
---|---|
int |
MutableValue.compareTo(MutableValue other) |
void |
MutableValueFloat.copy(MutableValue source) |
abstract void |
MutableValue.copy(MutableValue source) |
void |
MutableValueBool.copy(MutableValue source) |
void |
MutableValueInt.copy(MutableValue source) |
void |
MutableValueLong.copy(MutableValue source) |
void |
MutableValueDouble.copy(MutableValue source) |
void |
MutableValueStr.copy(MutableValue source) |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.