Changeset 1330


Ignore:
Timestamp:
2000-08-02T14:10:04+12:00 (24 years ago)
Author:
kjm18
Message:

added buildType support for mgpp collections. also FRfullTextBrowse added to the
FR* defines.

Location:
trunk/gsdl/src/recpt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/comtypes.cpp

    r1285 r1330  
    5151  ccsCols.erase(ccsCols.begin(), ccsCols.end());
    5252  buildDate=0;
     53  buildType.clear();
    5354  numDocs=0;
    5455  numSections=0;
  • trunk/gsdl/src/recpt/comtypes.h

    r1285 r1330  
    8080//   building       [13] IMPLICIT StringSet
    8181//   receptionist   [14] IMPLICIT GeneralString
     82//   buildType      [15] IMPLICIT GeneralString
    8283// }
    8384struct ColInfoResponse_t {
     
    99100  text_tmap building;
    100101  text_t receptionist;
     102  text_t  buildType;  // MG or MGPP
    101103};
    102104
     
    227229#define FRdocFreq    32
    228230#define FRmetadata   64
     231// used to indicate a full text browse query for mgpp
     232#define FRfullTextBrowse  128
    229233
    230234struct FilterRequest_t {
     
    359363
    360364#endif
     365
Note: See TracChangeset for help on using the changeset viewer.