-
Notifications
You must be signed in to change notification settings - Fork 341
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
Thrift service / Solr SQL support ? #253
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@Tagar are you talking about the Parallel SQL Interface introduced in Solr 6.x? Near the bottom of that page, they have some docs on how to access it via HTTP, so I'm not sure it requires Thrift. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@jnovinger just noticed your response I realize my question might have been a bit confusing. This is not directly related to Thrift. I was just checking if we could use this python package to run some SQL queries against Solr cluster. For example, see Thank you |
Would love to have support for /sql request handler. |
SOLVED |
One of later Solr releases added Thrift service ..
Would be great if PySolr would have added Thrift support too..
My understanding it opens up a way to send SQL-like queries to Solr ,
not just REST API calls.
Thank you.
The text was updated successfully, but these errors were encountered: