Module org.apache.lucene.core
Package org.apache.lucene.search
Class BooleanWeight.WeightedBooleanClause
java.lang.Object
org.apache.lucene.search.BooleanWeight.WeightedBooleanClause
- Enclosing class:
BooleanWeight
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final BooleanClause
(package private) final Weight
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clause
-
weight
-
-
Constructor Details
-
WeightedBooleanClause
WeightedBooleanClause(BooleanClause clause, Weight weight)
-