searchengine/cpix/cpix/inc/private/document.h
changeset 7 a5fbfefd615f
parent 0 671dee74050a
child 19 e3c09e9691e0
equal deleted inserted replaced
3:ae3f1779f6da 7:a5fbfefd615f
    72 
    72 
    73         int isBinary() const;
    73         int isBinary() const;
    74 
    74 
    75         int isIndexed() const;
    75         int isIndexed() const;
    76 
    76 
    77         bool isAggregated()  const; 
    77         bool isAggregated()  const;
       
    78         
       
    79         bool isFreeText()  const; 
    78 		
    80 		
    79         float_t boost() const;
    81         float_t boost() const;
    80 
    82 
    81         void setBoost(float_t boost);
    83         void setBoost(float_t boost);
    82 
    84 
    91         bool own_;
    93         bool own_;
    92 		
    94 		
    93         lucene::document::Field* field_;
    95         lucene::document::Field* field_;
    94 		
    96 		
    95         bool aggregate_;
    97         bool aggregate_;
       
    98         
       
    99         bool freeText_;
    96 	
   100 	
    97     };
   101     };
    98 	
   102 	
    99     class DocumentFieldIterator {
   103     class DocumentFieldIterator {
   100     public: 
   104     public: