[TYPO3-Solr] Custom Index on tt_content is not refreshe automatically

Jigal van Hemert jigal.van.hemert at typo3.org
Mon Oct 14 14:21:12 CEST 2013


Hi,

On 14-10-2013 10:07, Holger wrote:
> Ok, I changed my indexing configuration and now it hast the same name
> like the table that I try to index.
> But still the changed date in the tx_solr_indexqueue_item table does not
> change when I change a tt_content element.

tt_content is a special table from a functional point of view. The table 
contains content elements that are displayed on pages.
The hooks in TCEmain (DataHandler) do not add changes in the indexing 
queue for tt_content records, but put the page where the content element 
lives in the indexing queue.
If a content element is changed, the page must be re-indexed and not the 
content element itself.

Other tables with a TCA (if present in the index queue TS configuration) 
will have records in the tx_solr_indexqueue_item table.

-- 
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the TYPO3-project-solr mailing list