[TYPO3-Solr] How to integrate my own indexer?
Raphael Heilmann
raphael.heilmann at uni-hohenheim.de
Thu Oct 13 12:21:07 CEST 2011
Hi Yves,
Sorry, that I have to ask, but that'd be my first guess: Did u spell the
class name all lower case in ext_autoload.php?
e.g.:
'tx_fluid_viewhelpers_format_valueswrapviewhelper' => $extensionPath .
'libs/Format_ValuesWrapViewHelper.php',
Take care
Raphi
Am 13.10.2011 12:11, schrieb Yves Poersch:
> Hello list,
>
> I get stuck. I want to integrate my own Indexer.
> My problem is that the "Index Queue Worker (solr)" does not find my class
> ("Execution of task "Index Queue Worker (solr)" failed with the following
> message: Class tx_solr_extend_indexqueue_SeminarsIndexer does not exist").
>
> Details:
> *tx_solr-2-5-0*
> *Apache Solr: 3.3.0*
> *TYPO3 4.5.6*
> *
> *
> TS-Conf:
> plugin.tx_solr.index.queue.tx_seminars_seminars {
> additionalWhereClause = begin_date>= UNIX_TIMESTAMP()
> indexer = tx_solr_extend_indexqueue_SeminarsIndexer
> ...
> }
>
> I tested multiple ways of integrate the Indexer, but nothing worked :(
>
> - I created a Extension named "solr_extend" and Installed it, there will
> be a class: tx_solr_extend_indexqueue_SeminarsIndexer that extends
> "tx_solr_indexqueue_Indexer" --> don't work
> - I added a ext_autoload.php to my Ext "solr_extend" --> don't work
> - I add a new line to the ext_autoload.php of "tx_solr" where I set my
> own class --> don't work
>
> Can anybody help me?
>
> BR
> Yves Poersch
>
More information about the TYPO3-project-solr
mailing list