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 hav

Re: Text Search Using Lucene

2016-11-28 Thread Kumar,Abhishek
# SPARQL query service fuseki:serviceQuery "sparql" ; # SPARQL query service fuseki:serviceUpdate "update" ; # SPARQL query service fuseki:serviceUpload "upload" ; # Non-SPARQL upload service fuseki:serviceReadWriteGrap

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 files

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 your

Re: Text Search Using Lucene

2016-11-29 Thread Rob Vesse
eki:serviceReadWriteGraphStore "data" ; # SPARQL Graph store protocol (read and write) fuseki:dataset :text_dataset; . From: Kumar,Abhishek Sent: Monday, November 28, 2016 6:31:03 PM To: users@