Apache Lucene.Net 2.4.0 Class Library API

MultiPhraseQuery.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

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