[TYPO3-Solr] Indexing a HTTPS site with solr
Chuku Balentina
chuku at netcreators.nl
Fri Jun 19 08:52:20 CEST 2015
On 15/06/15 12:20, Jigal van Hemert wrote:
> It assumes HTTP, but you can override it [1].
> Domain is retrieved from the domain records, but you can override it [2].
>
> Because indexing pages is mostly done in CLI context (a scheduler task
> activated by a cron job) it uses very basic URLs (like
> http://domain/index.php?id=nnn). If you need to adjust the URLs
> drastically there is an option to register a class to modify the URL
> (via
> $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['solr']['IndexQueuePageIndexer']['dataUrlModifier'];
> see \Tx_Solr_IndexQueue_PageIndexer::getDataUrl() for more details)
>
> [1]
> https://forge.typo3.org/projects/extension-solr/wiki/Tx_solrindex#queuepagesindexerfrontendDataHelperscheme
Thanks Jigal that solve the problem.
More information about the TYPO3-project-solr
mailing list