jena-text with Lucene requires Solr?

2013-06-26 Thread tadum tada
Hello! trying to use jena-text with Lucene here. But it says ClassNotFoundException: org.apache.solr.client.solrj.SolrServer because it tries to load that in TextAssembler.init(). Is there a way to tell it that I don't even want to use Solr? Thanks! P.S. using Jena 2.10.2 with jean-text from:

Re: jena-text with Lucene requires Solr?

2013-06-26 Thread Andy Seaborne
On 26/06/13 15:15, tadum tada wrote: Hello! trying to use jena-text with Lucene here. But it says ClassNotFoundException: org.apache.solr.client.solrj.SolrServer because it tries to load that in TextAssembler.init(). Is there a way to tell it that I don't even want to use Solr? Thanks!