-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update scripts to use warc-indexer 3.3.1
- Loading branch information
1 parent
ebbaf37
commit f9ca772
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cd /D "%~dp0" | ||
|
||
FOR /R warcs1 %%G IN (*.*) do java -Dfile.encoding=UTF-8 -Xmx2048M -Djava.io.tmpdir=tika_tmp -jar warc-indexer-3.2.0-SNAPSHOT-jar-with-dependencies.jar -c config3.conf -s "http://localhost:8983/solr/netarchivebuilder" "%%G" | ||
FOR /R warcs1 %%G IN (*.*) do java -Dfile.encoding=UTF-8 -Xmx2048M -Djava.io.tmpdir=tika_tmp -jar warc-indexer-3.3.1-jar-with-dependencies.jar -c config3.conf -s "http://localhost:8983/solr/netarchivebuilder" "%%G" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cd /D "%~dp0" | ||
|
||
FOR /R warcs2 %%G IN (*.*) do java -Dfile.encoding=UTF-8 -Xmx2048M -Djava.io.tmpdir=tika_tmp -jar warc-indexer-3.2.0-SNAPSHOT-jar-with-dependencies.jar -c config3.conf -s "http://localhost:8983/solr/netarchivebuilder" "%%G" | ||
FOR /R warcs2 %%G IN (*.*) do java -Dfile.encoding=UTF-8 -Xmx2048M -Djava.io.tmpdir=tika_tmp -jar warc-indexer-3.3.1-jar-with-dependencies.jar -c config3.conf -s "http://localhost:8983/solr/netarchivebuilder" "%%G" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters