SAP ABAP Function Module TREX_EXT_CRAWL_GLOB_STATISTICS (get statisitcs for a TREX crawl (cruise))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TRX-API (Application Component) TREX ABAP + JAVA API
     STREX (Package) TREX ABAP client
Basic Data
Function Module TREX_EXT_CRAWL_GLOB_STATISTICS get statisitcs for a TREX crawl (cruise)  
Function Group TREX_EXT_CRAWLER   External: TREX crawler functions  
Program Name SAPLTREX_EXT_CRAWLER    
INCLUDE Name LTREX_EXT_CRAWLERU12    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_START_TIME TYPE TREXS_CRUISER-DATE_TIME start of the crawling
Exporting E_FINISH_TIME TYPE TREXS_CRUISER-DATE_TIME end of the crawling
Exporting E_STATE TYPE TREXS_CRUISER-STATUS 0=completeed,1=running,.. (see source code)
Exporting E_ALL_URLS TYPE TREXS_CRUISER-COUNTER number of all URLs for the crawl
Exporting E_URLS_VISITED TYPE TREXS_CRUISER-COUNTER number of URLs visited
Exporting E_URLS_TO_BE_VISITED TYPE TREXS_CRUISER-COUNTER number of URLs which are not visited
Exporting E_URLS_INDEXED TYPE TREXS_CRUISER-COUNTER number of URLS send to the index/queue server
Exporting E_ERROR_COUNT TYPE TREXS_CRUISER-COUNTER number of errors (e.g. HTTP get error 404)
Exporting E_NEW_VISITED TYPE TREXS_CRUISER-COUNTER number of new URLS
Exporting E_NEW_INDEXED TYPE TREXS_CRUISER-COUNTER number of new ULS send to the index/queue server
Exporting E_NEW_UPDATED TYPE TREXS_CRUISER-COUNTER number of URLS where the modify date was changed
Exporting E_NEW_DELETED TYPE TREXS_CRUISER-COUNTER number of deleted ((not found again) URLS
Exporting E_AVERAGE TYPE TREXS_CRUISER-COUNTER number of average crawled documents
Exporting E_RETURN_CODE TYPE TREX_RFC-RETURN_CODE Return Code
Exporting E_RETURN_TEXT TYPE TREX_RFC-RETURN_TEXT Return Text
Importing I_RFC_DESTINATION TYPE TREX_RFC-RFC_DESTINATION RFC destination to TREX
Importing I_CRUISE_NAME TYPE TREXS_CRUISER-CRUISE_NAME name of the crawl / cruise
Exception CONVERSION_ERROR TYPE Error during conversion to UTF-8
Exception ERROR TYPE Error, see error message
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20070418 
SAP Release Created in 710