The Weight type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Explain | An explanation of the score computation for the named document.
| |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetQuery | The query that this concerns. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | The weight for this query. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Normalize | Assigns the query normalization factor to this. | |
Scorer | Returns a {@link Scorer} which scores documents in/out-of order according
to CopyC# scoreDocsInOrder CopyC# scoreDocsInOrder CopyC# Scorer CopyC# Scorer NOTE: null can be returned if no documents will be scored by this query. | |
ScoresDocsOutOfOrder | Returns true iff this implementation scores docs only out of order. This
method is used in conjunction with {@link Collector}'s
{@link Collector#AcceptsDocsOutOfOrder() acceptsDocsOutOfOrder} and
{@link #Scorer(Lucene.Net.Index.IndexReader, boolean, boolean)} to
create a matching {@link Scorer} instance for a given {@link Collector}, or
vice versa.
NOTE: the default implementation returns CopyC# false CopyC# Scorer | |
SumOfSquaredWeights | The sum of squared weights of contained query clauses. | |
ToString | (Inherited from Object.) |