Skip to content

Instantly share code, notes, and snippets.

View vshkurin's full-sized avatar

Vladimir Shkurin vshkurin

  • Russian Federation
View GitHub Profile
@vshkurin
vshkurin / gist:1289798
Created October 15, 2011 16:21
More Like This API with filter
curl -XGET 'http://localhost:9200/images/image/4e989efaf10a856974000009/_mlt?mlt_fields=t,tg,c&min_term_freq=1&min_doc_freq=1&search_from=0&search_size=30' -d '
{
"filter" : {
"term" : { "ad" : false }
}
}'
@vshkurin
vshkurin / gist:1109136
Created July 27, 2011 10:50
ElasticSearch Test Queries
# Index
---------------------------------------------------------------------
curl -XPUT http://localhost:9200/pictures/ -d '
{
"settings": {
"analysis": {
"analyzer": {
"index_analyzer": {
"tokenizer": "standard",