Skip to content

Instantly share code, notes, and snippets.

@piskvorky
Created November 20, 2012 16:10
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 piskvorky/4118878 to your computer and use it in GitHub Desktop.
Save piskvorky/4118878 to your computer and use it in GitHub Desktop.
{
"from": 0,
"size": 100,
"query": {
"bool": {
"must_not": {
"terms": {
"prefix1": [
"a",
"b",
"c",
"d",
"e",
"f",
"g",
"h",
"i",
"j",
"k",
"l",
"m",
"n",
"o",
"p",
"q",
"r",
"s",
"t",
"u",
"v",
"w",
"x",
"y",
"z",
"0"
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment