Uses of Class
org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
-
Packages that use FunctionQuery.FunctionWeight Package Description org.apache.lucene.queries.function Queries that compute score based upon a function. -
-
Uses of FunctionQuery.FunctionWeight in org.apache.lucene.queries.function
Fields in org.apache.lucene.queries.function declared as FunctionQuery.FunctionWeight Modifier and Type Field Description (package private) FunctionQuery.FunctionWeight
FunctionQuery.AllScorer. weight
Constructors in org.apache.lucene.queries.function with parameters of type FunctionQuery.FunctionWeight Constructor Description AllScorer(LeafReaderContext context, FunctionQuery.FunctionWeight w, float boost)
-