Uses of Class
org.apache.solr.search.function.DocValues

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

Uses of DocValues in org.apache.solr.schema
 

Methods in org.apache.solr.schema that return DocValues
 DocValues RandomSortField.RandomValueSource.getValues(Map context, IndexReader reader)
           
 

Uses of DocValues in org.apache.solr.search.function
 

Subclasses of DocValues in org.apache.solr.search.function
 class StringIndexDocValues
          Internal class, subject to change.
 

Methods in org.apache.solr.search.function that return DocValues
 DocValues ValueSource.getValues(IndexReader reader)
          Deprecated. 
 DocValues RangeMapFloatFunction.getValues(Map context, IndexReader reader)
           
 DocValues QueryValueSource.getValues(Map context, IndexReader reader)
           
 DocValues OrdFieldSource.getValues(Map context, IndexReader reader)
           
 DocValues MaxFloatFunction.getValues(Map context, IndexReader reader)
           
 DocValues SimpleFloatFunction.getValues(Map context, IndexReader reader)
           
 DocValues ShortFieldSource.getValues(Map context, IndexReader reader)
           
 DocValues TopValueSource.getValues(Map context, IndexReader reader)
           
 DocValues ReciprocalFloatFunction.getValues(Map context, IndexReader reader)
           
 DocValues LongFieldSource.getValues(Map context, IndexReader reader)
           
 DocValues LinearFloatFunction.getValues(Map context, IndexReader reader)
           
 DocValues ValueSource.getValues(Map context, IndexReader reader)
          Gets the values for this reader and the context that was previously passed to createWeight()
 DocValues FloatFieldSource.getValues(Map context, IndexReader reader)
           
 DocValues ScaleFloatFunction.getValues(Map context, IndexReader reader)
           
 DocValues IntFieldSource.getValues(Map context, IndexReader reader)
           
 DocValues DualFloatFunction.getValues(Map context, IndexReader reader)
           
 DocValues DoubleFieldSource.getValues(Map context, IndexReader reader)
           
 DocValues FileFloatSource.getValues(Map context, IndexReader reader)
           
 DocValues ReverseOrdFieldSource.getValues(Map context, IndexReader reader)
           
 DocValues ByteFieldSource.getValues(Map context, IndexReader reader)
           
 DocValues ConstValueSource.getValues(Map context, IndexReader reader)
           
 

Methods in org.apache.solr.search.function with parameters of type DocValues
protected abstract  float SimpleFloatFunction.func(int doc, DocValues vals)
           
protected  float ProductFloatFunction.func(int doc, DocValues[] valsArr)
           
protected  float SumFloatFunction.func(int doc, DocValues[] valsArr)
           
protected  float DivFloatFunction.func(int doc, DocValues aVals, DocValues bVals)
           
protected  float PowFloatFunction.func(int doc, DocValues aVals, DocValues bVals)
           
protected abstract  float DualFloatFunction.func(int doc, DocValues aVals, DocValues bVals)
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.