Package org.apache.solr.search.function
Solr implementations of
ValueSource
for function queries.-
Interface Summary Interface Description SolrComparisonBoolFunction.Compare -
Class Summary 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 AbstractValueSource
implementation which wraps multiple ValueSources and applies an extendible string function to their values.OrdFieldSource Obtains the ordinal of the field value fromLeafReader.getSortedDocValues(java.lang.String)
.ReverseOrdFieldSource Obtains the ordinal of the field value fromLeafReader.getSortedDocValues(java.lang.String)
and reverses the order.SolrComparisonBoolFunction RefinesComparisonBoolFunction
to compare based on a 'long' or 'double' depending on if the any of the FunctionValues areLongDocValues
.ValueSourceRangeFilter RangeFilter over a ValueSource.