On 01/07/14 07:08, Kamalraj Jairam wrote:
Hello All,
I have couple of questions on TDB
1) How do i bulk load a data into TDB dataset
tdbloader
2) How do i run a reasoner before bulk loading
Somewhat depends on what level of reasoning you wish to have.
Run the reasoner, write out N-Triples, load N-Triples
3) If there are number of text data, how do i enable Lucene indexing ?
(Examples would be good)
From email June 6th:
If i want to create a lucene index based on "base uri” and text fields of the
data , how do i go about doing that?
See http://jena.apache.org/documentation/query/text-query.html
Andy
Thanks