Ignore:
Timestamp:
2013-03-12T14:37:44+13:00 (11 years ago)
Author:
kjdon
Message:

adding reverse sort/sort order in for lucene search results sorting. reorganising code to avoid duplication, added fieldedqueryfilter in the chain of inheritance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/colservr/queryfilter.h

    r16445 r27064  
    5656  int maxnumeric;
    5757
    58    // get the query parameters
     58  void set_queryparam_defaults(queryparamclass &query );
     59  bool set_queryparam_field(OptionValue_t option, queryparamclass &query);
    5960  void parse_query_params (const FilterRequest_t &request,
    6061               vector<queryparamclass> &query_params,
    6162               int &startresults, int &endresults,
    62                text_t &phrasematch, ostream &logout);
     63               ostream &logout);
    6364
    6465  // do query that might involve multiple sub queries
Note: See TracChangeset for help on using the changeset viewer.