Lucene.Net 1.9.1 Class Library

DisjunctionSumScorer Class

A Scorer for OR like queries, counterpart of Lucene's

ConjunctionScorer
. This Scorer implements {@link Scorer#SkipTo(int)} and uses skipTo() on the given Scorers.

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

System.Object
   Lucene.Net.Search.Scorer
      Lucene.Net.Search.DisjunctionSumScorer

public class DisjunctionSumScorer : 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.Search

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

See Also

DisjunctionSumScorer Members | Lucene.Net.Search Namespace