Highlighter.Net 2.0.0

QueryScorer Class

{@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.

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

System.Object
   Lucene.Net.Highlight.QueryScorer

public class QueryScorer : Scorer

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Highlight

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

See Also

QueryScorer Members | Lucene.Net.Highlight Namespace