Skip to content

Instantly share code, notes, and snippets.

# If i do a Boundingbox query with a get body i get no result.
# If i do the same query with a get param i will get the expected result.
# What is my fault?
# Create Index + Mapping
curl -XPOST localhost:9200/testpois5 -d '{
"settings" : {
"number_of_shards" : 1
},
"mappings" : {