Re: Help Debugging Delta Query

2010-08-18 Thread Frank A
Uhg... my mistake. Thanks! On Wed, Aug 18, 2010 at 10:22 AM, Ahmet Arslan wrote: >> I'm trying to use a delta query to update a specific entity >> by its >> primary key.  The URL I'm using is: >> >> http://localhost:8080/solr/core2/dataimport?command=delta-import&did=5&commit=true&debug=true >>

Re: Help Debugging Delta Query

2010-08-18 Thread Ahmet Arslan
> I'm trying to use a delta query to update a specific entity > by its > primary key.  The URL I'm using is: > > http://localhost:8080/solr/core2/dataimport?command=delta-import&did=5&commit=true&debug=true > > Where 5 is the PK. > > In my db config I have: > >             name="place" >      

Help Debugging Delta Query

2010-08-18 Thread Frank A
Hi, I'm trying to use a delta query to update a specific entity by its primary key. The URL I'm using is: http://localhost:8080/solr/core2/dataimport?command=delta-import&did=5&commit=true&debug=true Where 5 is the PK. In my db config I have: When I run the URL above I see the f