The reindex does no reindexing if an entity is annotated searchable, which has a derived property computed by a function call. If this is the case, the reindexing will run over the entities (or will say it does) but index nothing. Indexes remain empty and search will not yield results.

Submitted by Sander Vermolen on 24 August 2011 at 14:07

On 5 March 2012 at 16:30 Elmer van Chastelet commented:

This is probably fixed by webdsl R4918. The ‘env’ en ‘out’ variables are no more declared at beginning of every function, but every usage of them is done using a static function. These cannot be retrieved during reindexation, which caused the process to fail.


On 5 March 2012 at 16:30 Elmer van Chastelet closed this issue.

Log in to post comments