Lucene.Net 1.4.3 Class Library

PhraseQuery Class

A Query that matches documents containing a particular sequence of terms. This may be combined with other terms with a {@link BooleanQuery}.

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

System.Object
   Lucene.Net.Search.Query
      Lucene.Net.Search.PhraseQuery

public class PhraseQuery : 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

PhraseQuery Members | Lucene.Net.Search Namespace