Hi, I tried to configure the mappings and analyzers in several ways in my
template, but nothing seens to be working:
Here's my configuration:
https://gist.github.com/4039557
If it run:
curl -XGET localhost:9200/booksearch/_mapping && echo
or
curl -XGET localhost:9200/booksearch/_settings && echo
none of my custom settings are displayed.
Any ideas why?
--