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]