Re: Long query optimisation: using some terms for scoring only

2012-12-11 Thread Matthew Willson
Hi lukai That sounds like a nice optimisation, perhaps more sophisticated than the "AND_MAYBE" support I was looking for but a similar idea. Is the code available anywhere? Cheers -Matt On 11/12/12 17:45, lukai wrote: I had implemented WAND in solr for our own project. It can improve the p

Re: Long query optimisation: using some terms for scoring only

2012-12-11 Thread lukai
I had implemented WAND in solr for our own project. It can improve the performance a lot. For your reference: http://dl.acm.org/citation.cfm?id=956944 But it needs to change index a little bit. Thanks, On Tue, Dec 11, 2012 at 6:19 AM, Matthew Willson wrote: > Hi all > > I'm currently benchmark