Lucene.Net 1.4.3 Class Library

PhrasePrefixQuery.Add Method (Term[])

Add multiple terms at the next position in the phrase. Any of the terms may match.

public virtual void Add(
   Term[] terms
);

See Also

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