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: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[SerializableAttribute]
protected internal class BooleanWeight : Weight
Visual Basic
<SerializableAttribute> _
Protected Friend Class BooleanWeight _
	Inherits Weight
Visual C++
[SerializableAttribute]
protected public ref class BooleanWeight : public Weight

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Search..::..Weight
    Lucene.Net.Search..::..BooleanQuery..::..BooleanWeight

See Also