Method ExtractTerms
ExtractTerms(Collections.Generic.ISet<Term>)
Expert: adds all terms occuring in this query to the terms set. Only works if this query is in its Rewrite(IndexReader) form.
Declaration
public virtual void ExtractTerms(Collections.Generic.ISet<Term> terms)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.ISet<Term> | terms |