Yep - it works with string. Thanks a lot!
On 1/27/15, 7:08 PM, Alexandre Rafalovitch wrote:
<field name="id" type="text_general" indexed="true" stored="true"/>Make that id field a string and reindex. text_general is not the right type for a unique key. Regards, Alex.