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

Re: localToken contains a termBuffer with 10 empty chars ('')

2009-10-18 Thread David Ginzburg
Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > -Original Message- > > From: David Ginzburg [mailto:davidginzb...@gmail.com] > > Sent: Sunday, October 18, 2009 2:28 AM > > To: java-user@lucene.apache.org > > Subject: localToken

localToken contains a termBuffer with 10 empty chars ('')

2009-10-17 Thread David Ginzburg
Hi, I have written a my own weighted synonym filter and tried to integrate it inside an analyzer. The analyzer as defined in the schema.xml is: the field type is * ** * Th