Hi,

I am getting the following error while creating a core in Solr 8.0.0

"ERROR: Error CREATEing SolrCore 'nutch': Unable to create core [nutch]
Caused by: invalid boolean value:"

Command I am using to create the core:
#/opt/solr/bin/solr create -c nutch -d /opt/solr/server/solr/nutch/conf/
-force

I am pretty new to solr and I am trying to integrate nutch 1.5 with Solr
8.0.0 and while create the core the following error is coming up.

I get the following output when running 
#/opt/nutch/bin/nutch solrindex http://127.0.0.1:8983/solr/nutch/
/opt/nutch/crawl/crawldb /opt/nutch/crawl/linkdb /opt/nutch/crawl/segments/*

The input path at linkdb is not a segment... skipping
Segment dir is complete: /opt/nutch/crawl/segments/20190329112840.
Indexer: starting at 2019-04-01 16:34:31
Indexer: deleting gone documents: false
Indexer: URL filtering: false
Indexer: URL normalizing: false
No exchange was configured. The documents will be routed to all index
writers.
No IndexWriters activated - check your configuration

Indexer: number of documents indexed, deleted, or skipped:
Indexer: finished at 2019-04-01 16:34:33, elapsed: 00:00:01

I believe this is coming up because there are no cores created on solr.

Any help on this issue is highly appreciated.




--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to