@@ -8,7 +8,7 @@ Maven 2.2+
8
8
Git
9
9
10
10
optional:
11
- o port 8080 open to be able to access the Solr web portal UI
11
+ o port 8983 open to be able to access the Solr web portal UI
12
12
o solrpy to query Solr through python
13
13
14
14
o Define environment where software will be installed
@@ -74,8 +74,8 @@ cd $LABCAS_HOME/cas-workflow/bin
74
74
./wmgr-client -op -events -url http://localhost:9001
75
75
76
76
Query Solr:
77
- http://<hostname>:8080 /solr/
78
- http://localhost:8080 /solr/oodt-fm/select?q=*%3A*&wt=json&indent=true
77
+ http://<hostname>:8983 /solr/oodt-fm /
78
+ http://localhost:8983 /solr/oodt-fm/select?q=*%3A*&wt=json&indent=true
79
79
80
80
81
81
o Run labcas-test workflow
@@ -130,13 +130,13 @@ o the field "Institution" to be assigned the two possible values "Darthmouth" an
130
130
o After successful run:
131
131
132
132
- product metadata can be queried from Solr catalog:
133
- http://<hostname>:8080 /solr/#/oodt-fm/query
133
+ http://<hostname>:8983 /solr/#/oodt-fm/query
134
134
135
135
for example to query all products:
136
- http://<hostname>:8080 /solr/oodt-fm/select?q=*%3A*&wt=json&indent=true
136
+ http://<hostname>:8983 /solr/oodt-fm/select?q=*%3A*&wt=json&indent=true
137
137
138
138
or for example to query all files of a given type:
139
- curl 'http://localhost:8080 /solr/oodt-fm/select?q=CAS.ProductTypeName%3ALabcasTestFile&wt=json&indent=true'
139
+ curl 'http://localhost:8983 /solr/oodt-fm/select?q=CAS.ProductTypeName%3ALabcasTestFile&wt=json&indent=true'
140
140
141
141
- job output and logs can be inspected at:
142
142
$LABCAS_HOME/pges/labcas-test/jobs
@@ -177,7 +177,7 @@ mvn clean -Dworkflow=biomarker-discovery
177
177
178
178
o To delete ALL records from the File Manager and underlying Solr index:
179
179
180
- curl -s http://localhost:8080 /solr/oodt-fm/update?commit=true -H "Content-Type:text/xml" --data-binary '<delete><query>*:*</query></delete>'
180
+ curl -s http://localhost:8983 /solr/oodt-fm/update?commit=true -H "Content-Type:text/xml" --data-binary '<delete><query>*:*</query></delete>'
181
181
182
182
=======================================
183
183
0 commit comments