Question on WhitespaceTokenizerFactory concatenateAll

2008-05-02 Thread Sundar Sankaranarayanan
Hi, I have a requirement that one of the fields that I had indexed as a Text Field earlier should now return me results when searched with blank spaces in between the word. I had tried to use the example in wiki(http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#head-83

RE: Connection reset exception

2008-03-19 Thread Sundar Sankaranarayanan
-Original Message- From: Sundar Sankaranarayanan [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2008 12:42 PM To: solr-user@lucene.apache.org Subject: RE: Connection reset exception Hi Otis, Thanks for the response. The Jboss logs were the one that pointed out to the connection

Connection reset exception

2008-03-18 Thread Sundar Sankaranarayanan
Hi, I have been using solr for sometime now. The solr.war is deployed on a windows box on a Jboss server. I was getting a java.net.SocketException connection reset exception all of a sudden from yesterday morning. I am not sure as to what's happening cos there has been no change to the

RE: Connection reset exception

2008-03-18 Thread Sundar Sankaranarayanan
for the servlet container that you are using with JBoss. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Sundar Sankaranarayanan [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Tuesday, March 18, 2008 11:54:45 AM Subject: Connection reset

RE: Socket exception

2008-02-15 Thread Sundar Sankaranarayanan
this. Fingers crossed Sundar. -Original Message- From: Sundar Sankaranarayanan Sent: Thursday, February 07, 2008 4:22 PM To: 'solr-user@lucene.apache.org' Subject: Socket exception Hi All, I am using Solr for about a couple of months now and am very satisfied with it. My solr on dev

RE: Memory improvements

2008-02-08 Thread Sundar Sankaranarayanan
1.2 has a bug where if you say commit after N documents it does not. But it does honor the commit after N milliseconds directive. This is fixed in Solr 1.3. -Original Message- From: Sundar Sankaranarayanan [mailto:[EMAIL PROTECTED] Sent: Thursday, February 07, 2008 3:30 PM To: solr-user

Socket exception

2008-02-07 Thread Sundar Sankaranarayanan
Hi All, I am using Solr for about a couple of months now and am very satisfied with it. My solr on dev environment runs on a windows box with 1 gig memory and the solr.war is deployed on a jboss 4.05 version. When investigating on a Solr commit not working sometimes issue in our

Memory improvements

2008-02-07 Thread Sundar Sankaranarayanan
Hi All, I am running an application in which I am having to index about 300,000 records of a table which has 6 columns. I am committing to the solr server after every 10,000 rows and I observed that the by the end of about 150,000 the process eats up about 1 Gig of memory, and since my