Skip to content

Instantly share code, notes, and snippets.

@vivekpadia70
Created June 15, 2020 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vivekpadia70/05f4b8847d361e7e14f5542445d47c17 to your computer and use it in GitHub Desktop.
Save vivekpadia70/05f4b8847d361e7e14f5542445d47c17 to your computer and use it in GitHub Desktop.
body = {"query":{"bool":{"must":[{"match_all":{}}],"filter":[{"range":{"SentimentScore.Positive":{"gt": positiveSentiment}}}]}}, "sort":{"SentimentScore.Positive": {"order":"desc"}}}
result = es.search(index="quotes", body=body)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment