On Jul 24, 2009, at 8:33 AM, Nishant Chandra wrote:
Can I use composite key for uniqueKeyId? If yes, how?
No - you get one field to use for uniqueKey in Solr. It is your indexer's responsibility for aggregating values from your data sources into a single uniqueKey value. For example, in indexing multiple databases typically the data source identifier is prefixing the primary key value... "product-1234", "customer-567", etc.
Erik