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

Make splainer robust against debug=null returned by a search engine proxy #97

Closed
mkr opened this issue Oct 15, 2021 · 0 comments · Fixed by #98
Closed

Make splainer robust against debug=null returned by a search engine proxy #97

mkr opened this issue Oct 15, 2021 · 0 comments · Fixed by #98

Comments

@mkr
Copy link
Contributor

mkr commented Oct 15, 2021

splainer (or rather: Quepid) fails when running it against a search engine proxy which adds a debug: null to its response. It would be nice, if splainer would handle this gracefully

{
  "responseHeader": {
    "status": 0,
    ...
    }
  },
  "response": {
    "numFound": 17535,
    "start": 0,
    "docs": [
    ...
    ]
  },
  "debug": null
}
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 a pull request may close this issue.

1 participant