Re: Document boosting and native ordering of results

2013-08-28 Thread Michael van Rooyen
chindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Michael van Rooyen [mailto:mich...@loot.co.za] Sent: Monday, August 26, 2013 6:39 PM To: java-user@lucene.apache.org Subject: Re: Document boosting and native ordering of

Re: Document boosting and native ordering of results

2013-08-26 Thread Michael Sokolov
aphi.de eMail: u...@thetaphi.de -Original Message- From: Michael van Rooyen [mailto:mich...@loot.co.za] Sent: Monday, August 26, 2013 6:39 PM To: java-user@lucene.apache.org Subject: Re: Document boosting and native ordering of results Not sure if there are any thoughts on this. It def

RE: Document boosting and native ordering of results

2013-08-26 Thread Uwe Schindler
g > Subject: Re: Document boosting and native ordering of results > > Not sure if there are any thoughts on this. > > It definitely makes sense to assign a rank to each document in the index, so > that all else being equal, documents are returned in order of rank. This is > exact

Re: Document boosting and native ordering of results

2013-08-26 Thread Michael van Rooyen
Not sure if there are any thoughts on this. It definitely makes sense to assign a rank to each document in the index, so that all else being equal, documents are returned in order of rank. This is exactly what the page rank is in Google's index, and Google would be lost without it. This used

Re: Document boosting

2013-05-01 Thread Tamer Gür
Hi Ivan, i was aware of that thread i also asked to learn about overriding DefaultSimilarity stuff or similar other approach. Thanks. On 30/04/2013 17:24, Ivan Brusic wrote: There was a similar question asked a couple of months ago, with a great answer by Uwe Schindler: http://search-lucene.c

Re: Document boosting

2013-04-30 Thread Ivan Brusic
There was a similar question asked a couple of months ago, with a great answer by Uwe Schindler: http://search-lucene.com/m/Z2GP220szmS&subj=RE+What+is+equivalent+to+Document+setBoost+from+Lucene+3+6+inLucene+4+1+ I am still on Lucene 3.x, so I have not yet had a chance to mimic document level bo