Displaying 1 result from an estimated 1 matches for "test_get_mid_wild_card_frag".
2006 Jul 17
0
Draft port of lucene highlighter to ferret
...ghlighter/
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
- Both of these have problems rewriting a wild card query into a
simplified boolean query
test_get_range_fragments
- emits a query parse exception
test_get_best_fragments_span
- emits a not implemented exception
If you run ''rake'' you''ll see the wild c...