searchengine/cpix/tsrc/cpixunittest/inc/testutils.h
changeset 2 6c1a2771f4b7
parent 0 671dee74050a
child 14 8bd192d47aaa
equal deleted inserted replaced
1:6f2c1c46032b 2:6c1a2771f4b7
    25 #include "config.h"
    25 #include "config.h"
    26 
    26 
    27 #include "cpixidxdb.h"
    27 #include "cpixidxdb.h"
    28 #include "itk.h"
    28 #include "itk.h"
    29 
    29 
       
    30 
       
    31 /** 
       
    32  * 
       
    33  *Enum for the Kind of Field to be feteched
       
    34  */
       
    35 
       
    36 enum Efield_type{
       
    37     LCPIX_DOCUID,
       
    38     LCPIX_APPCLASS,
       
    39     LCPIX_UNTOKENIZED_APPCLASS,
       
    40     LCPIX_EXCERPT,
       
    41     LCPIX_MIMETYPE,
       
    42     LCPIX_DEFAULT,
       
    43     LCPIX_DEFAULT_PREFIX,
       
    44     LCPIX_FILTERID,
       
    45     LCPIX_QUADFILTER,
       
    46     LCPIX_FILEPARSER,
       
    47     LTERM_TEXT,
       
    48     LTERM_DOCFREQ
       
    49 };
    30 /**
    50 /**
    31 
    51 
    32  * To be able to search for docuids, we need to process them (from
    52  * To be able to search for docuids, we need to process them (from
    33  * number to ascii) so that they are not removed by the current
    53  * number to ascii) so that they are not removed by the current
    34  * analyzers.
    54  * analyzers.