Re: Function Query performance in combination with filters

2013-04-17 Thread Rogalon
Rogalon wrote > Am 16. April 2013 um 14:46 schrieb "Yonik Seeley-4 [via Lucene]" < > ml-node+s472066n4056299h21@.nabble > >: > >> On Tue, Apr 16, 2013 at 7:51 AM, Rogalon <[hidden email]> wrote: >> >> > Hi, >> > I am using pret

Re: Function Query performance in combination with filters

2013-04-16 Thread Rogalon
Am 16. April 2013 um 14:46 schrieb "Yonik Seeley-4 [via Lucene]" : > On Tue, Apr 16, 2013 at 7:51 AM, Rogalon <[hidden email]> wrote: > > > Hi, > > I am using pretty complex function queries to completely customize (not only > > boost) the score of my

Function Query performance in combination with filters

2013-04-16 Thread Rogalon
Hi, I am using pretty complex function queries to completely customize (not only boost) the score of my result documents that are retrieved from an index of approx 10e7 documents. To get to an acceptable level of performance I combine my query with filters in the following way (very short example):