Skip to content

Instantly share code, notes, and snippets.

@tpoljak
tpoljak / gist:1178344
Created August 29, 2011 12:59
date_range_query_on_child_types
1.Create index
curl -XPUT 'http://localhost:9200/index1'
2. Create parent mapping
curl -XPUT 'http://localhost:9200/index1/myparent/_mapping' -d '{
"parent": {
"properties": {
@tpoljak
tpoljak / gist:1183687
Created August 31, 2011 14:35
stripping accents in auto-complete analysis
{
"index" : {
"analysis" : {
"filter" : {
"my_ngram" : {
"max_gram" : 20,
"min_gram" : 2,
"type" : "nGram"
},
"my_snow" : {
@tpoljak
tpoljak / gist:1222046
Created September 16, 2011 12:44
Proximity and phrase search highlighting using fast-vector-highlighter vs. highlighter
1) Indexing with default settings (automatic index creating and type mapping definition -> default/plain highlighter)
curl -XPUT 'http://localhost:9200/twitter/tweet/1' -d '{
"user" : "kimchy",
"post_date" : "2009-11-15T14:12:12",
"message" : "trying out Elastic and Search"
}'
curl -XPUT 'http://localhost:9200/twitter/tweet/2' -d '{
"user" : "kimchy",
  1. General Background and Overview
@tpoljak
tpoljak / README.md
Created June 16, 2017 13:02
GSM Ready1

README is empty

@tpoljak
tpoljak / README.md
Created June 16, 2017 13:03
GSM Ready1

README is empty

@tpoljak
tpoljak / README.md
Created June 16, 2017 13:03
GSM Ready1

README is empty

@tpoljak
tpoljak / README.md
Created June 16, 2017 13:03
GSM Ready1

README is empty

@tpoljak
tpoljak / README.md
Created June 16, 2017 13:03
GSM Ready1

README is empty

README is empty