diff -r 3e1f76dd2722 -r 2c484ac32ef0 searchengine/cpix/cpix/inc/private/document.h --- 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_; };