searchengine/cpix/cpix/inc/public/cpix_async.h
changeset 14 8bd192d47aaa
parent 0 671dee74050a
equal deleted inserted replaced
13:fcb2a58c181b 14:8bd192d47aaa
   484      *
   484      *
   485      * @return the job id of the created job, if successful
   485      * @return the job id of the created job, if successful
   486      */
   486      */
   487     cpix_JobId cpix_Hits_asyncDoc(cpix_Hits          * thisHits,
   487     cpix_JobId cpix_Hits_asyncDoc(cpix_Hits          * thisHits,
   488                                   int32_t              index,
   488                                   int32_t              index,
   489                                   cpix_Document      * target,
   489                                   cpix_Document      ** target,
   490                                   void               * cookie,
   490                                   void               * cookie,
   491                                   cpix_AsyncCallback * callback);
   491                                   cpix_AsyncCallback * callback,
       
   492                                   int32_t              count);
   492 
   493 
   493 
   494 
   494     /**
   495     /**
   495      * Collects the results of the completed async doc-retrieval
   496      * Collects the results of the completed async doc-retrieval
   496      * operation on thisHits. Error status of the job execution is
   497      * operation on thisHits. Error status of the job execution is