Re: FunctionQuery

2010-12-12 Thread Lev Alyshayev
Ahmet, Thanks, it worked (eventually)... On Sun, Dec 12, 2010 at 9:11 PM, Ahmet Arslan wrote: > > --- On Sun, 12/12/10, Lev Alyshayev wrote: > > > From: Lev Alyshayev > > Subject: FunctionQuery > > To: java-user@lucene.apache.org > > Date: Sunday, December 12, 2010, 8:42 PM > > Hello there, >

Re: FunctionQuery

2010-12-12 Thread Ahmet Arslan
--- On Sun, 12/12/10, Lev Alyshayev wrote: > From: Lev Alyshayev > Subject: FunctionQuery > To: java-user@lucene.apache.org > Date: Sunday, December 12, 2010, 8:42 PM > Hello there, > > I am trying to solve a problem where I use a new > FunctionQuery to sort the > results by changing the score

Re: FunctionQuery example request

2006-03-17 Thread Paul Lynch
Thanks for all the replies to my previous posting, I was not subscribed to the list properly and did not see all of the replies. Please disregard this post. Thanks again, Paul --- Paul Lynch <[EMAIL PROTECTED]> wrote: > Hi, > > have implemented the DistanceComparatorSource > example > from Luce

Re: FunctionQuery example request

2006-03-15 Thread Brian Riddle
Hej Paul, I have implemented the DistanceComparatorSource > example from Lucene In Action (my Bible) and it works > great. We are now in the situation where we have > nearly a million documents in our index and the > performance of this implementation has degraded. > I have had the same problem w

Re: FunctionQuery example request

2006-03-15 Thread Chris Hostetter
: I have implemented the DistanceComparatorSource : example from Lucene In Action (my Bible) and it works : great. We are now in the situation where we have : nearly a million documents in our index and the : performance of this implementation has degraded. : Can someone please spare a couple of