Re: Sorting Facets by First Occurrence

2009-11-30 Thread Cory G Watson
On Nov 30, 2009, at 5:15 PM, Chris Hostetter wrote: > All of Solr's existing faceting code is based on the DocSet which is an > unordered set of all matching documents -- i suspect your existing > application only reordered the facets based on their appearance in the > first N docs (possibly ju

Re: Sorting Facets by First Occurrence

2009-11-30 Thread Chris Hostetter
: I'm working on replacing a custom, internal search implementation with : Solr. I'm having great success, with one small exception. ... : For example, if a search yielded 10 results, 1 - 10, and hit 1 is in : category 'Toys', hit 2 through 9 are in 'Sports' and the last is in : 'Househol

Sorting Facets by First Occurrence

2009-11-30 Thread Cory Watson
I'm working on replacing a custom, internal search implementation with Solr. I'm having great success, with one small exception. When implementing our version of faceting, one of our facets had a peculiar sort order. It was dictated by the order in which the field occurred in the results. The f