RE: Implementing a logout

2009-08-23 Thread Fuad Efendi
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

Re: response issues with ruby and json

2009-08-23 Thread Matt Mitchell
Thanks Yonik. Yeah the additional facet fields being added by the client do make it a little more complicated. Matt On Sun, Aug 23, 2009 at 12:47 PM, Yonik Seeley wrote: > The spellcheck issue needs to be resolved. > > It doesn't seem like a good idea to access facet.fields by position > though

Re: Implementing a logout

2009-08-23 Thread Rahul R
Just clarifying : My query was more specific to Solr. I wanted to check if there are any Solr resources that are session-specific that we need to release. *>> I can't understand: do you use several web applications in a same >> container? >> Are you trying to close shared SolrCore when one of many

Re: response issues with ruby and json

2009-08-23 Thread Yonik Seeley
The spellcheck issue needs to be resolved. It doesn't seem like a good idea to access facet.fields by position though - there has never been any guarantee about the order that these come back in, and additional ones could be added as default parameters for example. -Yonik http://www.lucidimaginat

Phrase synonyms not working | Synonyms not in search results

2009-08-23 Thread solrnoob
We are facing following issues with our Solr 1.3.0 : 1. Phrase synonym not working – Search for multi word terms (phrase) is not working for our Solr configuration. Be it a one-way synonym or two-way, it’s not working for a phrase. For phrase search, we are enclosing the term as well as the

Re: Get used indices

2009-08-23 Thread Erik Hatcher
On Aug 21, 2009, at 5:44 PM, Shalin Shekhar Mangar wrote: On Fri, Aug 21, 2009 at 3:31 PM, Alexander Herzog wrote: Hi I'm using dynamic fields and was wandering how to retrieve information about used indices (wether they are empty and what actually do exist) via a a rest call? Did y