File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 79
79
<snakeyaml .version>1.15</snakeyaml .version>
80
80
<xmlbeans .version>2.3.0</xmlbeans .version>
81
81
<beanutils .version>1.8.3</beanutils .version>
82
- <lucene .version>6.5.1 </lucene .version>
82
+ <lucene .version>6.4.2 </lucene .version>
83
83
<commons-cli .version>1.4</commons-cli .version>
84
84
85
85
<!-- For integration tests using ANT -->
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ TEST_USERNAME="elastic"
7
7
TEST_PASSWORD=" changeme"
8
8
9
9
# Specify expansion / search parameters
10
- TEST_INDEX=" dataset"
10
+ TEST_INDEX=" biocaddie"
11
+ SEARCH_TYPE=" dataset"
11
12
TEST_QUERY=" multiple+sclerosis"
12
13
STOP_LIST=" a+an+the+and+or+of+from+on+was+to+is+-+were+at+as+we"
13
14
14
15
# Override additional parameters here
15
16
ADDITIONAL_ARGS=" &fbTerms=20&fbDocs=50"
16
17
17
18
# Otherwise, just run Rocchio and return the expanded query
18
- # -u "${TEST_USERNAME}:${TEST_PASSWORD}"
19
- curl ${TEST_HOST} :${TEST_PORT} /${TEST_INDEX} /${SEARCH_TYPE} /_expand' ?pretty' ${ADDITIONAL_ARGS} ' &query=' ${TEST_QUERY}
19
+ curl -u " ${TEST_USERNAME} :${TEST_PASSWORD} " ${TEST_HOST} :${TEST_PORT} /${TEST_INDEX} /${SEARCH_TYPE} /_expand' ?pretty' ${ADDITIONAL_ARGS} ' &query=' ${TEST_QUERY}
You can’t perform that action at this time.
0 commit comments