Ignore:
Timestamp:
2006-09-19T16:09:30+12:00 (18 years ago)
Author:
mdewsnip
Message:

Fixed a bug where misspelled words could be marked as stop words with fuzzy searching on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java

    r12775 r12776  
    120120
    121121        try {
    122             Query query_including_stop_words = query_parser_no_stop_words.parse(query_string);
     122            Query query_including_stop_words = parseQuery(reader, query_parser_no_stop_words, query_string, fuzziness);
    123123            query_including_stop_words = query_including_stop_words.rewrite(reader);
    124124
Note: See TracChangeset for help on using the changeset viewer.