searchsrv_plat/cpix_framework_api/inc/csearchdocument.h
changeset 16 2729d20a0010
parent 0 671dee74050a
child 17 7cda54f2d97f
equal deleted inserted replaced
14:8bd192d47aaa 16:2729d20a0010
   179 	/**
   179 	/**
   180 	 * Gets the document boost. Documents with high boost value are
   180 	 * Gets the document boost. Documents with high boost value are
   181 	 * ranked higher in the search results. 
   181 	 * ranked higher in the search results. 
   182 	 */
   182 	 */
   183 	IMPORT_C TReal32 Boost() const; 
   183 	IMPORT_C TReal32 Boost() const; 
       
   184 	
       
   185 //#ifdef USE_HIGHLIGHTER	
       
   186 //	/**
       
   187 //     * Adds the contents to field which will be 
       
   188 //     * shown in the first line of searchUI.
       
   189 //     * The fields included here in this field should 
       
   190 //     * not be included in excerpt field(second line in seachUI)
       
   191 //     * @param aExcerpt Excerpt text to add to the document.
       
   192 //     */ 
       
   193 //    IMPORT_C void AddHLDisplayFieldL(const TDesC& aField);
       
   194 //#endif
   184 
   195 
   185 private: // Constructors
   196 private: // Constructors
   186 	
   197 	
   187 	/**
   198 	/**
   188 	 * C++ default constructor
   199 	 * C++ default constructor