.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. _RemoteIndexer: ======================================== Remote indexer ======================================== Using the remote indexer you can transfer search results from one TYPO3 instance to another. In the main instance you can then search both, the main and the remote index using the same search form. Configuration steps =================== - Install ke_search_premium in the main and in the remote TYPO3 instance. - Activate the "API" function in the extension manager. - On the remote website: Set username and password in the "API" tab. - On the main website: Add an indexer configuration. Configure the domain, login data and page uid on which the search index is saved in the remote instance. - Starting the indexer will now transfer the data from remote to the main instance where it can be searched. - You can set a tag in order to use facetting for the transfered data. .. Note:: * Protected content (frontend user group) will not be transferred. * Content for files will be transferred, but the links won't work. This is currently not implemented. * Fetching the data is done via a SOAP request. The remote instance must be accessible via SOAP. You must have the PHP SOAP extension installed. Activate API function --------------------- .. image:: ../Images/RemoteIndexer/01_remote-indexer_enable_API.png :alt: Activate API function Add an indexer configuration ---------------------------- .. image:: ../Images/RemoteIndexer/02_remote-indexer_remote.png :alt: Add an indexer configuration .. image:: ../Images/RemoteIndexer/03_remote-indexer_remote.png :alt: Configure the indexer configuration