You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If running with --clear, then the existing index will be cleared before the import starts.
29
29
30
+
To run with the web interface, run the following in your terminal:
31
+
```
32
+
java -Xmx1g -jar excelastic-1.2.6.jar
33
+
```
30
34
When the application successfully connects to the ElasticSearch server, the browser will automatically open a new tab.
31
35
32
36
If any connection errors occur check that the ElasticSearch listen port matches with the elastic_port in the configuration file. Make sure that ElasticSearch is running by directing your browser at [localhost:9200](http://localhost:9200/).
0 commit comments