-
Notifications
You must be signed in to change notification settings - Fork 2.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.Searchblocking-releaseBlocks releaseBlocks release
Milestone
Description
Based on UX studies, please make the following changes as well:
| Old name | New name | Notes |
|---|---|---|
| SearchIndexDataSource | SearchIndexerDataSourceConnection | |
| SearchField.SynonymMaps | SearchField.SynonymMapNames | For dynamic languages with union support, you could instead accept either a string or object and, if an object that is a SynonymMap, extract it's name. But it's not always practical to expect they will create or even get a synonym map just to pass it in, so a string name (these are managed separately) is still required to be supported. |
| SearchField.Analyzer | SearchField.AnalyzerName | |
| SearchField.IndexAnalyzer | SearchField.IndexAnalyzerName | |
| SearchField.SearchAnalyzer | SearchField.SearchAnalyzerName | |
| SearchableField.SynonymMaps | SearchableField.SynonymMapNames | Same as above |
| SearchableField.Analyzer | SearchableField.AnalyzerName | |
| SearchableField.IndexAnalyzer | SearchableField.IndexAnalyzerName | |
| SearchableField.SearchAnalyzer | SearchableField.SearchAnalyzerName |
Reactions are currently unavailable
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.Searchblocking-releaseBlocks releaseBlocks release