Lucene.Net 1.4.3 Class Library

PhrasePrefixQuery.Add Method

Add a single term at the next position in the phrase.

Overload List

Add a single term at the next position in the phrase.

public virtual void Add(Term);

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

public virtual void Add(Term[]);

Allows to specify the relative position of terms within the phrase.

public virtual void Add(Term[],int);

See Also

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