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

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual void Add(
	Term[] terms
)
Visual Basic
Public Overridable Sub Add ( _
	terms As Term() _
)
Visual C++
public:
virtual void Add(
	array<Term^>^ terms
)

Parameters

terms
Type: array<Lucene.Net.Index..::..Term>[]()[][]

[Missing <param name="terms"/> documentation for "M:Lucene.Net.Search.MultiPhraseQuery.Add(Lucene.Net.Index.Term[])"]

See Also