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/colservr/collectserver.cpp

    r830 r1253  
    2929/*
    3030   $Log$
     31   Revision 1.21  2000/06/29 00:22:58  sjboddie
     32   added new numsections field to collection info and made the statusaction
     33   recognize it
     34
    3135   Revision 1.20  1999/12/13 02:56:22  davidb
    3236   Support for cross-collection searching (CCS)
     
    136140    else if (key == "languages") collectinfo.languages = cfgline;
    137141    else if (key == "numdocs") collectinfo.numDocs = value.getint();
     142    else if (key == "numsections") collectinfo.numSections = value.getint();
    138143    else if (key == "numwords") collectinfo.numWords = value.getint();
    139144    else if (key == "numbytes") collectinfo.numBytes = value.getint();
Note: See TracChangeset for help on using the changeset viewer.