Re: Weighting of synonyms

2009-11-22 Thread David Ginzburg
this unless it would make sense to utilize the > "type" field of Token. > > Thanks, > > Lajos > > > -- Regards _ David Ginzburg Developer, Digital Trowel 1 Hayarden St., Airport City [POB 169, NATBAG] Lod, 70151, Israel http://www.digitaltrowel.com/ Office: +972 73 240 522 Mobile: +972 50 496 0595 CHECK OUT OUR NEW TEXT MINING BLOG: http://mineyourbusiness.wordpress.com/

Re: synonym payload boosting

2009-11-12 Thread David Ginzburg
rom a standard Solr 1.4 downloaded tar.gz * *When I changed the jar in the WEB-INF/lib folder to the jars from the maven repository, the plugin loaded.* I don't know if a bug on Jira should be opened for this, but the distributions should be updated * * On Wed, Nov 11, 2009 at 18:15, David Ginzburg wr

Re: synonym payload boosting

2009-11-11 Thread David Ginzburg
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. On Tue, Nov 10, 2009 at 10:09, David Ginzburg wrote: > I would be happy to. > I'm not sure exactly wha

Re: synonym payload boosting

2009-11-09 Thread David Ginzburg
f any) ? On Sun, Nov 8, 2009 at 16:33, AHMET ARSLAN wrote: > 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

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

query parameter question

2007-07-10 Thread David Ginzburg
Hi, I am trying to search a solr index and I don't understand whether the query has to conform to a lucene query structure maybe even generated by the lucene api such as QueryParser. If that is the case then what happens with the tokens in my query? Are they further tokenised by the tokenizer cl