[TYPO3-Solr] [Announce] EXT:solr v2.1.0 released

Dmitry Dulepov dmitry.dulepov at gmail.com
Thu Mar 29 09:24:10 CEST 2012


Hi!

Firsts, thanks for the new version! :)

Ingo Renner wrote:
> Updating:
> Simply update the extension, no need to update anything with the Solr
> server. You must re-index all your content though due to a change in the
> index document ID format: Go to the search module, empty index, and
> initialize the Index Queue. This will cause the Index Queue worker task
> to re-index your site.

This is for pages and files only, right? It does not affect any custom Solr 
documents created directly like:

$document = t3lib_div::makeInstance('Apache_Solr_Document');
$document->addField('id', sprintf('tx_myext-%d-%d', $assetId, $language));
...				$this->solrConnections[$language]->addDocument($document);

-- 
Dmitry Dulepov
TYPO3 core team member
Blog: http://dmitry-dulepov.com/
Twitter: http://twitter.com/dmitryd

Simplicity will save the world.



More information about the TYPO3-project-solr mailing list