| 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 |
|---|---|
abstract MutableValue |
MutableValue.duplicate() |
MutableValue |
MutableValueInt.duplicate() |
MutableValue |
MutableValueDate.duplicate() |
MutableValue |
MutableValueFloat.duplicate() |
MutableValue |
MutableValueBool.duplicate() |
MutableValue |
MutableValueLong.duplicate() |
MutableValue |
MutableValueStr.duplicate() |
MutableValue |
MutableValueDouble.duplicate() |
| Modifier and Type | Method and Description |
|---|---|
int |
MutableValue.compareTo(MutableValue other) |
abstract void |
MutableValue.copy(MutableValue source) |
void |
MutableValueInt.copy(MutableValue source) |
void |
MutableValueFloat.copy(MutableValue source) |
void |
MutableValueBool.copy(MutableValue source) |
void |
MutableValueLong.copy(MutableValue source) |
void |
MutableValueStr.copy(MutableValue source) |
void |
MutableValueDouble.copy(MutableValue source) |
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.