Expert: adds all terms occuring in this query to the terms set. Only works if this query is in its {@link #rewrite rewritten} form.

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

Syntax

C#
public virtual void ExtractTerms(
	Hashtable terms
)
Visual Basic
Public Overridable Sub ExtractTerms ( _
	terms As Hashtable _
)
Visual C++
public:
virtual void ExtractTerms(
	Hashtable^ terms
)

Parameters

terms
Type: System.Collections..::..Hashtable

[Missing <param name="terms"/> documentation for "M:Lucene.Net.Search.Query.ExtractTerms(System.Collections.Hashtable)"]

See Also