FullTextStopList.HasStopWord(String, String) Method

Definition

Returns true if the specified stopword is present in the stoplist with the specified full text language otherwise false

public bool HasStopWord (string stopword, string language);
member this.HasStopWord : string * string -> bool
Public Function HasStopWord (stopword As String, language As String) As Boolean

Parameters

stopword
String
language
String

Returns

Applies to