Displaying 1 result from an estimated 1 matches for "test_get_best_fragments_span".
2006 Jul 17
0
Draft port of lucene highlighter to ferret
...d 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 card error first, the rest have
been commented out. If anyone would like to take a look into these
failing test cases that would be great.
Will keep debugging here and keep you all updated,...