Skip to content

Instantly share code, notes, and snippets.

@medcl
Created July 1, 2011 00:35
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 medcl/1057629 to your computer and use it in GitHub Desktop.
Save medcl/1057629 to your computer and use it in GitHub Desktop.
curl localhost:9200/a/b -d'{short:"NP"}'
curl localhost:9200/a/b -d'{short:"NPL"}'
curl localhost:9200/a/b -d'{short:"NPLP"}'
curl localhost:9200/a/b -d'{short:"NPNP"}'
curl localhost:9200/a/b -d'{short:"LNP"}'
curl localhost:9200/a/b -d'{short:"NLNP"}'
curl localhost:9200/a/b -d'{short:"NNP"}'
curl localhost:9200/a/b -d'{short:"NPP"}'
curl localhost:9200/a/b -d'{short:"np"}'
curl localhost:9200/a/b -d'{short:"nppp"}'
--nothing found
curl localhost:9200/a/b/_search?q=short:NP*
curl localhost:9200/a/b/_search?q=short:np*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment