Re: how to manually add data to indexes generated by nutch-1.0 using solr

2009-05-13 Thread Erik Hatcher
an that addition was successful? Thanks. Alex. -Original Message- From: Erik Hatcher To: solr-user@lucene.apache.org Sent: Tue, 12 May 2009 6:48 pm Subject: Re: how to manually add data to indexes generated by nutch-1.0 using solr send a request afterwards, or you ca

Re: how to manually add data to indexes generated by nutch-1.0 using solr

2009-05-13 Thread alxsss
- From: Erik Hatcher To: solr-user@lucene.apache.org Sent: Tue, 12 May 2009 6:48 pm Subject: Re: how to manually add data to indexes generated by nutch-1.0 using solr send a request afterwards, or you can add ?commit=true to the /update request with the adds.? ? ? Erik? ? On May 12, 2

Re: how to manually add data to indexes generated by nutch-1.0 using solr

2009-05-12 Thread Erik Hatcher
send a request afterwards, or you can add ?commit=true to the /update request with the adds. Erik On May 12, 2009, at 8:57 PM, alx...@aim.com wrote: Tried to add a new record using curl http://localhost:8983/solr/update -H "Content-Type: text/xml" -- data-binary ' 20090512170

Re: how to manually add data to indexes generated by nutch-1.0 using solr

2009-05-12 Thread alxsss
Tried to add a new record using curl http://localhost:8983/solr/update -H "Content-Type: text/xml" --data-binary ' 20090512170318 86937aaee8e748ac3007ed8b66477624 0.21189615 test.com test test 20090513003210909 ' I get 071 and added records are not found in the search. Any ideas w