[TYPO3-Solr] Cannot create cores (EXT:Solr 2.8.0 DKD)
Dmitry Dulepov
dmitry.dulepov at gmail.com
Fri Dec 14 08:49:05 CET 2012
Hi!
I ran the installation script from the extension and the installation went
ok. Now when I try to create cores, I get this in the browser:
---------------
HTTP Status 400 - Error executing default implementation of CREATE
type Status report
message Error executing default implementation of CREATE
description The request sent by the client was syntactically incorrect
(Error executing default implementation of CREATE).
Apache Tomcat/6.0.35
---------------
In the log I found:
---------------
Dec 14, 2012 11:42:35 AM org.apache.solr.common.SolrException log
SEVERE: org.apache.solr.common.SolrException: Error executing default
implementation of CREATE
at
org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:309)
<.....>
Caused by: org.apache.solr.common.SolrException: Invalid luceneMatchVersion
'LUCENE_36', valid values are: [LUCENE_20, LUCENE_21, LUCENE_22, LUCENE_23,
LUCENE_24, LUCENE_29, LUCENE_30, LUCENE_31, LUCENE_32, LUCENE_33,
LUCENE_34, LUCENE_35, LUCENE_CURRENT] or a string in format 'V.V'
at org.apache.solr.core.Config.parseLuceneVersionString(Config.java:353)
<...>
---------------
Looking at /opt/solr-tomcat/solr/solr-3.5.0/typo3core/conf/solrconfig.xml:
---------------
<luceneMatchVersion>LUCENE_36</luceneMatchVersion>
---------------
Changing that to LUCENE_25 or LUCENE_CURRENT does not help.
What can I do to make CREATE command work?
--
Dmitry Dulepov
TYPO3 CMS core & security teams member
Simplicity will save the world.
More information about the TYPO3-project-solr
mailing list