fadmaa / grefine-rdf-extension

An extension to Google Refine that enables graphical mapping of Google Refine project data to an RDF skeleton and then exporting it in RDF format
http://refine.deri.ie
Other
94 stars 55 forks source link

Building without reconcile #116

Open afduarte opened 8 years ago

afduarte commented 8 years ago

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)