Re: Commit problems on Solr 1.2 with Tomcat

2008-05-16 Thread Yonik Seeley
t;> > waitSearcher=\"true\"/>"); >> >} >> > >> > I am using the full form of the commit here just to see if the > /> >> > was somehow not working. >> > >> > The SendSolrIndexingRequest is the routine that

Re: Commit problems on Solr 1.2 with Tomcat

2008-05-15 Thread Eason . Lee
SendSolrIndexingRequest("> > waitSearcher=\"true\"/>"); >> >} >> > >> > I am using the full form of the commit here just to see if the > /> >> > was somehow not working. >> > >> > The SendSolrInd

Re: Commit problems on Solr 1.2 with Tomcat

2008-05-15 Thread Eason . Lee
king. > > > > The SendSolrIndexingRequest is the routine that takes the string > argument > > and issues the POST request to the update URL. > > > > Thanks, > > > > Bill > > > > -- > >

Re: Commit problems on Solr 1.2 with Tomcat

2008-05-13 Thread Yonik Seeley
--------------------- > From: "Erik Hatcher" <[EMAIL PROTECTED]> > Sent: Tuesday, May 13, 2008 7:40 AM > > > To: > Subject: Re: Commit problems on Solr 1.2 with Tomcat > > > > I'm not sure if you are issuing a separate _request_

Re: Commit problems on Solr 1.2 with Tomcat

2008-05-13 Thread William Pierce
nd issues the POST request to the update URL. Thanks, Bill -- From: "Erik Hatcher" <[EMAIL PROTECTED]> Sent: Tuesday, May 13, 2008 7:40 AM To: Subject: Re: Commit problems on Solr 1.2 with Tomcat I'm not sure if you are issuing a

Re: Commit problems on Solr 1.2 with Tomcat

2008-05-13 Thread Erik Hatcher
s to work. Why are TWO commit commands apparently required? Thanks, Sridhar -- From: "Yonik Seeley" <[EMAIL PROTECTED]> Sent: Tuesday, May 13, 2008 6:42 AM To: Subject: Re: Commit problems on Solr 1.2 with Tomcat By default, a comm

Re: Commit problems on Solr 1.2 with Tomcat

2008-05-13 Thread William Pierce
nother command everything seems to work. Why are TWO commit commands apparently required? Thanks, Sridhar -- From: "Yonik Seeley" <[EMAIL PROTECTED]> Sent: Tuesday, May 13, 2008 6:42 AM To: Subject: Re: Commit problems on Solr 1.2 wit

Re: Commit problems on Solr 1.2 with Tomcat

2008-05-13 Thread Yonik Seeley
By default, a commit won't return until a new searcher has been opened and the results are visible. So just make sure you wait for the commit command to return before querying. Also, if you are committing every add, you can avoid a separate commit command by putting ?commit=true in the URL of the

Re: Commit problems on Solr 1.2 with Tomcat

2008-05-13 Thread Alexander Ramos Jardim
Maybe a delay in commit? How may time elapsed between commits? 2008/5/13 William Pierce <[EMAIL PROTECTED]>: > Hi, > > I am having problems with Solr 1.2 running tomcat version 6.0.16 (I also > tried 6.0.14 but same problems exist). Here is the situation: I have an > ASP.net application where I