Re: Unexpected highlighted text

2009-04-06 Thread Koji Sekiguchi
This problem is filed at: https://issues.apache.org/jira/browse/LUCENE-1489 You may want to take a look at LUCENE-1522 for highlighting N-gram tokens: https://issues.apache.org/jira/browse/LUCENE-1522 Koji ito hayato wrote: > Hi All, > My name is Hayato. > > I have a question for Highlighter

Unexpected highlighted text

2009-04-06 Thread ito hayato
Hi All, My name is Hayato. I have a question for Highlighter. I indexed following text and use Tokenizer. text : abracadabra Tokenizer: NGramAnalyzer and requested following query query: ab expected result and actual result is following expect : abracadabra actual : abracadabra