Re: Indexing message module

2013-05-28 Thread Arkadi Colson
Is it ok to just change the multivalue attribute to true and reindex the message module data? There are also other modules indexed on the same schema with multivalued = false. Will it become a problem? BR, Arkadi On 05/27/2013 09:33 AM, Gora Mohanty wrote: On 27 May 2013 12:58, Arkadi Colson

Re: Indexing message module

2013-05-28 Thread Upayavira
Switching from single to multivalued shouldn't cause your index to break (but your app might not like it). Do you have a deduplication issue, or does each message have a unique ID? You might be able to use the DedupUpdateProcessorFactory to prevent updates to an existing message getting into the

Re: Indexing message module

2013-05-27 Thread Gora Mohanty
On 27 May 2013 12:58, Arkadi Colson ark...@smartbit.be wrote: Hi We would like to index our messages system. We should be able to search for messages for specific recipients due to performance issues on our databases. But the message is of course the same for all receipients and the message

Indexing message module

2013-05-27 Thread Arkadi Colson
Hi We would like to index our messages system. We should be able to search for messages for specific recipients due to performance issues on our databases. But the message is of course the same for all receipients and the message text should be saved only once! Is it possible to have some

Re: Indexing message module

2013-05-27 Thread Arkadi Colson
Yes indeed... Thx! On 05/27/2013 09:33 AM, Gora Mohanty wrote: On 27 May 2013 12:58, Arkadi Colson ark...@smartbit.be wrote: Hi We would like to index our messages system. We should be able to search for messages for specific recipients due to performance issues on our databases. But the