Re: Result order when score is the same

2011-04-13 Thread Otis Gospodnetic
r - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message > From: kenf_nc > To: solr-user@lucene.apache.org > Sent: Wed, April 13, 2011 4:49:06 PM > Subject: Re: Result order when score is the same > > Is a new DocID generated everytime

Re: Result order when score is the same

2011-04-13 Thread Jonathan Rochkind
all documents. But, I would want the sort to be at the system level, I dont' want the overhead of sorting every query I ever make. How would 'doing it at the system level' avoid the 'overhead of sorting every query'? Every query has to be sorted, if you want it sorted. Beyond setting a def

Re: Result order when score is the same

2011-04-13 Thread Markus Jelsma
llowed in our use case. It'll take some resources but if business requirements are as such then the resource penalty must be met or accepted. What do you mean by sorting on the system level? You need the overhead if you don't want the index order to reflect in your result set i

Re: Result order when score is the same

2011-04-13 Thread kenf_nc
View this message in context: http://lucene.472066.n3.nabble.com/Result-order-when-score-is-the-same-tp2816127p2817766.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Result order when score is the same

2011-04-13 Thread Markus Jelsma
ort=score+desc,indexed_at+desc will that have a > detrimental performance effect? > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Result-order-when-score-is-the-same-tp2 > 816127p2817458.html Sent from the Solr - User mailing list archive at > Nabble.com.

Re: Result order when score is the same

2011-04-13 Thread Markus Jelsma
wrote: > >> Is sort order when 'score' is the same a Lucene thing? Should I ask on > >> the Lucene forum? > >> > >> -- > >> View this message in context: > >> http://lucene.472066.n3.nabble.com/Result-order-when-score-is-the-same- > >> tp2816127p2817330.html Sent from the Solr - User mailing list archive at > >> Nabble.com.

Re: Result order when score is the same

2011-04-13 Thread kenf_nc
, there should be some configuration to modify this. However, if I make all my queries include &sort=score+desc,indexed_at+desc will that have a detrimental performance effect? -- View this message in context: http://lucene.472066.n3.nabble.com/Result-order-when-score-is-the-same-tp2816127p281

Re: Result order when score is the same

2011-04-13 Thread Jonathan Rochkind
tutorial: &sort=inStock asc, price desc cheers. On Wed, Apr 13, 2011 at 2:59 PM, kenf_nc wrote: Is sort order when 'score' is the same a Lucene thing? Should I ask on the Lucene forum? -- View this message in context: http://lucene.472066.n3.nabble.com/Result-order-when-sco

Re: Result order when score is the same

2011-04-13 Thread Rob Casson
View this message in context: > http://lucene.472066.n3.nabble.com/Result-order-when-score-is-the-same-tp2816127p2817330.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Result order when score is the same

2011-04-13 Thread kenf_nc
Is sort order when 'score' is the same a Lucene thing? Should I ask on the Lucene forum? -- View this message in context: http://lucene.472066.n3.nabble.com/Result-order-when-score-is-the-same-tp2816127p2817330.html Sent from the Solr - User mailing list archive at Nabble.com.

Result order when score is the same

2011-04-13 Thread kenf_nc
rent field, say document title. Thanks, Ken -- View this message in context: http://lucene.472066.n3.nabble.com/Result-order-when-score-is-the-same-tp2816127p2816127.html Sent from the Solr - User mailing list archive at Nabble.com.