[TYPO3-Solr] index.queue.configuration for pages (tt_content)

Johann Höchtl jhoechtl at gmail.com
Wed Sep 10 10:01:47 CEST 2014


The page indexer reads the generated page. Your content elements reside on that page, so the html is being read.
The page indexer indexes the content automatically you don’t need to care about anything. The content of your page will be indexed to the field content.
Additionally heading tags are extracted and indexed into tagsH1, tagsH2, … fields which are used for relevance scoring.

So just use the default functionality and it will work perfectly.

Am 10.09.2014 um 09:54 schrieb Kevin von Spiczak <k.vonspiczak at q4u.de>:

> Well I think (sorry If i just didn't find it) it should be stated and be more visible in the wiki for new users like me. Because I just thought the configuration works for a typical TYPO3 without any add-on enabled. Since I didn't know about this add-on, the indexing threw some errors, which I had to debug first to get the fieldname which was causing the problem. 
> Well I don't know what I should use now, am I supposed to use the "[indexer] = tx_solr_indexqueue_PageIndexer" for my pages indexing configuration now? Because this comes out of the default TypoScript from the extension and I didn't change it yet.
> 
> I'm gonna talk to our sysadmin and check if all requirements are ok for him, then I'm gonna see If there're any missing markers in the Templates.
> So I will use the [indexer] = tx_solr_indexqueue_PageIndexer, but my question now is, do I have to configure fields for pages? My main Problem is, that I need to index Content-Elements, mainly text elements. How would you archieve this? Because if I don't configure TypoScript, I only get the title of a page indexed, so on my result page there is always only the title, which just isn't enough for us.
> 
> Thank you for your replies so far!
> Kevin
> _______________________________________________
> 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