Re: query time customized boosting

2012-04-05 Thread Monmohan Singh
the problem is how do I determine for each document the degree of separation and then apply boosting for example - say there is a user A - with friends X, Y, Z and another User B with friends L, M if there is a doc in index D1, with author field as Z and another doc D2 in index with author as L, I

Re: query time customized boosting

2012-04-04 Thread William Bell
If you have degree of separation (like friend). You could do something like: ...defType=dismax&bq=degree_of_separation:1^100 Thanks. On Thu, Apr 5, 2012 at 12:55 AM, Monmohan Singh wrote: > Hi, > Any inputs or experience that others have come across will be really > helpful to know. > Basically

Re: query time customized boosting

2012-04-04 Thread Monmohan Singh
Hi, Any inputs or experience that others have come across will be really helpful to know. Basically, its the same as page ranking but the information used to decide the rank is much more dynamic in nature.. Appreciate any inputs. Regards Monmohan On Wed, Apr 4, 2012 at 4:22 PM, monmohan wrote: >