Leading term in a multi-word synonym replaced with the token that follows it ----------------------------------------------------------------------------
Key: SOLR-1445 URL: https://issues.apache.org/jira/browse/SOLR-1445 Project: Solr Issue Type: Bug Components: Analysis Affects Versions: 1.4 Environment: Solr 1.4 nightly (09/14/2009) Reporter: Gregg Donovan I'm running into an odd issue with multi-word synonyms. 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 just be ignored (i.e. there's no synonym match for just that token). When I preview the analysis at admin/analysis.jsp it looks fine, but at runtime I see problems like the one in the attached unit test. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.