searchengine/cpix/cpix/inc/public/cpixdoc.h
changeset 19 e3c09e9691e0
parent 7 a5fbfefd615f
equal deleted inserted replaced
17:7cda54f2d97f 19:e3c09e9691e0
    74             // disable storing of norms
    74             // disable storing of norms
    75             cpix_INDEX_UNTOKENIZED = 64,
    75             cpix_INDEX_UNTOKENIZED = 64,
    76             
    76             
    77             // index the value of the field without the stop word analyzer and
    77             // index the value of the field without the stop word analyzer and
    78             // store it in _aggregate
    78             // store it in _aggregate
    79             cpix_FREE_TEXT = 128
    79             cpix_FREE_TEXT= 128,
       
    80             
       
    81             // index the value of the field using phonenumber analyser to split numbers
       
    82             // and store it in _aggregate
       
    83             cpix_PHONE_NUMBER = 256
    80         };
    84         };
    81 
    85 
    82     typedef enum cpix_Index_ cpix_Index;
    86     typedef enum cpix_Index_ cpix_Index;
    83 
    87 
    84     enum cpix_Aggregate_ 
    88     enum cpix_Aggregate_