diff -r 7cda54f2d97f -r e3c09e9691e0 searchengine/cpix/cpix/inc/public/cpixdoc.h --- a/searchengine/cpix/cpix/inc/public/cpixdoc.h Tue Aug 31 17:30:16 2010 +0530 +++ b/searchengine/cpix/cpix/inc/public/cpixdoc.h Mon Sep 06 09:24:34 2010 +0530 @@ -76,7 +76,11 @@ // index the value of the field without the stop word analyzer and // store it in _aggregate - cpix_FREE_TEXT = 128 + cpix_FREE_TEXT= 128, + + // index the value of the field using phonenumber analyser to split numbers + // and store it in _aggregate + cpix_PHONE_NUMBER = 256 }; typedef enum cpix_Index_ cpix_Index;