searcher/searchclient/src/csearchdocument.cpp
changeset 16 2729d20a0010
parent 0 671dee74050a
child 17 7cda54f2d97f
equal deleted inserted replaced
14:8bd192d47aaa 16:2729d20a0010
   244 EXPORT_C TReal32 CSearchDocument::Boost() const
   244 EXPORT_C TReal32 CSearchDocument::Boost() const
   245 	{
   245 	{
   246 	return iBoost; 
   246 	return iBoost; 
   247 	}
   247 	}
   248 
   248 
       
   249 //#ifdef USE_HIGHLIGHTER
       
   250 //EXPORT_C void CSearchDocument::AddHLDisplayFieldL(const TDesC& aField)
       
   251 //    {
       
   252 //    // Needs to be tokenised to rewrite the query, but should not be searchable so EAggregateNo.
       
   253 //    AddFieldL( _L( CPIX_HL_EXCERPT_FIELD ), aField, CDocumentField::EStoreYes | CDocumentField::EIndexTokenized | CDocumentField::EAggregateNo );
       
   254 //    }
       
   255 //#endif