Re: synonym payload boosting

2009-11-12 Thread David Ginzburg
> I'm still trying to figure out what exactly to do. I have purchased the > Solr 1.4 book , but it doesn't seem to have much information about my needs. > > On Tue, Nov 10, 2009 at 10:09, David Ginzburg wrote: > >> I would be happy to. >> I'm not sure exac

Re: synonym payload boosting

2009-11-11 Thread David Ginzburg
t you mean- The resolution i will eventually come > to or the process of finding it? > I'm still trying to figure out what exactly to do. I have purchased the > Solr 1.4 book , but it doesn't seem to have much information about my needs. > > > ------ Forwarde

Re: synonym payload boosting

2009-11-09 Thread Lance Norskog
t; >>> With these types of Queries scorePayload method invoked. >>> >>> Hope this helps. >>> >>> --- On Sun, 11/8/09, David Ginzburg wrote: >>> >>>> From: David Ginzburg >>>> Subject: synonym payload boosting >>>>

Re: synonym payload boosting

2009-11-09 Thread Grant Ingersoll
d Ginzburg Subject: synonym payload boosting To: solr-user@lucene.apache.org Date: Sunday, November 8, 2009, 4:06 PM Hi, I have a field and a wighted synonym map. I have indexed the synonyms with the weight as payload. my code snippet from my filter *public Token next(final Token reusableTok

Re: synonym payload boosting

2009-11-09 Thread David Ginzburg
Sun, 11/8/09, David Ginzburg wrote: > > > From: David Ginzburg > > Subject: synonym payload boosting > > To: solr-user@lucene.apache.org > > Date: Sunday, November 8, 2009, 4:06 PM > > Hi, > > I have a field and a wighted synonym map. > > I have indexed t

Re: synonym payload boosting

2009-11-08 Thread AHMET ARSLAN
Additionaly you need to modify your queryparser to return BoostingTermQuery, PayloadTermQuery, PayloadNearQuery etc. With these types of Queries scorePayload method invoked. Hope this helps. --- On Sun, 11/8/09, David Ginzburg wrote: > From: David Ginzburg > Subject: synonym p

synonym payload boosting

2009-11-08 Thread David Ginzburg
Hi, I have a field and a wighted synonym map. I have indexed the synonyms with the weight as payload. my code snippet from my filter *public Token next(final Token reusableToken) throws IOException * *. * *. * *.* * Payload boostPayload;* * * *for (Synonym sy