Re: Too Many Open Files

2010-06-28 Thread Michel Bottan
sockets or control file handlers. 2. Open files limits configuration is low . Check your limits, read it from JVM process info: cat /proc/1234/limits (where 1234 is your process ID) Cheers, Michel Bottan On Mon, Jun 28, 2010 at 1:18 PM, Erick Erickson erickerick...@gmail.comwrote

Re: weird problem with letters S and T

2009-10-29 Thread Michel Bottan
. fq=title_sort:[a TO b]s=title_sort asc (títulos começando em A até N) 4. Read field value for presentation from the original field Cheers! Michel Bottan On Thu, Oct 29, 2009 at 1:23 AM, Norberto Meijome numard...@gmail.comwrote: On Wed, 28 Oct 2009 19:20:37 -0400 Joel Nylund jnyl

Re: Environment Timezone being considered when using SolrJ

2009-10-28 Thread Michel Bottan
Hi Hoss, Thanks for the clarification again. Now I can see where the problem resides. My client application was formatting date fields using SimpleDateFormat and as you said, it assumes host timezone configuration. : your dateFormat object doesn't know that the 'Z' at the end of the string you

Re: Environment Timezone being considered when using SolrJ

2009-10-23 Thread Michel Bottan
Hi Hoss, Thanks for the clarification. I've a wrote a Unit Test in order to simulate the date processing. A high level detail of this problem is that it occurs only when used the JavaBin custom format (wt=javabin), in this case the dates get back set with environment UTC offset coordinates. On

Re: Boosting of words

2009-10-15 Thread Michel Bottan
Hi Bhaskar, The parameter you're looking for is the Boost Query. Remember using Dismax Query Handler. http://wiki.apache.org/solr/DisMaxRequestHandler#bq_.28Boost_Query.29 http://localhost:8983/solr/select/?q=videoqt=dismaxbq=cat:electronics^5.0 Michel On Thu, Oct 15, 2009 at 6:04 AM,

Re: facets: case and accent insensitive sort

2009-08-27 Thread Michel Bottan
=solr.LowerCaseFilterFactory/ filter class=solr.ISOLatin1AccentFilterFactory/ /analyzer /fieldType Cheers, Michel Bottan On Mon, Jun 29, 2009 at 10:17 AM, Sébastien Lamy lamys...@free.fr wrote: Thanks for your reply. I will have a look at this. Peter Wolanin a écrit : Seems like

Re: are there any good samples / tutorials on making queries facets ?

2009-06-20 Thread Michel Bottan
Hi Jonathan, I think this is the best article related to faceted search. http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Faceted-Search-Solr On Sat, Jun 20, 2009 at 9:56 PM, Jonathan Vanasco jvana...@2xlp.com wrote: i've gone through the official docs a few times, and