Skip to content

Instantly share code, notes, and snippets.

@dstarh
Created August 28, 2012 14:53
Show Gist options
  • Save dstarh/3498720 to your computer and use it in GitHub Desktop.
Save dstarh/3498720 to your computer and use it in GitHub Desktop.
settings
{
"analysis":{
"analyzer":{
"customAnalyzer":{
"type":"custom",
"tokenizer":"standard",
"stopwords":"_none_",
"filter": ["custom_stop"]
}
},
"filter":{
"custom_stop":{
"type":"stop",
"stopwords":["aaabbbccc"]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment