Re: Using Multiple fields in UniqueKey

2009-07-15 Thread Fergus McMenemie
>Some ideas: > >- Use copyField to copy fields to the field designated as the uniqueKey (not >sure if this will work) >- Create the field from existing data before sending docs to Solr >- Create a custom UpdateRequestProcessor that adds a field for each document >it processes and stuffs it with o

Re: Using Multiple fields in UniqueKey

2009-07-14 Thread Otis Gospodnetic
Some ideas: - Use copyField to copy fields to the field designated as the uniqueKey (not sure if this will work) - Create the field from existing data before sending docs to Solr - Create a custom UpdateRequestProcessor that adds a field for each document it processes and stuffs it with other f