Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQ] Support Normalizers in FieldBuilder #29523

Closed
2 tasks done
alzimmermsft opened this issue Jun 16, 2022 · 1 comment
Closed
2 tasks done

[FEATURE REQ] Support Normalizers in FieldBuilder #29523

alzimmermsft opened this issue Jun 16, 2022 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Search

Comments

@alzimmermsft
Copy link
Member

Is your feature request related to a problem? Please describe.

In the preview (2021-04-30-Preview) version of the Azure Cognitive Search service Normalizers were added an another Search index field property. FieldBuilder and the FieldBuilder annotations should be updated to support setting the normalizer and adding that to the created Search index.

Describe the solution you'd like

Support Normalizers in FieldBuilder and FieldBuilder annotations.

Describe alternatives you've considered

No possible alternatives as FieldBuilder only takes directives from its annotations.

Additional context

Unlike analyzer, searchAnalyzer, and indexAnalyzer which are only allowed on searchable fields normalizer is only allowed on fields that has at least one of filtering, sorting, or faceting set to true. It can only be used on fields that are either Edm.String or Collection(Edm.String) and must be null for complex fields.

Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

  • Description Added
  • Expected solution specified
@alzimmermsft alzimmermsft added Search Client This issue points to a problem in the data-plane of the library. labels Jun 16, 2022
@alzimmermsft alzimmermsft self-assigned this Jun 16, 2022
@alzimmermsft
Copy link
Member Author

Added in #29542

@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Search
Projects
Archived in project
Development

No branches or pull requests

1 participant