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   
 

Classes in org.apache.solr.search.function used by org.apache.solr.schema
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.
 

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



Copyright © 2006 - 2009 The Apache Software Foundation