|
Lines 1-8
Link Here
|
|
|
1 |
bin/elasticsearch-plugin |
| 1 |
@sample(%%SEARCHUSER%%,%%SEARCHGROUP%%,440) %%ETCDIR%%/elasticsearch.yml.sample |
2 |
@sample(%%SEARCHUSER%%,%%SEARCHGROUP%%,440) %%ETCDIR%%/elasticsearch.yml.sample |
| 2 |
@sample(%%SEARCHUSER%%,%%SEARCHGROUP%%,440) %%ETCDIR%%/logging.yml.sample |
3 |
@sample(%%SEARCHUSER%%,%%SEARCHGROUP%%,440) %%ETCDIR%%/logging.yml.sample |
| 3 |
@unexec if [ -d %%ELASTIC_LOGDIR%% ]; then echo "You should remove %%ELASTIC_LOGDIR%% if you don't need it any more."; fi |
4 |
lib/elasticsearch/bin/elasticsearch |
| 4 |
@unexec if [ -d %%ELASTIC_DBDIR%% ]; then echo "You should remove %%ELASTIC_DBDIR%% if you don't need it any more."; fi |
5 |
lib/elasticsearch/bin/elasticsearch.in.sh |
| 5 |
bin/elasticsearch-plugin |
6 |
lib/elasticsearch/bin/plugin |
| 6 |
lib/elasticsearch/lib/HdrHistogram-2.1.6.jar |
7 |
lib/elasticsearch/lib/HdrHistogram-2.1.6.jar |
| 7 |
lib/elasticsearch/lib/antlr-runtime-3.5.jar |
8 |
lib/elasticsearch/lib/antlr-runtime-3.5.jar |
| 8 |
lib/elasticsearch/lib/apache-log4j-extras-1.2.17.jar |
9 |
lib/elasticsearch/lib/apache-log4j-extras-1.2.17.jar |
|
Lines 15-24
Link Here
|
| 15 |
lib/elasticsearch/lib/groovy-all-2.4.4-indy.jar |
16 |
lib/elasticsearch/lib/groovy-all-2.4.4-indy.jar |
| 16 |
lib/elasticsearch/lib/guava-18.0.jar |
17 |
lib/elasticsearch/lib/guava-18.0.jar |
| 17 |
lib/elasticsearch/lib/hppc-0.7.1.jar |
18 |
lib/elasticsearch/lib/hppc-0.7.1.jar |
| 18 |
lib/elasticsearch/lib/jackson-core-2.5.3.jar |
19 |
lib/elasticsearch/lib/jackson-core-2.6.2.jar |
| 19 |
lib/elasticsearch/lib/jackson-dataformat-cbor-2.5.3.jar |
20 |
lib/elasticsearch/lib/jackson-dataformat-cbor-2.6.2.jar |
| 20 |
lib/elasticsearch/lib/jackson-dataformat-smile-2.5.3.jar |
21 |
lib/elasticsearch/lib/jackson-dataformat-smile-2.6.2.jar |
| 21 |
lib/elasticsearch/lib/jackson-dataformat-yaml-2.5.3.jar |
22 |
lib/elasticsearch/lib/jackson-dataformat-yaml-2.6.2.jar |
| 22 |
lib/elasticsearch/lib/jna-4.1.0.jar |
23 |
lib/elasticsearch/lib/jna-4.1.0.jar |
| 23 |
lib/elasticsearch/lib/joda-convert-1.2.jar |
24 |
lib/elasticsearch/lib/joda-convert-1.2.jar |
| 24 |
lib/elasticsearch/lib/joda-time-2.8.2.jar |
25 |
lib/elasticsearch/lib/joda-time-2.8.2.jar |
|
Lines 38-56
Link Here
|
| 38 |
lib/elasticsearch/lib/lucene-queryparser-%%LUCENEVER%%.jar |
39 |
lib/elasticsearch/lib/lucene-queryparser-%%LUCENEVER%%.jar |
| 39 |
lib/elasticsearch/lib/lucene-sandbox-%%LUCENEVER%%.jar |
40 |
lib/elasticsearch/lib/lucene-sandbox-%%LUCENEVER%%.jar |
| 40 |
lib/elasticsearch/lib/lucene-spatial-%%LUCENEVER%%.jar |
41 |
lib/elasticsearch/lib/lucene-spatial-%%LUCENEVER%%.jar |
|
|
42 |
lib/elasticsearch/lib/lucene-spatial3d-%%LUCENEVER%%.jar |
| 41 |
lib/elasticsearch/lib/lucene-suggest-%%LUCENEVER%%.jar |
43 |
lib/elasticsearch/lib/lucene-suggest-%%LUCENEVER%%.jar |
| 42 |
lib/elasticsearch/lib/netty-3.10.5.Final.jar |
44 |
lib/elasticsearch/lib/netty-3.10.5.Final.jar |
| 43 |
lib/elasticsearch/lib/snakeyaml-1.12.jar |
45 |
lib/elasticsearch/lib/snakeyaml-1.15.jar |
| 44 |
lib/elasticsearch/lib/spatial4j-0.4.1.jar |
46 |
lib/elasticsearch/lib/spatial4j-0.5.jar |
| 45 |
lib/elasticsearch/lib/t-digest-3.0.jar |
47 |
lib/elasticsearch/lib/t-digest-3.0.jar |
| 46 |
lib/elasticsearch/bin/elasticsearch.in.sh |
|
|
| 47 |
lib/elasticsearch/bin/elasticsearch |
| 48 |
lib/elasticsearch/bin/plugin |
| 49 |
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt |
48 |
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt |
| 50 |
%%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt |
49 |
%%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt |
| 51 |
%%PORTDOCS%%%%DOCSDIR%%/README.textile |
50 |
%%PORTDOCS%%%%DOCSDIR%%/README.textile |
| 52 |
@dir lib/elasticsearch/lib |
|
|
| 53 |
@dir lib/elasticsearch/bin |
| 54 |
@dir lib/elasticsearch/plugins |
51 |
@dir lib/elasticsearch/plugins |
| 55 |
@dir lib/elasticsearch |
|
|
| 56 |
@dir libexec/elasticsearch |
52 |
@dir libexec/elasticsearch |
|
|
53 |
@dir(%%SEARCHUSER%%,%%SEARCHGROUP%%,750) %%ELASTIC_LOGDIR%% |
| 54 |
@dir(%%SEARCHUSER%%,%%SEARCHGROUP%%,750) %%ELASTIC_DBDIR%% |
| 55 |
@postunexec if [ -d %%ELASTIC_LOGDIR%% ]; then echo "You should remove %%ELASTIC_LOGDIR%% if you don't need it any more."; fi |
| 56 |
@postunexec if [ -d %%ELASTIC_DBDIR%% ]; then echo "You should remove %%ELASTIC_DBDIR%% if you don't need it any more."; fi |