searchsrv_plat/cpix_framework_api/inc/csearchdocument.h
changeset 19 e3c09e9691e0
parent 17 7cda54f2d97f
equal deleted inserted replaced
17:7cda54f2d97f 19:e3c09e9691e0
   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 	
   184 	
   185 #ifdef USE_HIGHLIGHTER	
   185 
   186 	/**
   186 	/**
   187      * Adds the contents to field which will be 
   187      * Adds the contents to field which will be 
   188      * shown in the first line of searchUI.
   188      * shown in the first line of searchUI.
   189      * The fields included here in this field should 
   189      * The fields included here in this field should 
   190      * not be included in excerpt field(second line in seachUI)
   190      * not be included in excerpt field(second line in seachUI)
   191      * @param aExcerpt Excerpt text to add to the document.
   191      * @param aExcerpt Excerpt text to add to the document.
   192      */ 
   192      */ 
   193     IMPORT_C void AddHLDisplayFieldL(const TDesC& aField);
   193     IMPORT_C void AddHLDisplayFieldL(const TDesC& aField);
   194 #endif
   194 
   195 
   195 
   196 private: // Constructors
   196 private: // Constructors
   197 	
   197 	
   198 	/**
   198 	/**
   199 	 * C++ default constructor
   199 	 * C++ default constructor