[TYPO3-Solr] How to index details pages of records?

Lienhart Woitok Lienhart.Woitok at netlogix.de
Tue Oct 30 13:25:47 CET 2012


Hi Ingo,

Thank you for your suggestion. I wouldn't have dared to render tt_content in CLI context, but it works amazingly well. The only problem I had was an Extbase plugin which couldn't read its configuration, but I was able to exclude it from being rendered in this context (I didn't need the output of it indexed anyway).

Kind regards,


Lienhart Woitok
Web-Entwickler

Telefon: +49 (911) 539909 - 0
E-Mail: Lienhart.Woitok at netlogix.de
Website: media.netlogix.de


--
netlogix GmbH & Co. KG
IT-Services | IT-Training | Media
Andernacher Straße 53 | 90411 Nürnberg
Telefon: +49 (911) 539909 - 0 | Fax: +49 (911) 539909 - 99
E-Mail: info at netlogix.de | Internet: http://www.netlogix.de

netlogix GmbH & Co. KG ist eingetragen am Amtsgericht Nürnberg (HRA 13338)
Persönlich haftende Gesellschafterin: netlogix Verwaltungs GmbH (HRB 20634)
Umsatzsteuer-Identifikationsnummer: DE 233472254
Geschäftsführer: Stefan Buchta, Matthias Schmidt



-----Ursprüngliche Nachricht-----
Von: typo3-project-solr-bounces at lists.typo3.org [mailto:typo3-project-solr-bounces at lists.typo3.org] Im Auftrag von Ingo Renner
Gesendet: Montag, 29. Oktober 2012 11:44
An: typo3-project-solr at lists.typo3.org
Betreff: Re: [TYPO3-Solr] How to index details pages of records?

Hi Lienhart,

An approach I see is to configure the Index Queue the regular way to index your product records.

Then, to fill the content field use a wild combination of SOLR_CONTENT (to filter and clean out HTML markup) and feed that with a CONTENT or RECORDS cObject's results.

In the CONTENT or RECORDS cObject you could retrieve the content rendered from the regular content elements on your product detail page.

Alternatively you could of course feed the SOLR_CONTENT cObject with a USER or USER_INT cObject's results too and be free to do whatever you want.


HTH
Ingo

--
Ingo Renner
TYPO3 Core Developer, Release Manager TYPO3 4.2, Admin Google Summer of Code

TYPO3 - Open Source Enterprise Content Management System
http://typo3.org

Apache Solr for TYPO3 -
Open Source Enterprise Search meets Open Source Enterprise CMS
http://www.typo3-solr.com
_______________________________________________
TYPO3-project-solr mailing list
TYPO3-project-solr at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-solr


More information about the TYPO3-project-solr mailing list