Apache Lucene.Net 2.1 Class Library API

Weight Methods

The methods of the Weight interface are listed below. For a complete list of Weight interface members, see the Weight Members topic.

Public Instance Methods

ExplainAn explanation of the score computation for the named document.
GetQueryThe query that this concerns.
GetValueThe weight for this query.
NormalizeAssigns the query normalization factor to this.
ScorerConstructs a scorer for this.
SumOfSquaredWeightsThe sum of squared weights of contained query clauses.

See Also

Weight Interface | Lucene.Net.Search Namespace