I'm not sure I understand. I thought ID had to be unique.

for example
I have the following

[
{ "id" : 1, "groupid" : 1 },
{ "id" : 2, "groupid" : 1},
{ "id" : 3 "groupid : 2 }
]

How would I currently ensure that id 1 & 2 end up on the same shard using
the ID ?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-4-1-Custom-Hashing-DIH-tp4036316p4036354.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to