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

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

Uses of DocValues in org.apache.solr.schema
 

Methods in org.apache.solr.schema that return DocValues
 DocValues StrFieldSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues RandomSortField.RandomValueSource.getValues(Map context, org.apache.lucene.index.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.
 

Fields in org.apache.solr.search.function declared as DocValues
protected  DocValues ValueSourceScorer.values
           
 

Methods in org.apache.solr.search.function that return DocValues
 DocValues ValueSource.getValues(org.apache.lucene.index.IndexReader reader)
          Deprecated. 
 DocValues FileFloatSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues SimpleFloatFunction.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues ByteFieldSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues LongFieldSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues IntFieldSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues ScaleFloatFunction.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues VectorValueSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues ValueSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
          Gets the values for this reader and the context that was previously passed to createWeight()
 DocValues QueryValueSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues MultiFloatFunction.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues DoubleConstValueSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues RangeMapFloatFunction.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues ReciprocalFloatFunction.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues LinearFloatFunction.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues TopValueSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues LiteralValueSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues OrdFieldSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues ShortFieldSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues ReverseOrdFieldSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues DualFloatFunction.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues FloatFieldSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues DoubleFieldSource.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues ConstValueSource.getValues(Map context, 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 abstract  float MultiFloatFunction.func(int doc, DocValues[] valsArr)
           
protected  float MaxFloatFunction.func(int doc, DocValues[] valsArr)
           
protected  float MinFloatFunction.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)
           
protected abstract  float DualFloatFunction.func(int doc, DocValues aVals, DocValues bVals)
           
 

Constructors in org.apache.solr.search.function with parameters of type DocValues
ValueSourceScorer(org.apache.lucene.index.IndexReader reader, DocValues values)
           
 

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

Methods in org.apache.solr.search.function.distance that return DocValues
 DocValues GeohashFunction.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues HaversineConstFunction.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues HaversineFunction.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues VectorDistanceFunction.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues StringDistanceFunction.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 DocValues GeohashHaversineFunction.getValues(Map context, org.apache.lucene.index.IndexReader reader)
           
 

Methods in org.apache.solr.search.function.distance with parameters of type DocValues
protected  double HaversineFunction.distance(int doc, DocValues p1DV, DocValues p2DV)
           
protected  double VectorDistanceFunction.distance(int doc, DocValues dv1, DocValues dv2)
          Calculate the distance
protected  double SquaredEuclideanFunction.distance(int doc, DocValues dv1, DocValues dv2)
           
protected  double GeohashHaversineFunction.distance(int doc, DocValues gh1DV, DocValues gh2DV)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.