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(org.apache.lucene.index.IndexReader reader)
           
 

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

Methods in org.apache.solr.search.function that return DocValues
 DocValues LinearFloatFunction.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues QueryValueSource.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues DoubleFieldSource.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues ConstValueSource.getValues(org.apache.lucene.index.IndexReader reader)
           
abstract  DocValues ValueSource.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues ByteFieldSource.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues FileFloatSource.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues ReverseOrdFieldSource.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues IntFieldSource.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues ShortFieldSource.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues MaxFloatFunction.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues RangeMapFloatFunction.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues LongFieldSource.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues ReciprocalFloatFunction.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues OrdFieldSource.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues FloatFieldSource.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues SimpleFloatFunction.getValues(org.apache.lucene.index.IndexReader reader)
           
 DocValues ScaleFloatFunction.getValues(org.apache.lucene.index.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 SumFloatFunction.func(int doc, DocValues[] valsArr)
           
protected  float ProductFloatFunction.func(int doc, DocValues[] valsArr)
           
protected  float PowFloatFunction.func(int doc, DocValues aVals, DocValues bVals)
           
protected  float DivFloatFunction.func(int doc, DocValues aVals, DocValues bVals)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.