Class BooleanQuery.BooleanWeight
Expert: the Weight for BooleanQuery, used to normalize, score and explain these queries.
NOTE: this API and implementation is subject to change suddenly in the next release.
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
protected class BooleanWeight : Weight
Constructors
Name | Description |
---|---|
BooleanWeight(BooleanQuery, Searcher) |
Fields
Name | Description |
---|---|
similarity | The Similarity implementation. |
weights |
Properties
Name | Description |
---|---|
Enclosing_Instance | |
Query | |
Value |
Methods
Name | Description |
---|---|
Explain(IndexReader, Int32) | |
GetScoresDocsOutOfOrder() | |
GetSumOfSquaredWeights() | |
Normalize(Single) | |
Scorer(IndexReader, Boolean, Boolean) |