Created
May 5, 2014 22:21
-
-
Save ameliaikeda/7e5534fc6c793474d712 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Index Settings | |
index: | |
analysis: | |
analyzer: | |
# set standard analyzer with no stop words as the default for both indexing and searching | |
default: | |
type: standard | |
stopwords: _none_ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment