Package org.apache.solr.search.function
package org.apache.solr.search.function
Solr implementations of
ValueSource for function
queries.-
ClassDescription
ConcatStringFunctionconcatenates the string values of its components in the order given.AbstractValueSourceimplementation which wraps two ValueSources and applies an extendible double function to their values.Compares two values for equality.Placeholder value source.AbstractValueSourceimplementation which wraps multiple ValueSources and applies an extendible string function to their values.Obtains the ordinal of the field value fromLeafReader.getSortedDocValues(java.lang.String).Obtains the ordinal of the field value fromLeafReader.getSortedDocValues(java.lang.String)and reverses the order.RefinesComparisonBoolFunctionto compare based on a 'long' or 'double' depending on if the any of the FunctionValues areLongDocValues.RangeFilter over a ValueSource.