You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would I build this project without the reconciliation part?
All that I'm interested in is the RDF Export functionality and it's currently throwing lucene errors on a fuse filesystem that doesn't implement the native lock. I believe this is coming from the reconciliation part.
If it is, how can leave that part out of the build?
If it is not, how could I get around this? Where would I configure lucene to use a simple lock (which I've seen before and is known to work with fuse filesystems)
The text was updated successfully, but these errors were encountered:
How would I build this project without the reconciliation part?
All that I'm interested in is the RDF Export functionality and it's currently throwing lucene errors on a fuse filesystem that doesn't implement the native lock. I believe this is coming from the reconciliation part.
If it is, how can leave that part out of the build?
If it is not, how could I get around this? Where would I configure lucene to use a simple lock (which I've seen before and is known to work with fuse filesystems)
The text was updated successfully, but these errors were encountered: