Expert: the Weight for DisjunctionMaxQuery, 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 DisjunctionMaxWeight : Weight
Visual Basic
<SerializableAttribute> _
Protected Friend Class DisjunctionMaxWeight _
	Inherits Weight
Visual C++
[SerializableAttribute]
protected public ref class DisjunctionMaxWeight : public Weight

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Search..::..Weight
    Lucene.Net.Search..::..DisjunctionMaxQuery..::..DisjunctionMaxWeight

See Also