[TYPO3-Solr] Cores needed per site and per language?

Olivier Dobberkau olivier.dobberkau at dkd.de
Sat Aug 13 16:33:26 CEST 2011


Am 13.08.11 14:32, schrieb Jigal van Hemert:
> Example:
> - TYPO3 installation A
> -- domain example1.org: English, German, Dutch
> -- domain example2.net: English, Dutch
> - TYPO3 installation B
> -- domain example3.org: English, German
>
> Which solr cores would you recommend?

as long as you take care that languages id are correctly mapped to the 
right core.

you can have 3 cores.

have look at the sitehash function

	public function getSiteHash() {
		$siteHash = md5(
			$this->getDomain() .
			$GLOBALS['TYPO3_CONF_VARS']['SYS']['encryptionKey'] .
			'tx_solr'
		);

olivier


More information about the TYPO3-project-solr mailing list