Displaying 1 result from an estimated 1 matches for "highlighter_test".
2006 Jul 17
0
Draft port of lucene highlighter to ferret
...the lucene highlighter to ferret.
I''ve got a draft version available for perusal at:
http://crafterm.net/ruby/highlighter/highlighter-ruby-0.1.tar.gz
The port is pretty much a complete copy of the Java version at:
http://svn.apache.org/viewvc/lucene/java/trunk/contrib/highlighter/
The highlighter_test.rb file includes a few of the test cases from the
original lucene test case. 3 of the 7 test cases in that file are
working which shows that basic simple and fuzzy highlighting is working
fine. The remaining 4 failing test cases are:
test_get_wild_card_fragments
test_get_mid_wild_card_fragments...