searchengine/cpix/cpix/inc/public/cpixdoc.h
changeset 21 2c484ac32ef0
parent 7 a5fbfefd615f
--- a/searchengine/cpix/cpix/inc/public/cpixdoc.h	Thu Sep 02 21:37:32 2010 +0300
+++ b/searchengine/cpix/cpix/inc/public/cpixdoc.h	Fri Sep 17 08:35:54 2010 +0300
@@ -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;