searchengine/cpix/cpix/inc/private/initparams.h
changeset 8 6547bf8ca13a
parent 1 6f2c1c46032b
equal deleted inserted replaced
7:a5fbfefd615f 8:6547bf8ca13a
   338         //
   338         //
   339 
   339 
   340         // for cpixreg.txt and automatic index paths
   340         // for cpixreg.txt and automatic index paths
   341         std::string                        cpixDir_;
   341         std::string                        cpixDir_;
   342 
   342 
       
   343         // for localization information
       
   344         std::string                        resourceDir_;
   343 
   345 
   344         // log related parameters
   346         // log related parameters
   345         std::string                        logFileBase_;
   347         std::string                        logFileBase_;
   346 
   348 
   347         Property<size_t, 
   349         Property<size_t, 
   400 
   402 
   401         const char * getCpixDir() const;
   403         const char * getCpixDir() const;
   402         void setCpixDir(const char * value);
   404         void setCpixDir(const char * value);
   403 
   405 
   404 
   406 
       
   407         const char * getResourceDir() const;
       
   408         void setResourceDir(const char * value);
       
   409 
       
   410 
   405         const char * getLogFileBase() const;
   411         const char * getLogFileBase() const;
   406         void setLogFileBase(const char * value);
   412         void setLogFileBase(const char * value);
   407 
   413 
   408         
   414         
   409         size_t getLogSizeLimit() const;
   415         size_t getLogSizeLimit() const;