diff options
author | Tom Judge <tj@FreeBSD.org> | 2012-12-08 20:48:41 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2012-12-08 20:48:41 +0000 |
commit | ce7b1a077535a88b887842cf6372f8c4dad8010d (patch) | |
tree | 3955dbafb41bf3b22e05cff3371eaefc9a1b09c6 /textproc/elasticsearch/files/patch-config-elasticsearch.yml | |
parent | - Update to 0.04 (diff) |
Elasticsearch aims to be a Distributed, RESTful, Search Engine built on
top of
Apache Lucene.
WWW: http://www.elasticsearch.org/
PR: ports/168515
Feature safe: yes
Approved by: eadler (mentor)
Diffstat (limited to 'textproc/elasticsearch/files/patch-config-elasticsearch.yml')
-rw-r--r-- | textproc/elasticsearch/files/patch-config-elasticsearch.yml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/textproc/elasticsearch/files/patch-config-elasticsearch.yml b/textproc/elasticsearch/files/patch-config-elasticsearch.yml new file mode 100644 index 000000000000..1c23ab037ead --- /dev/null +++ b/textproc/elasticsearch/files/patch-config-elasticsearch.yml @@ -0,0 +1,35 @@ +--- config/elasticsearch.yml.orig 2012-10-26 11:18:09.000000000 -0400 ++++ config/elasticsearch.yml 2012-10-26 11:25:29.000000000 -0400 +@@ -140,11 +140,11 @@ + + # Path to directory containing configuration (this file and logging.yml): + # +-# path.conf: /path/to/conf ++path.conf: %%PREFIX%%/etc/elasticsearch + + # Path to directory where to store index data allocated for this node. + # +-# path.data: /path/to/data ++path.data: /var/db/elasticsearch + # + # Can optionally include more than one location, causing data to be striped across + # the locations (à la RAID 0) on a file level, favouring locations with most free +@@ -154,15 +154,15 @@ + + # Path to temporary files: + # +-# path.work: /path/to/work ++path.work: /var/tmp/elasticsearch + + # Path to log files: + # +-# path.logs: /path/to/logs ++path.logs: /var/log/elasticsearch + + # Path to where plugins are installed: + # +-# path.plugins: /path/to/plugins ++path.plugins: %%PREFIX%%/lib/elasticsearch/plugins + + + #################################### Plugin ################################### |