You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Per Steffensen <st...@designware.dk> on 2014/01/23 09:26:05 UTC

Solr in non-persistent mode

Hi

In Solr 4.0.0 I used to be able to run with persistent=false (in 
solr.xml). I can see 
(https://cwiki.apache.org/confluence/display/solr/Format+of+solr.xml) 
that persistent is no longer supported in solr.xml. Does this mean that 
you cannot run in non-persistent mode any longer, or does it mean that I 
have to configure it somewhere else?

Thanks!

Regards, Per Steffensen

Re: Solr in non-persistent mode

Posted by Per Steffensen <st...@designware.dk>.
Well, we where using it in our automatic tests to make them run faster - 
so that is at least an use-case. But after upgrade to 4.4 using the new 
solr.xml-style we are not running our test-suite with Solrs in 
non-persistent mode anymore (we cant). But actually it seems like the 
test-suite is completed in almost the same time as before, so it is not 
a big issue for us.

Regards, Per Steffensen

On 1/23/14 6:09 PM, Mark Miller wrote:
> Yeah, I think we removed support in the new solr.xml format. It should still work with the old format.
>
> If you have a good use case for it, I don’t know that we couldn’t add it back with the new format.
>
> - Mark
>
>
>
> On Jan 23, 2014, 3:26:05 AM, Per Steffensen <st...@designware.dk> wrote: Hi
>
> In Solr 4.0.0 I used to be able to run with persistent=false (in
> solr.xml). I can see
> (https://cwiki.apache.org/confluence/display/solr/Format+of+solr.xml)
> that persistent is no longer supported in solr.xml. Does this mean that
> you cannot run in non-persistent mode any longer, or does it mean that I
> have to configure it somewhere else?
>
> Thanks!
>
> Regards, Per Steffensen
>


Re: Solr in non-persistent mode

Posted by Mark Miller <ma...@gmail.com>.
Yeah, I think we removed support in the new solr.xml format. It should still work with the old format.  

If you have a good use case for it, I don’t know that we couldn’t add it back with the new format.

- Mark  



On Jan 23, 2014, 3:26:05 AM, Per Steffensen <st...@designware.dk> wrote: Hi

In Solr 4.0.0 I used to be able to run with persistent=false (in
solr.xml). I can see
(https://cwiki.apache.org/confluence/display/solr/Format+of+solr.xml)
that persistent is no longer supported in solr.xml. Does this mean that
you cannot run in non-persistent mode any longer, or does it mean that I
have to configure it somewhere else?

Thanks!

Regards, Per Steffensen