Project

General

Profile

1
dataone.hazelcast.configFilePath=../lib/hazelcast.xml
2
#Embedded (default):
3
 solr.server.classname=org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
4
 solr.homeDir=target/classes/solr-home
5
 solr.configFileName=solr.xml
6
 solr.collectionName=collection1
7
  
8
#HTTP:
9
 #solr.server.classname=org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
10
 solr.endpoint=http://localhost:8080/solr/
(2-2/2)