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

Added result_num to the ResultDocInto_t structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/queryfilter.cpp

    r351 r355  
    1212/*
    1313   $Log$
     14   Revision 1.11  1999/07/08 20:49:44  rjmcnab
     15   Added result_num to the ResultDocInto_t structure.
     16
    1417   Revision 1.10  1999/07/07 06:19:46  rjmcnab
    1518   Added ability to combine two or more independant queries.
     
    558561        // add this document
    559562        resultdoc.OID = trans_OID;
     563        resultdoc.result_num = resultnum;
    560564        resultdoc.ranking = (int)((*docset_here).second.docweight * 10000.0 + 0.5);
    561565
Note: See TracChangeset for help on using the changeset viewer.