Ignore:
Timestamp:
2000-07-13T10:21:53+12:00 (24 years ago)
Author:
sjboddie
Message:

merged changes to trunk into New_Config_Format branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New_Config_Format-branch/gsdl/src/colservr/collectserver.cpp

    r830 r1279  
    2929/*
    3030   $Log$
     31   Revision 1.20.4.1  2000/07/12 22:21:26  sjboddie
     32   merged changes to trunk into New_Config_Format branch
     33
     34   Revision 1.21  2000/06/29 00:22:58  sjboddie
     35   added new numsections field to collection info and made the statusaction
     36   recognize it
     37
    3138   Revision 1.20  1999/12/13 02:56:22  davidb
    3239   Support for cross-collection searching (CCS)
     
    136143    else if (key == "languages") collectinfo.languages = cfgline;
    137144    else if (key == "numdocs") collectinfo.numDocs = value.getint();
     145    else if (key == "numsections") collectinfo.numSections = value.getint();
    138146    else if (key == "numwords") collectinfo.numWords = value.getint();
    139147    else if (key == "numbytes") collectinfo.numBytes = value.getint();
Note: See TracChangeset for help on using the changeset viewer.