Skip to content

Rename properties and parameters for analyzer, tokenizer, and synonymMaps to *Name(s) #11833

Closed

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue points to a problem in the data-plane of the library.Search

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions