[TYPO3-Solr] Pages from external import appear in indexqueue-item, but won't get indexed...

Gordon Fidora g.fidora at profile-media.de
Tue Mar 11 16:59:11 CET 2014


Hi,
I got the followed problem:

I created 300 pages via an external import-script. These pages only got an auto-generated
title, which will be shown on page(search-begin tags / search-end tags are around).

I compared TYPO3 generated pages and found no difference (doktype, timestamp, etc. is set).


All these pages appear in the indexqueue_item-table, but won't be indexed.
changed and indexed is set to 0.

If I modify a page in TYPO3-Backend and add a text-element for example, this
page will be indexed.

I also tried the updateItem-method during the import-process...but no success:

$indexQueue = t3lib_div::makeInstance('tx_solr_indexqueue_Queue');
$indexQueue->updateItem('pages', 222);


Has anybody an idea?

Best Regards

Gordon




More information about the TYPO3-project-solr mailing list