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
SendSolrIndexingRequest("> > waitSearcher=\"true\"/>");
>> >}
>> >
>> > I am using the full form of the commit here just to see if the > />
>> > was somehow not working.
>> >
>> > The SendSolrInd
king.
> >
> > The SendSolrIndexingRequest is the routine that takes the string
> argument
> > and 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 separate _request_
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
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
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
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
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