source: trunk/gsdl/src/colservr/phrasequeryfilter.h@ 367

Last change on this file since 367 was 351, checked in by rjmcnab, 25 years ago

Added ability to combine two or more independant queries.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 637 bytes
Line 
1/**********************************************************************
2 *
3 * phrasequeryfilter.h --
4 * Copyright (C) 1999 DigiLib Systems Limited, New Zealand
5 *
6 * PUT COPYRIGHT NOTICE HERE
7 *
8 * $Id: phrasequeryfilter.h 351 1999-07-07 06:19:47Z rjmcnab $
9 *
10 *********************************************************************/
11
12
13#ifndef PHRASEQUERYFILTER_H
14#define PHRASEQUERYFILTER_H
15
16#include "queryfilter.h"
17
18
19class phrasequeryfilterclass : public queryfilterclass {
20protected:
21 void post_process (const queryparamclass &queryparams,
22 queryresultsclass &queryresults);
23 void sort_doc_results (const FilterRequest_t &request,
24 docresultsclass &docs);
25public:
26};
27
28
29#endif
Note: See TracBrowser for help on using the repository browser.