File tree Expand file tree Collapse file tree 9 files changed +10
-9
lines changed
src/main/java/gov/nasa/jpl/edrn/labcas/utils Expand file tree Collapse file tree 9 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >gov.nasa.jpl.edrn.labcas</groupId >
13
13
<artifactId >labcas-backend</artifactId >
14
- <version >0.2 </version >
14
+ <version >0.3 </version >
15
15
<relativePath >../pom.xml</relativePath >
16
16
</parent >
17
17
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ public class SolrUtils {
41
41
private final static Logger LOG = Logger .getLogger (SolrUtils .class .getName ());
42
42
43
43
// default value for SOLR URL
44
- private static String SOLR_URL = "http://localhost:8080/solr/oodt-fm" ;
44
+ private static String SOLR_URL = "http://localhost:8983/solr/oodt-fm" ;
45
+ //private static String SOLR_URL = "http://localhost:8080/solr/oodt-fm";
45
46
46
47
// IMPORTANT: must re-use the same SolrServer instance across all requests to prevent memory leaks
47
48
// see https://issues.apache.org/jira/browse/SOLR-861
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def printResult(result):
15
15
16
16
if __name__ == '__main__' :
17
17
18
- solr_url = "http://localhost:8080 /solr"
18
+ solr_url = "http://localhost:8983 /solr/oodt-fm "
19
19
solr_server = solr .SolrConnection (solr_url )
20
20
21
21
# query for all datasets with this name, all versions
Original file line number Diff line number Diff line change 20
20
verbose = False
21
21
workflowManagerServerProxy = xmlrpclib .ServerProxy ('http://localhost:9001/' , verbose = verbose )
22
22
fileManaferServerProxy = xmlrpclib .ServerProxy ('http://localhost:9000/' , verbose = verbose )
23
- solrServerProxy = solr .SolrConnection ("http://localhost:8080 /solr" )
23
+ solrServerProxy = solr .SolrConnection ("http://localhost:8983 /solr/oodt-fm " )
24
24
25
25
26
26
def uploadDataset (dataset ):
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >gov.nasa.jpl.edrn.labcas</groupId >
15
15
<artifactId >labcas-backend</artifactId >
16
- <version >0.2 </version >
16
+ <version >0.3 </version >
17
17
<relativePath >../pom.xml</relativePath >
18
18
</parent >
19
19
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ org.apache.oodt.cas.filemgr.catalog.lucene.writeLockTimeout.seconds=60
69
69
org.apache.oodt.cas.filemgr.catalog.lucene.mergeFactor =20
70
70
71
71
# solr catalog configuration
72
- org.apache.oodt.cas.filemgr.catalog.solr.url =http://localhost:8983/solr
72
+ org.apache.oodt.cas.filemgr.catalog.solr.url =http://localhost:8983/solr/oodt-fm
73
73
# org.apache.oodt.cas.filemgr.catalog.solr.url=http://localhost:8080/solr
74
74
org.apache.oodt.cas.filemgr.catalog.solr.productSerializer =org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
75
75
org.apache.oodt.cas.filemgr.catalog.solr.productIdGenerator =org.apache.oodt.cas.filemgr.catalog.solr.UUIDProductIdGenerator
Original file line number Diff line number Diff line change 11
11
<groupId >gov.nasa.jpl.edrn.labcas</groupId >
12
12
<artifactId >labcas-backend</artifactId >
13
13
<name >LabCAS backend</name >
14
- <version >0.2 </version >
14
+ <version >0.3 </version >
15
15
<packaging >pom</packaging >
16
16
17
17
<licenses >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >gov.nasa.jpl.edrn.labcas</groupId >
13
13
<artifactId >labcas-backend</artifactId >
14
- <version >0.2 </version >
14
+ <version >0.3 </version >
15
15
<relativePath >../pom.xml</relativePath >
16
16
</parent >
17
17
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >gov.nasa.jpl.edrn.labcas</groupId >
16
16
<artifactId >labcas-backend</artifactId >
17
- <version >0.2 </version >
17
+ <version >0.3 </version >
18
18
<relativePath >../pom.xml</relativePath >
19
19
</parent >
20
20
You can’t perform that action at this time.
0 commit comments