Skip to content

Instantly share code, notes, and snippets.

View GyllingSW's full-sized avatar

Peter Gylling Jørgensen GyllingSW

View GitHub Profile
@GyllingSW
GyllingSW / gist:0a7d85702916c2b5a19d7dcc3f7eca4c
Created January 18, 2017 12:06
Elasticsearch highlights deep nested using danish analyzer - not working as expected
#
# Steps to reproduce using sence or kibana dev tools
#
PUT /test_index
{
"settings": {
"number_of_shards": 1,
"number_of_replicas": 0
},