[ http://issues.apache.org/jira/browse/LUCENE-663?page=comments#action_12447678 ] [EMAIL PROTECTED] commented on LUCENE-663: -------------------------------------------------------
[[ Old comment, sent from unregistered email on Mon, 23 Oct 2006 04:09:23 -0700 ]] Hello Karen, I want to use the new Highlighter api for matching only phrases and not the individual tokens in the phrase. Can you please tell me where I can find the source for new highlighter api? Thanks, Harini Quoted from: http://www.nabble.com/-jira--Created%3A-%28LUCENE-663%29-New-feature-rich-higlighter-for-Lucene.-tf2147495.html#a5929597 > New feature rich higlighter for Lucene. > --------------------------------------- > > Key: LUCENE-663 > URL: http://issues.apache.org/jira/browse/LUCENE-663 > Project: Lucene - Java > Issue Type: New Feature > Components: Search > Reporter: Karel Tejnora > Attachments: lucene-hlt-src.jar > > > Well, I refactored (took) some code from two previous highlighters. > This highlighter: > + use TermPositionVector where available > + use Analyzer if no TermPositionVector found or is forced to use it. > + support for all lucene queries (Term, Phrase with slops, Prefix, Wildcard, > Range) except Fuzzy Query (can be implemented easly) > - has no support for scoring (yet) > - use same prefix,postfix for accepted terms (yet) > ? It's written in Java5 > In next release I'd like to add support for Fuzzy, "coloring" f.e. diffrent > color for terms btw. phrase terms (slops), scoring of fragments > It's apache licensed - I hope so :-) I put licene statement in every file -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]