[TYPO3-Solr] Multicore-Setup in 1.4.0-dev

Werner werner at aloah-from-hell.de
Tue Jul 12 13:43:04 CEST 2011


Hi,

I've just setup Solr 1.4.1 as a multicore-Setup for seperating two indexes (one for
the website, one for the intranetsite). I'm currently using Typo3-Solr 1.4.0-dev
with Typo3 4.5.3. So far, so good. Assume the following TS-Config

plugin.tx_solr {
 solr {
  scheme = http
  host = localhost
  port = 8983
  path = /solr/core0
 }
 search {
  results {
   resultsPerPage = 20
  }
 }
}

It seems like as the Extension doesn't recognise the "/solr/core0" correctly because when
the Solr-Ext tries to ping the server i always get the message, that the solr server ist
not reachable.

On the Jetty-Console I can see, that Ping-Requests were sent from the extension as follows:

2011-07-12 13:33:39.911::WARN:  /solr/admin/ping
java.lang.IllegalStateException: STREAM
        at org.mortbay.jetty.Response.getWriter(Response.java:571)
        at org.apache.jasper.runtime.JspWriterImpl.initOut(JspWriterImpl.java:158)
        at org.apache.jasper.runtime.JspWriterImpl.flushBuffer(JspWriterImpl.java:151)
        at org.apache.jasper.runtime.PageContextImpl.release(PageContextImpl.java:208)


But in Fact, it sould be "/solr/core0/admin/ping" which is working fine if i call
it directly via the solr-admin-interface.

Any ideas?

regards,
Werner


More information about the TYPO3-project-solr mailing list