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/mgqueryfilter.h

    r16445 r27064  
    6969                 docresultsclass &docs);
    7070
    71   virtual void mg_parse_query_params (const FilterRequest_t &request,
    72                       vector<queryparamclass> &query_params,
    73                       int &startresults, int &endresults,
    74                       text_t &phrasematch, ostream &logout);
     71  void parse_query_params (const FilterRequest_t &request,
     72               vector<queryparamclass> &query_params,
     73               int &startresults, int &endresults,
     74               text_t &phrasematch, ostream &logout);
    7575
    7676 
Note: See TracChangeset for help on using the changeset viewer.