Re: Difficulty with Multi-Word Synonyms

2009-09-17 Thread Robert Muir
thank you again for the bug report with test case! Is there a recommended workaround that avoids combining the new and old > APIs? if you aren't able to patch lucene, maybe apply this workaround patch to your solr. this will dodge the problem for your case, by forcing it to only use next(Token)

Re: Difficulty with Multi-Word Synonyms

2009-09-17 Thread Gregg Donovan
Thanks. And thanks for the help -- we're hoping to switch from query-time to index-time synonym expansion for all of the reasons listed on the wiki, so this will be great to resolve. I create

Re: Difficulty with Multi-Word Synonyms

2009-09-17 Thread Yonik Seeley
On Thu, Sep 17, 2009 at 6:29 PM, Lance Norskog wrote: > Please add a Jira issue for this. It will get more attention there. > > BTW, thanks for creating such a precise bug report. +1 Thanks, I had missed this. This is serious, and looks due to a Lucene back compat break. I've added the testcase

Re: Difficulty with Multi-Word Synonyms

2009-09-17 Thread Lance Norskog
Please add a Jira issue for this. It will get more attention there. BTW, thanks for creating such a precise bug report. On Mon, Sep 14, 2009 at 1:52 PM, Gregg Donovan wrote: > I'm running into an odd issue with multi-word synonyms in Solr (using > the latest [9/14/09] nightly ). Things generally

Difficulty with Multi-Word Synonyms

2009-09-14 Thread Gregg Donovan
I'm running into an odd issue with multi-word synonyms in Solr (using the latest [9/14/09] nightly ). Things generally seem to work as expected, but I sometimes see words that are the leading term in a multi-word synonym being replaced with the token that follows them in the stream when they should