Hi List,
I am unable to create a core.Unable to figure out what wrong.
I get below error.

ERROR: Failed to create collection 'XXXXXXX' due to: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error
from server at 
http://xyz.com:8983/solr: 
Error CREATEing SolrCore 'docpocc_shard1_replica1': 
Unable to create core [docpocc_shard1_replica1] Caused by: Missing required
init param 'defaultFieldType' 

in my solr config file i have the init param as below

  <initParams
path="/update/**,/query,/select,/tvrh,/elevate,/spell,/browse">
    <lst name="defaults">
      <str name="df">_text_</str>
    </lst>
  </initParams>

Any help or pointers.Thanks in advance.


Regards
Neo



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

Reply via email to