Skip to content

Instantly share code, notes, and snippets.

@kwloafman
Created February 1, 2013 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwloafman/4691735 to your computer and use it in GitHub Desktop.
Save kwloafman/4691735 to your computer and use it in GitHub Desktop.
Percolator Cluster
cluster:
name: "percolate"
node:
name: "longshot-s2-0"
gateway:
type: local
recover_after_nodes : 22
recover_after_time : 5m
expected_nodes : 24
path :
data : /mnt/search-data/node0/data
work : /mnt/search-data/node0/work
logs : /mnt/search-data/node0/logs
index :
number_of_shards : 1
number_of_replicas : 1
auto_expand_replicas : "0-all"
boostrap:
mlockall: true
action :
disable_delete_all_indexes : true
network :
host : _eth1:ipv4_
discovery.zen.ping.multicast:
enabled: false
discovery.zen.ping.unicast:
hosts: [
"longshot-s1[9300-9303]",
"longshot-s2[9300-9303]",
"longshot-s3[9300-9303]",
"longshot-s4[9300-9303]",
"longshot-s5[9300-9303]",
"longshot-s6[9300-9303]"
]
index.analysis.analyzer.default:
type: standard
stopwords: [
"a", "an", "and", "are", "as", "be", "but", "by",
"for", "if", "in", "into", "is",
"no", "not", "of", "on", "or", "such",
"that", "the", "their", "then", "there", "these",
"they", "this", "to", "was", "will", "with"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment