Re: Sorting questions

2008-06-25 Thread Yonik Seeley
It's not exactly what you want, but putting specific documents first for certain queries has been done via http://wiki.apache.org/solr/QueryElevationComponent -Yonik On Wed, Jun 25, 2008 at 6:58 PM, Yugang Hu <[EMAIL PROTECTED]> wrote: > Hi, > > I have the same issue as described in: > http://www

Sorting questions

2008-06-25 Thread Yugang Hu
Hi, I have the same issue as described in: http://www.nabble.com/solr-sorting-question-td17498596.html. I am trying to have some categories before others in search results for different search terms. For example, for search team "ABC", I want to show Category "CCC" first, then Category "BBB",

Re: Simple sorting questions

2007-11-08 Thread Chris Hostetter
: 1. There appears to be (at least) two ways to specify sorting, one : involving an append to the q parm and the other using the sort parm. : Are these exactly equivalent? : :http://localhost/solr/select/?q=martha;author+asc :http://localhost/solr/select/?q=martha&sort=author+asc They sh

Simple sorting questions

2007-11-07 Thread Ronald K. Braun
Pardon the basicness of these questions, but I'm just getting started with SOLR and have a couple of confusions regarding sorting that I couldn't resolve based on the docs or an archive search. 1. There appears to be (at least) two ways to specify sorting, one involving an append to the q parm and