Package org.apache.lucene.search
Class BooleanWeight.WeightedBooleanClause
- java.lang.Object
-
- org.apache.lucene.search.BooleanWeight.WeightedBooleanClause
-
- Enclosing class:
- BooleanWeight
private static class BooleanWeight.WeightedBooleanClause extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BooleanClause
clause
(package private) Weight
weight
-
Constructor Summary
Constructors Constructor Description WeightedBooleanClause(BooleanClause clause, Weight weight)
-
-
-
Field Detail
-
clause
final BooleanClause clause
-
weight
final Weight weight
-
-
Constructor Detail
-
WeightedBooleanClause
WeightedBooleanClause(BooleanClause clause, Weight weight)
-
-