FullTextStopList.RemoveStopWord(String, String) Method

Definition

Removes the specified stopword with the specified full-text language from the stoplist

public void RemoveStopWord (string stopword, string language);
member this.RemoveStopWord : string * string -> unit
Public Sub RemoveStopWord (stopword As String, language As String)

Parameters

stopword
String
language
String

Applies to