ValueSource for function queries.See: Description
| Interface | Description |
|---|---|
| SolrComparisonBoolFunction.Compare |
| Class | Description |
|---|---|
| CollapseScoreFunction | |
| CollapseScoreFunction.CollapseScoreFunctionValues | |
| ConcatStringFunction |
ConcatStringFunction concatenates the string values of its
components in the order given. |
| EqualFunction |
Compares two values for equality.
|
| FieldNameValueSource |
Placeholder value source.
|
| FileFloatSource |
Obtains float field values from an external file.
|
| FileFloatSource.ReloadCacheRequestHandler | |
| MultiStringFunction |
Abstract
ValueSource implementation which wraps multiple ValueSources
and applies an extendible string function to their values. |
| OrdFieldSource |
Obtains the ordinal of the field value from
LeafReader.getSortedDocValues(java.lang.String). |
| ReverseOrdFieldSource |
Obtains the ordinal of the field value from
LeafReader.getSortedDocValues(java.lang.String)
and reverses the order. |
| SolrComparisonBoolFunction |
Refines
ComparisonBoolFunction to compare based on a 'long' or 'double' depending on if the
any of the FunctionValues are LongDocValues. |
| ValueSourceRangeFilter |
RangeFilter over a ValueSource.
|
ValueSource for function queries.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.