Re: Too Many Open Files

2010-06-28 Thread Michel Bottan
e properly 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 wrote: > This probably means y

Re: weird problem with letters S and T

2009-10-29 Thread Michel Bottan
lyzer 2. Create a copy field from its original 3. Use Filter Quey to filter i.e. &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 O

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 a

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

Environment Timezone being considered when using SolrJ

2009-10-22 Thread Michel Bottan
DateField dateField = new DateField(); System.out.println(dateField.toObject(field)); } } Thanks in advance! Michel Bottan

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=video&qt=dismax&bq=cat:electronics^5.0 Michel On Thu, Oct 15, 2009 at 6:04 AM, bhas

Re: facets: case and accent insensitive sort

2009-08-27 Thread Michel Bottan
quot;Emits the entire input as a single token. " Cheers, Michel Bottan On Mon, Jun 29, 2009 at 10:17 AM, Sébastien Lamy wrote: > Thanks for your reply. I will have a look at this. > > Peter Wolanin a écrit : > > Seems like this might be approached using a Lucene pa

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 wrote: > i've gone through the official docs a few times, and then found some