Re: problem with edgengramtokenfilter and highlighter

2010-02-14 Thread Robert Muir
thanks Joe, good catch! On Sun, Feb 14, 2010 at 2:43 PM, Joe Calderon wrote: > lucene-2266 filed and patch posted. > > On 02/13/2010 09:14 PM, Robert Muir wrote: > >> Joe, can you open a Lucene JIRA issue for this? >> >> I just glanced at the code and it looks like a bug to me. >> >> On Sun, Feb

Re: problem with edgengramtokenfilter and highlighter

2010-02-14 Thread Joe Calderon
lucene-2266 filed and patch posted. On 02/13/2010 09:14 PM, Robert Muir wrote: Joe, can you open a Lucene JIRA issue for this? I just glanced at the code and it looks like a bug to me. On Sun, Feb 14, 2010 at 12:07 AM, Joe Calderonwrote: i ran into a problem while using the edgengramtoken

Re: problem with edgengramtokenfilter and highlighter

2010-02-13 Thread Robert Muir
Joe, can you open a Lucene JIRA issue for this? I just glanced at the code and it looks like a bug to me. On Sun, Feb 14, 2010 at 12:07 AM, Joe Calderon wrote: > i ran into a problem while using the edgengramtokenfilter, it seems to > report incorrect offsets when generating tokens, more specifi

problem with edgengramtokenfilter and highlighter

2010-02-13 Thread Joe Calderon
i ran into a problem while using the edgengramtokenfilter, it seems to report incorrect offsets when generating tokens, more specifically all the tokens have offset 0 and term length as start and end, this leads to goofy highlighting behavior when creating edge grams for tokens beyond the first one