Skip to content

Instantly share code, notes, and snippets.

@uliSchi
uliSchi / es_boost_problem.sh
Created August 1, 2012 14:49
elasticsearch boost problem 2
curl -XDELETE 'http://localhost:9200/myindex'
curl -XPOST 'http://localhost:9200/myindex'
curl -XPOST 'http://localhost:9200/_refresh'
curl -XPUT 'http://localhost:9200/myindex/author/_mapping' -d '{
"author": {
"_boost": {
"name": "boostFactor",
@uliSchi
uliSchi / es_boost_problem.sh
Created July 30, 2012 14:45
elasticsearch boost problem
curl -XDELETE 'http://localhost:9200/myindex'
curl -XPOST 'http://localhost:9200/myindex'
curl -XPOST 'http://localhost:9200/_refresh'
curl -XPUT 'http://localhost:9200/myindex/author/_mapping' -d '{
"author": {
"_boost": {
"name": "boostFactor",