Re: distributed search mechanism

2008-09-04 Thread Eason . Lee
2008/8/31 Grégoire Neuville <[EMAIL PROTECTED]> > Hi all, > > I've recently been working with the distributed search capabilities of solr > to build a web portal ; all is working fine, but it is now time for me to > describe my work on a "theoretical" point of view. > > I've been trying to approxi

Re: How to improve Solr search performance

2008-04-09 Thread Eason . Lee
> > > can you be more specific about what you mean when you say "And I got the > time from dispatchfilter..." What *exactly* are you looking at (ie: is > this a time you are seeing in a log file? ifso which log file? ... is this > timing code you added to the dispatch filter yourself? what *exactl

DataField parsing error using BinaryResponseParser for solrj

2008-04-20 Thread Eason . Lee
Error comes from solr while parsing the datefield It is ok with XMLResponseParser Apr 22, 2008 11:02:13 AM org.apache.solr.common.SolrException log SEVERE: java.lang.RuntimeException: java.text.ParseException: Unparseable date: "1995-02-16T00:00:00Z" at org.apache.solr.schema.DateField.toO

Re: DataField parsing error using BinaryResponseParser for solrj

2008-04-20 Thread Eason . Lee
Thanks 2008/4/21, Noble Paul നോബിള്‍ नोब्ळ् <[EMAIL PROTECTED]>: > > It is not a problem with the BinaryResponseWriter itself. It is caused > by the bug https://issues.apache.org/jira/browse/SOLR-470 > we need to fix it now. > --Noble > > On Mon, Apr 21, 2008 at

Re: Commit problems on Solr 1.2 with Tomcat

2008-05-15 Thread Eason . Lee
similar problem I met before was using the operation The first time I sent to solr , the optimize operation did have down. But files were not merged. When i sent another to solr, all the files were merged. This seems to happen just in Windows 2008/5/13, Yonik Seeley <[EMAIL PROTECTED]>: > > I

Re: Commit problems on Solr 1.2 with Tomcat

2008-05-15 Thread Eason . Lee
2008/5/16, Eason. Lee <[EMAIL PROTECTED]>: > > similar problem I met before was using the operation > The first time I sent to solr , the optimize operation did have > down. > But files were not merged. When i sent another to solr, all > the files were merged. > T

SolrTrunk start error

2008-05-27 Thread Eason . Lee
I update my solr to the latest trunk yestoday some error shows when I start it. It seems that Lucene2.4 is not compatible with the former one 2008-5-28 14:50:05 org.apache.solr.common.SolrException log 严重: java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space at org.apache.solr.c

Re: SolrTrunk start error

2008-05-29 Thread Eason . Lee
#x27;re getting a OutOfMemoryError. That has nothing to do > with lucene changes. Try increasing your JVM heap sizes. > > 2008/5/28 Shalin Shekhar Mangar <[EMAIL PROTECTED]>: > > Which version of Solr were you using previously? > > > > 2008/5/28 Eason. Lee <[EMAIL PROTECTED]

ErrorCode needed in solrj

2008-06-02 Thread Eason . Lee
I am using solrj to getting results from solr It is hard to deal with different type of SolrServerException since there is no errorCode. I think it is necessary to add errorCode to solrj