Re: solr filesystem dependencies

2008-10-07 Thread Erlend Hamnaberg
Right. Thanks guys. On Tue, Oct 7, 2008 at 6:01 AM, Chris Hostetter [EMAIL PROTECTED]wrote: : To instantiate the schema and core, you should not *need* any files on disk -- : however, many of the plugins expect files like 'stopwords.txt' 'elevate.xml' : etc. They use the ResourceLoader,

Re: solr filesystem dependencies

2008-10-06 Thread Ryan McKinley
On Oct 6, 2008, at 5:58 PM, Chris Hostetter wrote: : The only filesystem dependency that I want is the index itself. should we assume you're baking your solrconfig.xml and schema.xml directly into a jar? : The current implementation of the SolrResource seems to suggest that i need : a

Re: solr filesystem dependencies

2008-10-06 Thread Chris Hostetter
: To instantiate the schema and core, you should not *need* any files on disk -- : however, many of the plugins expect files like 'stopwords.txt' 'elevate.xml' : etc. They use the ResourceLoader, so (in theory) you could hijack that to : send stuff from your .jar you shouldn't need to hijack

Re: solr filesystem dependencies

2008-10-02 Thread Erlend Hamnaberg
Anyone? On Thu, Sep 25, 2008 at 2:58 PM, Erlend Hamnaberg [EMAIL PROTECTED] wrote: Hi list. I am using the EmbeddedSolrServer to embed solr in my application, however I have run into a snag. The only filesystem dependency that I want is the index itself. The current implementation of the

solr filesystem dependencies

2008-09-25 Thread Erlend Hamnaberg
Hi list. I am using the EmbeddedSolrServer to embed solr in my application, however I have run into a snag. The only filesystem dependency that I want is the index itself. The current implementation of the SolrResource seems to suggest that i need a filesystem dependency to keep my configuration