[TYPO3-Solr] org/typo3/solr/search/AccessFilter is not assignable to org/apache/lucene/search/Query

Olivier Dobberkau olivier.dobberkau at dkd.de
Wed Jan 20 09:39:56 CET 2016


Am 20.01.16 um 07:28 schrieb Bernhard Schenkenfelder:

> Basically, I downloaded Solr and then added schema.xml and solrconfig.xml
> as provided by the extension.
>
> Here are a few lines from Solr dashboard:
>
> *Versions      *
> solr-spec         4.10.4
> solr-impl         4.10.4 1662817 - mike - 2015-02-27 16:43:07
> lucene-spec         4.10.4
> lucene-impl         4.10.4 1662817 - mike - 2015-02-27 16:38:43
>
> *JVM      *
> Runtime         Oracle Corporation OpenJDK 64-Bit Server VM (1.8.0_65
> 25.65-b01)
>
> And a few more lines from the Plugins page:
>
> *org.typo3.solr.search.AccessFilterQParserPlugin      *
> class:         org.typo3.solr.search.AccessFilterQParserPlugin
> version:         1.5.0
>
> Finally, some information I've copied from the TYPO3 reports page:
>
>     - Apache Solr for TYPO3 - Enterprise Searc: Version 3.1.1
>     - Apache Solr: 4.10.4
>     - schema.xml: tx_solr-3-1-0--20151117
>     - solrconfig.xml: tx_solr-3-1-0--20151012
>     - Access Filter Plugin: 1.5.0

Hi,

so you did not install it with the install scripts from the extension?

https://github.com/TYPO3-Solr/ext-solr/tree/release-3.1.x/Resources/Install

be aware: we still need Java Version 7. (This will change in comming 
releases)

SOLR_VERSION=4.10.4
EXT_SOLR_VERSION=3.1
SOLR_TYPO3_PLUGIN_VERSION=1.3.0
JAVA_VERSION=7

depending if you have an installed tomcat you will need to choose the 
right install script.

https://github.com/TYPO3-Solr/ext-solr/blob/release-3.1.x/Resources/Install/install-solr-existing-tomcat.sh

https://github.com/TYPO3-Solr/ext-solr/blob/release-3.1.x/Resources/Install/install-solr-tomcat.sh

Olivier



More information about the TYPO3-project-solr mailing list