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
Hi, I have a ask to do. in doc exist a paragraph where is explained the SolrResponse methods, one those methods is response.params.
I did a query to my solr instance with one parameter, but the params method not return any paramater, It's supposed this work with this behavior?
In [11]: res = si.query(id='500428550').execute() In [12]: res.params In [13]: res Out[13]: <sunburnt.schema.SolrResponse at 0x10ef8a550> In [14]: print res 1 results found, starting at #0
Thx
/Yago
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have a ask to do. in doc exist a paragraph where is explained the SolrResponse methods, one those methods is response.params.
I did a query to my solr instance with one parameter, but the params method not return any paramater, It's supposed this work with this behavior?
Thx
/Yago
The text was updated successfully, but these errors were encountered: