Overload List

  NameDescription
Public methodAdd(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.
Public methodAdd(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).

See Also