We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3a02d commit 9a6a252Copy full SHA for 9a6a252
README.md
@@ -6,3 +6,22 @@ For run migration command from any Object Database to Solr you can use jease bui
6
```
7
java -cp target/ROOT/WEB-INF/classes:target/ROOT/WEB-INF/lib/* jfix.db4o.engine.migration.AnytoSolr http://localhost:8983/solr/jease
8
9
+
10
+ Before use above command you must start solr.
11
12
13
+ Installing Solr
14
15
+For the purposes of this tutorial, I'll assume you're on a Linux or Mac environment.
16
17
+You should also have JDK 6 or above installed.
18
19
+wget http://www-us.apache.org/dist/lucene/solr/7.3.1/solr-7.3.1.tgz
20
21
+tar -zxvf solr-7.3.1.tgz
22
23
+Starting Solr
24
25
+cd solr/bin
26
27
+$./solr start
0 commit comments