Package org.apache.lucene.sandbox.search
Class CombinedFieldQuery.WeightedDisiWrapper
- java.lang.Object
-
- org.apache.lucene.search.DisiWrapper
-
- org.apache.lucene.sandbox.search.CombinedFieldQuery.WeightedDisiWrapper
-
- Enclosing class:
- CombinedFieldQuery
private static class CombinedFieldQuery.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, matchCost, next, scorer, 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)
-
-