Skip to content

Instantly share code, notes, and snippets.

@jakeemerson
Created March 30, 2015 20:50
Show Gist options
  • Save jakeemerson/dd8b91e752fe70206793 to your computer and use it in GitHub Desktop.
Save jakeemerson/dd8b91e752fe70206793 to your computer and use it in GitHub Desktop.

Revisions

  1. jakeemerson created this gist Mar 30, 2015.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    curl -X GET "http://elastic-04:9200/content/_search/?size=10" -d'
    {
    "query" : {
    "common": {
    "post_content": {
    "query": "waterfront concert series",
    "cutoff_frequency": 0.001,
    "low_freq_operator" : "and"
    }
    }
    }
    }' | python -mjson.tool