Paul Chibulcuteanu created OAK-6377:
---------------------------------------
Summary: Text extraction with oak-run and tika requires fake
string in the command to work
Key: OAK-6377
URL: https://issues.apache.org/jira/browse/OAK-6377
Project: Jackrabbit Oak
Issue Type: Bug
Components: lucene, run
Affects Versions: 1.7.2, 1.8
Reporter: Paul Chibulcuteanu
Priority: Minor
According to the [text-extraction documentation|
https://github.com/apache/jackrabbit-oak/blob/trunk/oak-doc/src/site/markdown/query/pre-extract-text.md#step-3---perform-the-text-extraction]
there is currently no need to set a segmentstore for the extract command.
The command parser expects a string option so the workaround for this would be
to provide a fake string at the end.
e.g:
{code}
java -cp .......... --extract fakestore
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)