Skip to content

Instantly share code, notes, and snippets.

@ppearcy
Created September 24, 2010 00:12
Show Gist options
  • Save ppearcy/594646 to your computer and use it in GitHub Desktop.
Save ppearcy/594646 to your computer and use it in GitHub Desktop.
name: ${HOSTNAME}
cluster:
name: devcluster
gateway:
type: fs
fs:
location: /share/adsearch/elasticsearch/
index:
gateway:
snapshot_interval : -1
analysis :
analyzer :
verity_tokenizer :
type: pattern
lowercase: true
pattern: '(?:(?!\w).)+'
stopwords: _none_
sortable_tokenizer :
type : keyword
lowercase_keyword :
type : custom
filter : [lowercase]
tokenizer : keyword
path:
logs: /data/elasticsearch/logs/
work: /data/elasticsearch/work/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment