Revision 7694
Added by ben leinfelder over 11 years ago
metacat.properties | ||
---|---|---|
583 | 583 |
#guid.ezid.doishoulder.3=doi:10.5072/FK2/PISCO/ |
584 | 584 |
#guid.ezid.doishoulder.6=doi:10.5072/FK2/LTER/ |
585 | 585 |
|
586 |
############# Index Section ########################################### |
|
587 |
index.context=metacat-index |
|
588 |
|
|
586 | 589 |
############# SOLR Search Section ########################################### |
587 |
#Embedded (default):
|
|
588 |
solr.server.classname=org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
|
|
589 |
solr.homeDir=/var/metacat/solr-home
|
|
590 |
solr.configFileName=solr.xml
|
|
591 |
solr.collectionName=collection1
|
|
590 |
#Embedded (default): |
|
591 |
solr.server.classname=org.apache.solr.client.solrj.embedded.EmbeddedSolrServer |
|
592 |
solr.homeDir=/var/metacat/solr-home |
|
593 |
solr.configFileName=solr.xml |
|
594 |
solr.collectionName=collection1 |
|
592 | 595 |
|
593 | 596 |
#HTTP: |
594 |
#solr.server.classname=org.apache.solr.client.solrj.impl.CommonsHttpSolrServer |
|
595 |
solr.endpoint=http://localhost:8080/solr/ |
|
597 |
#solr.server.classname=org.apache.solr.client.solrj.impl.CommonsHttpSolrServer |
|
598 |
solr.endpoint=http://localhost:8080/solr/ |
Also available in: Unified diff
initialize the SOLR home directory if it does not already exist.