We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Elastic.Clients.Elasticsearch version: 9.0.3
Elasticsearch version: 9.0.1
.NET runtime version: 9.0
Operating system version: macOS
Description of the problem including expected versus actual behavior:
According to the docs https://www.elastic.co/docs/reference/elasticsearch/rest-apis/retrievers api should support following retrievers:
but RetrieverDescriptor provides only subset
RetrieverDescriptor
Two retrievers are missing rescorer and linear
rescorer
linear
Expected behavior
I expect RescorerRetriever and LinearRetrievers generated and available through RetrieverDescriptor API.
RescorerRetriever
LinearRetrievers
The text was updated successfully, but these errors were encountered:
Hi @sergey-tihon , thanks for reporting!
These types seem to be missing in the specification. I created a linked issue.
Sorry, something went wrong.
No branches or pull requests
Elastic.Clients.Elasticsearch version: 9.0.3
Elasticsearch version: 9.0.1
.NET runtime version: 9.0
Operating system version: macOS
Description of the problem including expected versus actual behavior:
According to the docs https://www.elastic.co/docs/reference/elasticsearch/rest-apis/retrievers api should support following retrievers:
but
RetrieverDescriptor
provides only subsetTwo retrievers are missing
rescorer
andlinear
Expected behavior
I expect
RescorerRetriever
andLinearRetrievers
generated and available throughRetrieverDescriptor
API.The text was updated successfully, but these errors were encountered: