Apache Lucene.Net 2.1 Class Library API

BooleanQuery Class

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

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