On Tue, Dec 1, 2015 at 7:24 PM, smg11 <[email protected]> wrote:
> As per my understanding, If we go with OSGI approach,  new oak file
> structure is created in local as you mentioned above.

Thats only for the SegmentNodeStore based deployment. For Mongo based
repository home is used to just for some cached index files and json
config file

> So to generate csv file using tika and oak run we need to provide fds-path.
> But we are unable to give fds path with this kind of structure. Any
> suggestion for this?

You can use the FDS path for the FileDataStore associated with
Jackrabbit setup . Also its better to keep FileDataStore and not store
binary files in Mongo. So while performing migration/upgrade retain
FileDataStore

Just for completeness - You can generate the csv programatically. For
e.g. when running in OSGi container and using Script Console you can
use script at [1]

Chetan Mehrotra
[1] https://gist.github.com/chetanmeh/be66363172532e09ee7d

Reply via email to