Class FunctionQuery.FunctionWeight
java.lang.Object
org.apache.lucene.search.Weight
org.apache.lucene.queries.function.FunctionQuery.FunctionWeight
- All Implemented Interfaces:
SegmentCacheable
- Enclosing class:
FunctionQuery
Creates FunctionQuery scorer instances
- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.search.Weight
Weight.DefaultBulkScorer, Weight.DefaultScorerSupplier
-
Field Summary
FieldsFields inherited from class org.apache.lucene.search.Weight
parentQuery
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexplain
(LeafReaderContext context, int doc) boolean
scorerSupplier
(LeafReaderContext context)
-
Field Details
-
searcher
-
boost
protected final float boost -
context
-
-
Constructor Details
-
FunctionWeight
- Throws:
IOException
-
-
Method Details
-
scorerSupplier
- Specified by:
scorerSupplier
in classWeight
- Throws:
IOException
-
isCacheable
-
explain
- Specified by:
explain
in classWeight
- Throws:
IOException
-