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

    r20727 r27064  
    2929#define MGPPQUERYFILTER_H
    3030
    31 #include "queryfilter.h"
     31#include "fieldedqueryfilter.h"
    3232
    3333
    34 class mgppqueryfilterclass : public queryfilterclass {
     34class mgppqueryfilterclass : public fieldedqueryfilterclass {
    3535protected:
    3636
    37   stringmap indexfieldmap;
    38   stringmap levelmap;
    39 
    40   bool full_text_browse (int filterRequestOptions);
    4137
    4238  // textsearchptr and db_ptr are assumed to be valid
     
    5248
    5349  void configure (const text_t &key, const text_tarray &cfgline);
    54   bool init (ostream &logout);
     50  //  bool init (ostream &logout);
    5551  void filter (const FilterRequest_t &request,
    5652               FilterResponse_t &response,
Note: See TracChangeset for help on using the changeset viewer.