Overload List
Name | Description | |
---|---|---|
Add(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.
| |
Add(Term, Int32) | Adds a term to the end of the query phrase.
The relative position of the term within the phrase is specified explicitly.
This allows e.g. phrases with more than one term at the same position
or phrases with gaps (e.g. in connection with stopwords).
|