Peer,
I don't think Sunpot or Sunspot::Rails supports composite primary key
as of now. However it shouldn't be to hard to implement. Sunspot
expects an unique identifier to store the record in the Solr Index.
So if you have your composite primary key, you just need to build a
uniq string out of your keys.
Do you know if and how Rails supports that? I guess we can
easily use the rails way in Sunspot::Rails. I'm wondering how
Rails handles composite primary key and associations ..
Cheers
Ben