Re: Text Search Using Lucene

2016-11-29 Thread Rob Vesse
vice fuseki:serviceReadWriteGraphStore "data" ; # SPARQL Graph store protocol (read and write) fuseki:dataset :text_dataset; . From: Kumar,Abhishek <abhishekaku...@ufl.edu>

Re: Text Search Using Lucene

2016-11-29 Thread Osma Suominen
Sorry I misinterpreted the StackOverflow link, so please ignore the part about the version. I'm assuming you are using a recent Fuseki version. -Osma 29.11.2016, 10:55, Osma Suominen kirjoitti: Hi Abhishek, What are the contents of the Lucene index directory (called "Lucene" according to

Re: Text Search Using Lucene

2016-11-29 Thread Osma Suominen
Hi Abhishek, What are the contents of the Lucene index directory (called "Lucene" according to your configuration) after the text indexing operation? I.e. is the directory - nonexistent or completely empty? - with a few empty or very small (up to a few kilobytes) files? - with real index

Text Search Using Lucene

2016-11-28 Thread Kumar,Abhishek
Hi, I am trying to implement text search in Jena via Fuseki. I have followed through the documentation and created assembler file. But after starting fuseki server using config parameter - there is no data in the dataset and thus returns no results for simple query or text query. What I