Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.36k stars 2k forks source link

[BUG] The latest azure-search-documents preview java SDK libs are broken #43027

Closed Zubastick closed 2 days ago

Zubastick commented 2 days ago

Describe the bug In the latest azure-search-documents java sdk libs starting from version 11.8.0-beta.1 speller is broken. It is not possible to set:

searchOptions.setSpeller(QuerySpellerType.LEXICON); searchOptions.setQueryLanguage(queryLanguage);

To Reproduce Use azure-search-documents preview releases starting from 11.8.0-beta.1 and try to set speller LEXICON and query language

github-actions[bot] commented 2 days ago

@alzimmermsft @jairmyree

github-actions[bot] commented 2 days ago

Thank you for your feedback. Tagging and routing to the team member best able to assist.

alzimmermsft commented 2 days ago

Thanks for reporting this @Zubastick, I've filed #43028 to resolve this problem.

alzimmermsft commented 2 days ago

@Zubastick, a new release of azure-search-documents has been made available