SAP ABAP Function Module TREX_EXT_GET_CRAWL_INFORMATION (Delivers all information of a crawl (object))
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_GET_CRAWL_INFORMATION Delivers all information of a crawl (object)  
Function Group TREX_EXT_CRAWLER   External: TREX crawler functions  
Program Name SAPLTREX_EXT_CRAWLER    
INCLUDE Name LTREX_EXT_CRAWLERU08    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_INDEX_ID TYPE TREX_RFC-INDEX_ID indexid
Exporting E_LANGUAGE TYPE LAISO Language according to ISO 639
Exporting E_CREATE_SUSPENDED TYPE TREXS_CRUISER-NUMC1 1=cruise is suspended after creatation
Exporting E_MAX_DEPTH TYPE TREXS_CRUISER-COUNTER maximal depth which will be crawled
Exporting E_MAX_DOCSIZE TYPE TREXS_CRUISER-COUNTER maximal size in bytes which will be crawled
Exporting E_MIN_DOCSIZE TYPE TREXS_CRUISER-COUNTER minimal size in bytes which will be crawled
Exporting E_CRAWLING_ALGORITHM TYPE TREXS_CRUISER-NUMC1 0=down the tree; 1= same server; 2=same domain; 3 = top level domain, 4= free
Exporting E_PREPROCESSOR_POOL_SIZE TYPE TREXS_CRUISER-POOL_SIZE number of parallel requests to the PreProcessor processes
Exporting E_DONT_INDEX_DIRS TYPE TREXS_CRUISER-NUMC1 1=do not index directories
Exporting E_ACCESS_DELAY TYPE TREXS_CRUISER-COUNTER time between 2 HTTP gets in ms
Exporting E_MAX_RETRY_COUNT TYPE TREXS_CRUISER-COUNTER max retry of HTTP gets
Exporting E_USE_ROBOTRULES TYPE TREXS_CRUISER-NUMC1 1 = crawler is using robot rules
Exporting E_IS_MULTILANGUAGE_INDEX TYPE TREXS_CRUISER-NUMC1 1 = using multi language index
Exporting E_USER_AGENT TYPE TREXS_CRUISER-STRING_FIELD user agent for HTTP get
Exporting E_SCHEDULE_TIME TYPE TREXS_CRUISER-STRING_FIELD if not empty, scheduler will be used
Exporting E_PYTHON_COMMAND_ARGS TYPE TREXS_CRUISER-STRING_FIELD Python command for scheduled execution
Exporting E_RESULT_CONNECTOR_TYPE TYPE TREXS_CRUISER-NUMC1 (default )0=TREX index, 1=file, 2=dummy for python commands
Exporting E_USE_QUEUESERVER TYPE TREXS_CRUISER-NUMC1 X=using queue server for crawling / indexing
Exporting E_OPTIMIZE_EVERY TYPE TREXS_CRUISER-COUNTER call an optimize after indexing n documents
Exporting E_DEINDEX_FLAG TYPE TREXS_CRUISER-NUMC1 1= deindex documents which got an error during update crawl
Exporting E_USE_FREESTYLE_CONTAINER TYPE TREXS_CRUISER-NUMC1 1= concatenate all attribute values to one
Exporting E_GET_ACCESS_RIGHTS TYPE TREXS_CRUISER-NUMC1 1= extract ACLs from files
Exporting E_USE_RAPTOR_ATTRIBUTES TYPE TREXS_CRUISER-NUMC1 1= extracting standard attributes
Exporting E_CREATION_TIME TYPE TREXS_CRUISER-DATE_TIME creation time of the crawl
Exporting E_FILE_PATH TYPE TREXS_CRUISER-STRING_FIELD connector type = 1 (file) where documents will be stored
Exporting E_CRUISE_DOCUMENT_INFO TYPE TREXS_CRUISE_DOCUMENT_INFO meta information like seedurl etc.
Exporting E_CRUISE_EXTENSION_LIST TYPE TREXT_CRUISE_EXTENSION_LIST TREX cruiser extension list for parameters
Exporting E_CRUISE_PP_EXTENSION_LIST TYPE TREXT_CRUISE_EXTENSION_LIST TREX cruiser extension list for parameters
Exporting E_DOCKEY_CONVERSION_LIST TYPE TREXT_CRUISE_LIST cruiser list for convertion (e.g. document keys)
Exporting E_HOST_INFORMATION TYPE TREXT_CRUISE_HOST_INFORMATION TREX cruiser host information
Exporting E_REGULAR_EXPRESSION TYPE TREXT_CRUISER_REG_EXPRESSION regular expressions for the TREX cruiser/crawler
Exporting E_POSITIVE_FILE_EXTENSIONS TYPE TREXT_POSITIVE_FILE_EXTENSIONS list of positive files extensions which will be crawled
Exporting E_NEGATIVE_FILE_EXTENSION TYPE TREXT_NEGATIVE_FILE_EXTENSIONS list of negative files extensions which will NOT be crawled
Exporting E_EXCLUDE_DIRECTORIES TYPE TREXT_EXCLUDE_DIRECTORIES directories which must not be craweld
Exporting E_RESULT_CONNECTOR TYPE TREXT_CRUISE_RESULT_CONNECTOR TREX cruiser result connector
Exporting E_RETURN_CODE TYPE TREX_RFC-RETURN_CODE Returncode
Exporting E_RETURN_TEXT TYPE TREX_RFC-RETURN_TEXT Returntext
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