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