Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the language resource phrase types.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration LanguageResourceType
'Usage
Dim instance As LanguageResourceType
public enum LanguageResourceType
Members
| Member name | Description | |
|---|---|---|
| Undefined | The language resource phrase is undefined. | |
| QuerySuggestionBlockList | The language resource phrase is on the list of query suggestions that are not to be displayed. | |
| QuerySuggestionAlwaysSuggest | The language resource phrase is on the list of query suggestions to always display. | |
| SpellingSuggestionBlockList | The language resource phrase is on the list of spelling suggestions that are not to be displayed. | |
| SummaryNoiseList | The language resource is on the list of stop words, also known as noise words. | |
| Nickname | The language resource phrase is used to map a nickname to a search result. | |
| LastNameMap | The language resource phrase is used to map a last name to a search result. | |
| FirstNameMap | The language resource phrase is used to map a first name to a search result. | |
| SpellingSuggestionAlwaysSuggest | The language resource phrase is an entry in a list of spelling suggestions that are always made when the user types a search query. | |
| CharacterMap | The language resource phrase that maps a character to a search result. | |
| QuerySuggestionSubstitution | The language resource phrase is that is an entry in a list of phrases that are suggested as query substitutions. |