diff -r cf5c74390b98 -r 3e1f76dd2722 searchsrv_plat/cpix_framework_api/inc/csearchdocument.h --- a/searchsrv_plat/cpix_framework_api/inc/csearchdocument.h Wed Aug 18 10:53:26 2010 +0300 +++ b/searchsrv_plat/cpix_framework_api/inc/csearchdocument.h Thu Sep 02 21:37:32 2010 +0300 @@ -181,6 +181,17 @@ * ranked higher in the search results. */ IMPORT_C TReal32 Boost() const; + +#ifdef USE_HIGHLIGHTER + /** + * Adds the contents to field which will be + * shown in the first line of searchUI. + * The fields included here in this field should + * not be included in excerpt field(second line in seachUI) + * @param aExcerpt Excerpt text to add to the document. + */ + IMPORT_C void AddHLDisplayFieldL(const TDesC& aField); +#endif private: // Constructors