Uses of Package
org.apache.solr.search.function

Packages that use org.apache.solr.search.function
org.apache.solr.schema   
org.apache.solr.search   
org.apache.solr.search.function   
org.apache.solr.search.function.distance   
 

Classes in org.apache.solr.search.function used by org.apache.solr.schema
DocValues
          Represents field values as different types.
FieldCacheSource
          A base class for ValueSource implementations that retrieve values for a single field from the FieldCache.
ValueSource
          Instantiates DocValues for a particular reader.
 

Classes in org.apache.solr.search.function used by org.apache.solr.search
FunctionQuery
          Returns a score for each document based on a ValueSource, often some function of the value of a field.
ValueSource
          Instantiates DocValues for a particular reader.
 

Classes in org.apache.solr.search.function used by org.apache.solr.search.function
ConstNumberSource
          ConstNumberSource is the base class for all constant numbers
DocValues
          Represents field values as different types.
DualFloatFunction
           
FieldCacheSource
          A base class for ValueSource implementations that retrieve values for a single field from the FieldCache.
FunctionQuery.FunctionWeight
           
MultiFloatFunction
           
MultiValueSource
          A ValueSource that abstractly represents ValueSources for poly fields, and other things.
SingleFunction
          A function with a single argument
ValueSource
          Instantiates DocValues for a particular reader.
ValueSourceScorer
           
 

Classes in org.apache.solr.search.function used by org.apache.solr.search.function.distance
DocValues
          Represents field values as different types.
MultiValueSource
          A ValueSource that abstractly represents ValueSources for poly fields, and other things.
ValueSource
          Instantiates DocValues for a particular reader.
VectorValueSource
          Converts individual ValueSource instances to leverage the DocValues *Val functions that work with multiple values, i.e.