searchengine/cpix/cpix/inc/private/document.h
changeset 7 a5fbfefd615f
parent 0 671dee74050a
child 19 e3c09e9691e0
--- a/searchengine/cpix/cpix/inc/private/document.h	Thu May 27 13:59:44 2010 +0300
+++ b/searchengine/cpix/cpix/inc/private/document.h	Fri Jun 11 14:43:47 2010 +0300
@@ -74,7 +74,9 @@
 
         int isIndexed() const;
 
-        bool isAggregated()  const; 
+        bool isAggregated()  const;
+        
+        bool isFreeText()  const; 
 		
         float_t boost() const;
 
@@ -93,6 +95,8 @@
         lucene::document::Field* field_;
 		
         bool aggregate_;
+        
+        bool freeText_;
 	
     };