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 ResourceL
: 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 any
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
: >
: > 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 filesystem dependency to keep my configuration in.
I
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
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