Extension Configuration¶
The following settings can be defined in the "Settings":>"Extension Configuration":>"solr"
Basic¶
pluginNamespaces¶
- Type
String
- Since
11.1
- Default
tx_solr
A list of white listed plugin namespaces (Required by cacheHash/excludedParameters and plugin flex form).
Note
This list only is available in Plugin -> Options -> Plugin Namespace.
includeGlobalQParameterInCacheHash¶
- Type
Boolean
- Since
11.1
- Default
0
Include/Exclude global q parameter in/from cacheHash.
useConfigurationFromClosestTemplate¶
- Type
Boolean
- Since
6.1
- Default
0
When this setting is active the closest page with a TypoScript template will be used to fetch the configuration. This improves the performance but limits also the possibilities. E.g. conditions can not be used that are related to a certain page.
Monitoring¶
useConfigurationTrackRecordsOutsideSiteroot¶
- Type
Boolean
- Since
6.1
- Default
1
A common common scenario is to have a site and a storage folder for records parallel to it on the same level (f.e.) If you don't want this behaviour - it should be set to false.
useConfigurationMonitorTables¶
- Type
String
- Since
6.1
- Default
Monitor tables - explicitly monitor these (still requires TypoScript configuration)
monitoringType¶
- Type
Int
- Since
11.2
- Default
0
Defines how data updates should be monitored
By default (=0) recognized updates will be processed directly and the Solr index queue will be directly updated, also the Solr index where appropriate. As in huge instances the monitoring can slow down the TYPO3 backend, two more monitoring options are available:
Delayed: Record update events will be queue and processed later, the scheduler task "Event Queue Worker" is required for processing.
No monitoring: Monitoring is completely disabled, please note that you have to take care of Solr index updates yourself.