Lucene.Net 1.4.3 Class Library

BooleanQuery Class

A Query that matches documents matching boolean combinations of other queries, typically {@link TermQuery}s or {@link PhraseQuery}s.

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

System.Object
   Lucene.Net.Search.Query
      Lucene.Net.Search.BooleanQuery

public class BooleanQuery : Query

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

BooleanQuery Members | Lucene.Net.Search Namespace