Displaying 1 result from an estimated 1 matches for "test_get_range_fragments".
2006 Jul 17
0
Draft port of lucene highlighter to ferret
...ses 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 card error first, the rest have 
been commented out. If anyone would like to take a look into these 
failing test cases that wo...