Skip to content

Instantly share code, notes, and snippets.

View nayelisantacruz's full-sized avatar

Nayeli Santacruz nayelisantacruz

View GitHub Profile
@nayelisantacruz
nayelisantacruz / faceting.sh
Created September 18, 2013 15:27
Elasticsearch - faceting tests
curl -X DELETE localhost:9200/myindex
curl -X PUT "http://localhost:9200/myindex" -d '
{
"settings": {
"index": {
"analysis": {
"analyzer": {
"autocomplete": {
"tokenizer": "whitespace",