searchengine/cpix/cpix/inc/private/document.h
changeset 21 2c484ac32ef0
parent 7 a5fbfefd615f
--- a/searchengine/cpix/cpix/inc/private/document.h	Thu Sep 02 21:37:32 2010 +0300
+++ b/searchengine/cpix/cpix/inc/private/document.h	Fri Sep 17 08:35:54 2010 +0300
@@ -76,7 +76,9 @@
 
         bool isAggregated()  const;
         
-        bool isFreeText()  const; 
+        bool isFreeText()  const;
+        
+        bool isPhoneNumber()  const; 
 		
         float_t boost() const;
 
@@ -97,6 +99,8 @@
         bool aggregate_;
         
         bool freeText_;
+        
+        bool phoneNumber_;
 	
     };