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

Add Configuration#fetch_many_documents_path #3219

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Conversation

cbeer
Copy link
Member

@cbeer cbeer commented Jul 17, 2024

... and use it when we're retrieving multiple documents by id.

By default, this uses the existing search behavior (maintaining backwards compatible), but allows applications to use other paths (e.g. the real-time /get or other path) that's more appropriate. Without this change, applications have been limited to using qt with old-style request handlers in Solr.

@cbeer cbeer force-pushed the fetch_many_documents_path branch 4 times, most recently from 019de28 to 11f6862 Compare July 17, 2024 16:30
@cbeer cbeer force-pushed the fetch_many_documents_path branch from 11f6862 to c99c5a9 Compare July 17, 2024 17:09
@jcoyne jcoyne merged commit 97db692 into main Jul 17, 2024
12 checks passed
@jcoyne jcoyne deleted the fetch_many_documents_path branch July 17, 2024 17:38
tampakis pushed a commit that referenced this pull request Jul 17, 2024
* Use the same parameters to calculate the url path and payload.

* Add Configuration#fetch_many_documents_path and use it when we're retrieving multiple documents by id.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants