Deploying Solr at Weblogic. Getting Errors

2008-08-02 Thread Alexander Ramos Jardim
Hello again, I am trying to deploy Solr-1.3-dev (I downloaded the sources yesterday) in Weblogic. I have configured in web.xml, inside the tag: solrconfig-filename /home/alexander/programas/solr/idxCoupon/solr/conf/solrconfig.xml and out

Re: Deploying Solr at Weblogic. Getting Errors

2008-08-02 Thread Koji Sekiguchi
From the error message: > java.lang.NoSuchMethodError: set > at org.apache.solr.handler.admin.ShowFileRequestHandler.init(ShowFileRequestHandler.java:98) set() method couldn't be found. Looking at the line 98, ShowFileRequestHandler.init() calls ModifiableSolrParams.set(), but the method could

Re: fastest way to load documents

2008-08-02 Thread Jeremy Hinegardner
On Fri, Aug 01, 2008 at 03:36:13PM -0400, Ian Connor wrote: > I have a number of documents in files > > 1.xml > 2.xml > ... > 17M.xml > > I have been using cat to join them all together: > > cat 1.xml 2.xml ... 1000.xml | grep -v '<\/add>' > /tmp/post.xml > > and posting them with cur