Highlighter.Net 2.0.0

Scorer Interface

Adds to the score for a fragment based on its tokens

For a list of all members of this type, see Scorer Members.

public interface Scorer

Types that implement Scorer

Type Description
QueryScorer {@link Scorer} implementation which scores text fragments by the number of unique query terms found. This class uses the {@link QueryTermExtractor} class to process determine the query terms and their boosts to be used.

Requirements

Namespace: Lucene.Net.Highlight

Assembly: Highlighter.Net (in Highlighter.Net.dll)

See Also

Scorer Members | Lucene.Net.Highlight Namespace