searchsrv_plat/cpix_framework_api/inc/csearchdocument.h
changeset 18 3e1f76dd2722
parent 0 671dee74050a
child 21 2c484ac32ef0
equal deleted inserted replaced
15:cf5c74390b98 18:3e1f76dd2722
   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