Method GetStopWords
GetStopWords(String)
Provides information on which stop words have been identified for a field
Declaration
public string[] GetStopWords(string fieldName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName | The field for which stop words identified in "addStopWords" method calls will be returned |
Returns
Type | Description |
---|---|
System.String[] | the stop words identified for a field |
GetStopWords()
Provides information on which stop words have been identified for all fields
Declaration
public Term[] GetStopWords()
Returns
Type | Description |
---|---|
Term[] | the stop words (as terms) |