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 ConcatStringFunctionconcatenates the string values of its components in the order given.DualDoubleFunction AbstractValueSourceimplementation which wraps two ValueSources and applies an extendible double function to their values.EqualFunction Compares two values for equality.FieldNameValueSource Placeholder value source.FileFloatSource Obtains float field values from an external file.FileFloatSource.ReloadCacheRequestHandler MultiStringFunction AbstractValueSourceimplementation 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 RefinesComparisonBoolFunctionto compare based on a 'long' or 'double' depending on if the any of the FunctionValues areLongDocValues.ValueSourceRangeFilter RangeFilter over a ValueSource.