I have been playing with GraphDB's Lucene connector as a way to perform full-text search over a large amount of data, via SPARQL queries. I got the example working.1 Is there another way to read/write Lucene's data, other than going through SPARQL? For lots of large documents, I am concerned that it may be inefficient to load them all through SPARQL, rather than doing some kind of bulk load directly into Lucene.
Is there a way to access Lucene more directly, instead of going through SPARQL?