Re: Sorting facets by relevance

2013-05-15 Thread Mikhail Khludnev
There is Lucene faceting module, which doesn't do anything in common with Solr, but it looks like it has something what you are looking for. http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html On Thu, May 16, 2013 at 1:33 AM, Jan Morlock wrote: > Hi, > > we are using faceted search f

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

Re: Sorting facets

2006-11-04 Thread Walter Lewis
Yonik Seeley wrote: On 11/4/06, Walter Lewis <[EMAIL PROTECTED]> wrote: Is there any way to make that sort alphabetical? I have a tag cloud style display in mind. Not currently. Is there any benefit of doing so in the server rather than the client? Only that I don't have to write the code. :

Re: Sorting facets

2006-11-04 Thread Yonik Seeley
On 11/4/06, Walter Lewis <[EMAIL PROTECTED]> wrote: Yonik Seeley wrote: > For facet.field, If you don't put a limit on the number of facets (via > facet.limit or f.field.facet.limit) they won't be sorted. ... which sort is by number of matches descending, and for many probably the single most use

Re: Sorting facets

2006-11-04 Thread Walter Lewis
Yonik Seeley wrote: For facet.field, If you don't put a limit on the number of facets (via facet.limit or f.field.facet.limit) they won't be sorted. ... which sort is by number of matches descending, and for many probably the single most useful. Is there any way to make that sort alphabetical

Re: Sorting facets

2006-11-04 Thread Yonik Seeley
On 11/4/06, Walter Lewis <[EMAIL PROTECTED]> wrote: My apologies if this has been answered before but I couldn't see it in the FAQ, tutorial or wiki or the solr-user mail archives. The explanation for sorting the documents returned by a search is quite straight foward. I'm currently seeing the f