Apache Lucene.Net 2.4.0 Class Library API

PrefixQuery Class

A Query that matches documents containing terms with a specified prefix. A PrefixQuery is built by QueryParser for input like

app*
.

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

System.Object
   Lucene.Net.Search.Query
      Lucene.Net.Search.PrefixQuery

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

PrefixQuery Members | Lucene.Net.Search Namespace