[Missing <summary> documentation for "M:Lucene.Net.Search.Similar.MoreLikeThisQuery.SetStopWords(System.Collections.Hashtable)"]

Namespace: Lucene.Net.Search.Similar
Assembly: Lucene.Net.Contrib.Queries (in Lucene.Net.Contrib.Queries.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
public void SetStopWords(
	Hashtable stopWords
)
Visual Basic
Public Sub SetStopWords ( _
	stopWords As Hashtable _
)
Visual C++
public:
void SetStopWords(
	Hashtable^ stopWords
)

Parameters

stopWords
Type: System.Collections..::..Hashtable

[Missing <param name="stopWords"/> documentation for "M:Lucene.Net.Search.Similar.MoreLikeThisQuery.SetStopWords(System.Collections.Hashtable)"]

See Also