-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Search
Milestone
Description
To be consistent with past renames for SearchField, SearchIndex, et. al, please make sure that all properties and parameters of type LexicalAnalyzerName or LexicalTokenizerName, and any string or string[] parameters for synonym map name(s) end in "Name" or "Names", as appropriate.
The following list was generated from .NET. Some renames have already been done, but please check in your code all of them:
| Class | Type | Method | Name |
|---|---|---|---|
| AnalyzeTextOptions | Property | AnalyzerName | |
| AnalyzeTextOptions | Property | Tokenizer | |
| AnalyzeTextOptions | Parameter | .ctor | analyzerName |
| AnalyzeTextOptions | Parameter | .ctor | tokenizerName |
| CustomAnalyzer | Property | Tokenizer | |
| CustomAnalyzer | Parameter | .ctor | tokenizer |
| SearchField | Property | AnalyzerName | |
| SearchField | Property | SearchAnalyzerName | |
| SearchField | Property | IndexAnalyzerName | |
| SearchField | Property | SynonymMapNames | |
| SearchableField | Property | AnalyzerName | |
| SearchableField | Property | SearchAnalyzerName | |
| SearchableField | Property | IndexAnalyzerName | |
| SearchableField | Property | SynonymMapNames |
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Search