Package org.apache.lucene.queries.function

Queries that compute score based upon a function

See:
          Description

Class Summary
BoostedQuery Query that is boosted by a ValueSource
FunctionQuery Returns a score for each document based on a ValueSource, often some function of the value of a field.
FunctionValues Represents field values as different types.
FunctionValues.ValueFiller  
ValueSource Instantiates FunctionValues for a particular reader.
ValueSourceScorer  
 

Package org.apache.lucene.queries.function Description

Queries that compute score based upon a function



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