Skip to content

Instantly share code, notes, and snippets.

@btiernay
btiernay / search-null-value-array-object-field
Last active December 20, 2015 19:49 — forked from anonymous/search-null-value-array-object-field
This query demonstrates that null values are not reverse translated when they mapped with `null_value`
#!/bin/bash
# Clean
curl -XDELETE 'http://localhost:9200/null?pretty'
# Create index
curl -XPOST 'http://localhost:9200/null?pretty'
# Create mapping
curl -XPOST 'http://localhost:9200/null/type/_mapping?pretty' -d '