Uses of Class
org.apache.lucene.search.function.ValueSourceQuery

Packages that use ValueSourceQuery
org.apache.lucene.search.function
Programmatic control over documents scores. 
 

Uses of ValueSourceQuery in org.apache.lucene.search.function
 

Subclasses of ValueSourceQuery in org.apache.lucene.search.function
 class FieldScoreQuery
          A query that scores each document as the value of the numeric input field.
 

Constructors in org.apache.lucene.search.function with parameters of type ValueSourceQuery
CustomScoreQuery(Query subQuery, ValueSourceQuery valSrcQuery)
          Create a CustomScoreQuery over input subQuery and a ValueSourceQuery.
CustomScoreQuery(Query subQuery, ValueSourceQuery[] valSrcQueries)
          Create a CustomScoreQuery over input subQuery and a ValueSourceQuery.
 



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