[TYPO3-Solr] Indexer stops working after a while

Olivier Dobberkau olivier.dobberkau at dkd.de
Mon Oct 17 20:15:01 CEST 2011


Am 17.10.11 16:22, schrieb Daniel Vogt:

> While trying to setup issues concerning indexing of dynamically created
> pages, the indexer doesn't longer do his job. 

what are dynamically pages?

> This behaviour appeared
> several times now and even a solr restart (Jetty) didn't help.
> Strangely, the next day in the morning, it was working without any
> changes in beween. Is there an indexing-counter-limit per day or
> something like that? Or is the solr restart not working as it is expected?

did you commit your updates to the index?
did you see this setting in solrconfig.xml?

<updateHandler class="solr.DirectUpdateHandler2">
		<autoCommit>
			<maxDocs>100</maxDocs>
			<maxTime>3600000</maxTime>
		</autoCommit>
	</updateHandler>

olivier


More information about the TYPO3-project-solr mailing list