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 > text should be saved only once! Is it possible to have some kind of array > field to include in the search query where all the recipients are stored? Or > should we for example use a simple text field which is filled with the > receipients like this: <field>_434_3432_432_6546_75_8678_</field> [...]
Why couldn't you use a multi-valued string/int field for the recipient IDs? Regards, Gora