Ignore:
Timestamp:
2000-06-29T12:22:59+12:00 (24 years ago)
Author:
sjboddie
Message:

added new numsections field to collection info and made the statusaction
recognize it

File:
1 edited

Legend:

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

    r871 r1253  
    7575//   languages      [6]  IMPLICIT StringSet,  -- languages in the collection
    7676//   numDocs        [7]  IMPLICIT INTEGER,
    77 //   numWords       [8]  IMPLICIT INTEGER OPTIONAL,
    78 //   numBytes       [9]  IMPLICIT INTEGER OPTIONAL
    79 //   collectionmeta [10]  IMPLICIT StringSet
    80 //   format         [11] IMPLICIT StringSet
    81 //   building       [12] IMPLICIT StringSet
    82 //   receptionist   [13] IMPLICIT GeneralString
     77//   numSections    [8]  IMPLICIT INTEGER OPTIONAL,
     78//   numWords       [9]  IMPLICIT INTEGER OPTIONAL,
     79//   numBytes       [10] IMPLICIT INTEGER OPTIONAL
     80//   collectionmeta [11] IMPLICIT StringSet
     81//   format         [12] IMPLICIT StringSet
     82//   building       [13] IMPLICIT StringSet
     83//   receptionist   [14] IMPLICIT GeneralString
    8384// }
    8485struct ColInfoResponse_t {
     
    9293  text_tarray ccsCols;    // empty if collection does not use cross-collection searching
    9394  text_tarray languages;
    94   unsigned long numDocs;  // 0 if not known
    95   unsigned long numWords; // 0 if not known
    96   unsigned long numBytes; // 0 if not known
     95  unsigned long numDocs;     // 0 if not known
     96  unsigned long numSections; // 0 if not known
     97  unsigned long numWords;    // 0 if not known
     98  unsigned long numBytes;    // 0 if not known
    9799  text_tmap collectionmeta;
    98100  text_tmap format;
Note: See TracChangeset for help on using the changeset viewer.