TYPO3-Solr / ext-solr

A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for details.
GNU General Public License v3.0
137 stars 253 forks source link

[FEATURE] Disable specific typoscript like menu's processors on solr index call #4112

Open joey-bolts opened 4 months ago

joey-bolts commented 4 months ago

Is your feature request related to a problem? Please describe. On solr index request - have the option to disable some typoscript to optimise indexing. For example on pages maybe some menu processors are used, which can be quite heavy when dataprocessing nesting happens.

Describe the solution you'd like Implement a [isSolrIndexRequest()] ... [global] typoscript condition to disable specific parts of typoscript to make indexing faster

Describe alternatives you've considered

Additional context

Target versions V13