Package org.apache.lucene.search
Class BM25FQuery.WeightedDisiWrapper
- java.lang.Object
-
- org.apache.lucene.search.DisiWrapper
-
- org.apache.lucene.search.BM25FQuery.WeightedDisiWrapper
-
- Enclosing class:
- BM25FQuery
private static class BM25FQuery.WeightedDisiWrapper extends DisiWrapper
-
-
Field Summary
Fields Modifier and Type Field Description (package private) float
weight
-
Fields inherited from class org.apache.lucene.search.DisiWrapper
approximation, cost, doc, iterator, lastApproxMatchDoc, lastApproxNonMatchDoc, matchCost, maxScore, next, scorer, spans, twoPhaseView
-
-
Constructor Summary
Constructors Constructor Description WeightedDisiWrapper(Scorer scorer, float weight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) float
freq()
-
-
-
Constructor Detail
-
WeightedDisiWrapper
WeightedDisiWrapper(Scorer scorer, float weight)
-
-