Ignore:
Timestamp:
2006-08-07T16:10:16+12:00 (18 years ago)
Author:
mdewsnip
Message:

Added support for the new "-filter" option to lucene_query.pl (used by us for date filtering). Many thanks to Me and DL Consulting Ltd.

File:
1 edited

Legend:

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

    r12388 r12410  
    6666  int maxdocs;
    6767  int maxnumeric;
     68  text_t filterstring; // Filter specified (currently only used by Lucene)
    6869  text_t sortfield; // Field to use for sorting result set (currently used by lucene)
    6970  int fuzzysearch; // Should search be fuzzy (only used by Lucene)
Note: See TracChangeset for help on using the changeset viewer.