Apache Lucene.Net 2.4.0 Class Library API

PhraseQuery.Add Method (Term)

Adds a term to the end of the query phrase. The relative position of the term is the one immediately after the last term added.

public virtual void Add(
   Term term
);

See Also

PhraseQuery Class | Lucene.Net.Search Namespace | PhraseQuery.Add Overload List