cutover highlighter to BytesRef ------------------------------- Key: LUCENE-3080 URL: https://issues.apache.org/jira/browse/LUCENE-3080 Project: Lucene - Java Issue Type: Improvement Components: contrib/highlighter Reporter: Michael McCandless
Highlighter still uses char[] terms (consumes tokens from the analyzer as char[] not as BytesRef), which is causing problems for merging LUCENE-3065 to trunk. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org