Changeset 871


Ignore:
Timestamp:
2000-01-26T11:45:01+13:00 (24 years ago)
Author:
sjboddie
Message:

caught up with Davids changes

File:
1 edited

Legend:

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

    r823 r871  
    7777//   numWords       [8]  IMPLICIT INTEGER OPTIONAL,
    7878//   numBytes       [9]  IMPLICIT INTEGER OPTIONAL
    79 //   collectionmeta [10] IMPLICIT StringSet
     79//   collectionmeta [10]  IMPLICIT StringSet
    8080//   format         [11] IMPLICIT StringSet
    8181//   building       [12] IMPLICIT StringSet
     
    9090  bool isBeta;
    9191  unsigned long buildDate;
     92  text_tarray ccsCols;    // empty if collection does not use cross-collection searching
    9293  text_tarray languages;
    93   text_tarray ccsCols;    // empty if collection does not use cross-collection searching
    9494  unsigned long numDocs;  // 0 if not known
    9595  unsigned long numWords; // 0 if not known
     
    299299  int num_terms_matched;   // not available on all versions of mg
    300300  int num_phrase_match;    // not available on all versions of mg
    301 
    302301  vector<int> docFreq;           // empty if not requested
    303302  MetadataInfo_tmap metadata;    // empty if not requested
    304 
    305303  text_t classifier_metadata_type;        // empty if not requested
    306304  int    classifier_metadata_offset;      // 0 if not requested
    307 
    308305  ResultDocInfo_t &operator=(const ResultDocInfo_t &x);
    309306};
Note: See TracChangeset for help on using the changeset viewer.