skip to Main Content

How to create solr core on centos

I installed a Solr 8.1.1 on a centos 7, openJdk11 and want to create a new core. But on creating i get an error message: ERROR: Error CREATEing SolrCore 'myCore': Unable to create core [myCore] Caused by: null org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Bad…

VIEW QUESTION

Querying Apache Solr with JSON values in brackets

When using Apache Solr's browser search tool (on localhost), when I query *:* (return all), the GET request returns results in the following format: "responseHeader":{ "zkConnected":true, "status":0, "QTime":12, "params":{ "q":"*:*", "_":"1562080387377"}}, "response":{"numFound":164,"start":0,"maxScore":1.0,"docs":[ { "id":"1", "name":["Maria Atkinson"], "email":["[email protected]"], "phone_number":["(408)500-6026x750"], "password":["password"], "_version_":1637959617282572288},…

VIEW QUESTION
Back To Top
Search