searchsrv_plat/cpix_framework_api/inc/rsearchserversession.h
changeset 10 afe194b6b1cd
parent 0 671dee74050a
child 14 8bd192d47aaa
equal deleted inserted replaced
9:d575fd691cf9 10:afe194b6b1cd
   163       * @param aAnalyzer Analyzer definition string. View the documentation for format. 
   163       * @param aAnalyzer Analyzer definition string. View the documentation for format. 
   164       */
   164       */
   165 	IMPORT_C void SetAnalyzerL(const TDesC& aAnalyzer);
   165 	IMPORT_C void SetAnalyzerL(const TDesC& aAnalyzer);
   166 	IMPORT_C void SetAnalyzer(const TDesC& aAnalyzer, TRequestStatus& aStatus);
   166 	IMPORT_C void SetAnalyzer(const TDesC& aAnalyzer, TRequestStatus& aStatus);
   167 
   167 
       
   168 	
       
   169 	IMPORT_C void SetQueryParserL(TInt aQueryParser);
       
   170 	IMPORT_C void SetQueryParser(TInt aQueryParser, TRequestStatus& aStatus);
       
   171 
   168     /**
   172     /**
   169      * Search.
   173      * Search.
   170      * Issues a request for a search
   174      * Issues a request for a search
   171      * @param aStatus The TRequestStatus object to be used for async comms.
   175      * @param aStatus The TRequestStatus object to be used for async comms.
   172      */
   176      */