One moment please...
 
 
Exact Synergy Enterprise   
 

Install ElasticSearch Engine (Search All) version 7

With release 501 from Exact Synergy Enterprise, we ship Elasticsearch Engine (Search All) version 7.
This document describes how to install the new engine.
|
Install Engine
Navigate to the CAB folder of your Synergy installation
Start the file: ‘elasticsearch-7.17.0.exe’ to unzip the files to a folder on your server.
For example: C:\Exact\elasticsearch-7.17.0

Create System Environment Variable
Click on Windows key + R and enter: ‘sysdm.cpl’
Select tab: Advanced and click on the button: Environment Variables...
At the System variables click on the New button
Enter in the Variable name: ES_JAVA_HOME
Enter in the Variable value: [elasticsearch path]\jdk
For example: C:\Exact\elasticsearch-7.17.0\jdk

Install the Service
Open the Command prompt in admin mode and navigate to the BIN folder of your elasticsearch location.
For example: C:\Exact\elasticsearch-7.17.0\bin
Type the following command: elasticsearch-service.bat install

c:\exact\elasticsearch-7.17.7\bin>elasticsearch-service.bat install
Installing service : "elasticsearch-service-x64"
Using ES_JAVA_HOME (64-bit): "c:\exact\elasticsearch\jdk"
The service 'elasticsearch-service-x64' has been installed.

Start the Engine
Click on Windows key + R and enter: ‘services.msc
Locate the Elasticsearch service and change the startup type to Automatic and start the service.

Test if Service is running correctly
After starting the engine it can take more than 1 minute before engine is active.
To check if the engine is running open your web browser and navigate to: http:\\localhost:9200
The result looks like:
{
"name" : "ServerName",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "giMSUTi7QFmwVKFOqFQsEA",
"version" : {
"number" : "7.17.0",
"build_flavor" : "default",
"build_type" : "zip",
"build_hash" : "bee86328705acaa9a6daede7140defd4d9ec56bd",
"build_date" : "2022-01-28T08:36:04.875279988Z",
"build_snapshot" : false,
"lucene_version" : "8.11.1",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}

Done
You have now successfully installed the Elasticsearch engine and are ready to index your entity using the Exact.Search.Tool.exe located in the BIN folder of your Synergy installation.

     
 Main Category: Attachments & notes  Document Type: Online help main
 Category:  Security  level: All - 0
 Sub category:  Document ID: 30.994.999
 Assortment:  Date: 12-12-2022
 Release:  Attachment:
 Disclaimer

Tags
No tags added
Attachments
Install ElasticSearch Engine (Search All) version 7.docx 21.1 KB View Download