Description
According to the text-extraction documentation there is currently no need to set a segmentstore for the extract command.
java -cp tika-app-1.15.jar:oak-run.jar \ org.apache.jackrabbit.oak.run.Main tika \ --data-file binary-stats.csv \ --store-path ./store \ --fds-path /path/to/datastore --extract
The command parser expects a string option so the workaround for this would be to provide a fake string at the end.
e.g:
java -cp .......... --extract fakestore
Attachments
Issue Links
- relates to
-
OAK-6117 Enable lucene indexing via oak-run
- Closed