Ignore:
Timestamp:
2006-09-18T14:32:31+12:00 (18 years ago)
Author:
mdewsnip
Message:

Changed the Lucene "-fuzzy" argument to "-fuzziness <value>", for more accurate control.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/queryinfo.h

    r12655 r12770  
    6868  text_t filterstring; // Filter specified (currently only used by Lucene)
    6969  text_t sortfield; // Field to use for sorting result set (currently used by lucene)
    70   int fuzzysearch; // Should search be fuzzy (only used by Lucene)
     70  text_t fuzziness; // Search fuzziness amount between 0.0 and 1.0 (only used by Lucene)
    7171
    7272  int startresults;
Note: See TracChangeset for help on using the changeset viewer.