Uses of Class
org.apache.lucene.queries.function.FunctionQuery

Packages that use FunctionQuery
org.apache.lucene.queries Filters and Queries that add to core Lucene. 
 

Uses of FunctionQuery in org.apache.lucene.queries
 

Constructors in org.apache.lucene.queries with parameters of type FunctionQuery
CustomScoreQuery(Query subQuery, FunctionQuery... scoringQueries)
          Create a CustomScoreQuery over input subQuery and a FunctionQuery.
CustomScoreQuery(Query subQuery, FunctionQuery scoringQuery)
          Create a CustomScoreQuery over input subQuery and a FunctionQuery.
 



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