Ignore:
Timestamp:
1999-07-09T08:46:45+12:00 (25 years ago)
Author:
rjmcnab
Message:

Added the result number to the ResultDocInfo_t

File:
1 edited

Legend:

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

    r348 r353  
    1212/*
    1313   $Log$
     14   Revision 1.13  1999/07/08 20:46:45  rjmcnab
     15   Added the result number to the ResultDocInfo_t
     16
    1417   Revision 1.12  1999/07/07 06:11:33  rjmcnab
    1518   Slight change for multiple phrase matching.
     
    178181  OID.clear ();
    179182  ranking = 0;
     183  result_num = 0;
    180184  num_terms_matched = 0;
    181185  num_phrase_match = 0;
     
    187191  OID=x.OID;
    188192  ranking=x.ranking;
     193  result_num=x.result_num;
    189194  num_terms_matched=x.num_terms_matched;
    190195  num_phrase_match = x.num_phrase_match;
Note: See TracChangeset for help on using the changeset viewer.