Re: Solr, MultiValues and links...

2011-11-07 Thread Tiernan OToole
That looks promising... Will look into that a bit more. --Tiernan On Sat, Nov 5, 2011 at 4:07 PM, Erick Erickson erickerick...@gmail.comwrote: Hmmm, MultiValues are guaranteed to be returned in the order they were inserted, so you might be able to do the linking yourself given the results.

Re: Solr, MultiValues and links...

2011-11-05 Thread Erick Erickson
Hmmm, MultiValues are guaranteed to be returned in the order they were inserted, so you might be able to do the linking yourself given the results. But have you considered grouping (aka field collapsing) on the ISBN number? If you indexed each record uniquely, that might do what you need. Best

Solr, MultiValues and links...

2011-11-04 Thread Tiernan OToole
Right, not sure how to ask this question, what the terminology, but hopefully my explaination will help... We are chucking data into solr for queries. i cant mention the exact data, but the closest thing i can think of is as follows: - Unique ID for the solr record (DB ID in this case) -