*"release any SOLR resources" - no need.*
My query is answered. Thank you.
Regards
Rahul
On Mon, Aug 24, 2009 at 12:32 AM, Fuad Efendi wrote:
> Truly correct:
>
> - SOLR does not create HttpSession for user access to Admin screens (do we
> have any other screens of UI?)
> - SolrCore is shared
Truly correct:
- SOLR does not create HttpSession for user access to Admin screens (do we
have any other screens of UI?)
- SolrCore is shared object; closing it and reopening for each user session
is extremely expensive; this object requires gigabytes of RAM in even
simplest scenario
User doesn't
n one of many users (of
> another
> >> application) logs off?
> >>
> >> Usually one needs to clean up only user-session specific objects (such
> as
> >> non-persistent shopping cart)...
> >>
> >>
> >> -Original Message-
>
age-
>> From: Rahul R [mailto:rahul.s...@gmail.com]
>> Sent: August-21-09 1:20 AM
>> To: solr-user@lucene.apache.org
>> Subject: Implementing a logout
>>
>> Hello,
>> Can somebody give me some pointers on the Solr objects I need to clean
>> up/relea
-
> From: Rahul R [mailto:rahul.s...@gmail.com]
> Sent: August-21-09 1:20 AM
> To: solr-user@lucene.apache.org
> Subject: Implementing a logout
>
> Hello,
> Can somebody give me some pointers on the Solr objects I need to clean
> up/release while doing a logout on a Solr A
ginal Message-
From: Rahul R [mailto:rahul.s...@gmail.com]
Sent: August-21-09 1:20 AM
To: solr-user@lucene.apache.org
Subject: Implementing a logout
Hello,
Can somebody give me some pointers on the Solr objects I need to clean
up/release while doing a logout on a Solr Application. I find that
Hello,
Can somebody give me some pointers on the Solr objects I need to clean
up/release while doing a logout on a Solr Application. I find that only the
SolrCore object has a close() method. I typically do a lot of faceting
queries on a large dataset with my application. I am using Solr 1.3.0.
Re