Re: conditionally update document on unique id

2011-11-28 Thread chadsteele.com
oops... the query looks more like this http://solr/select?&q=*id:*myid.doc&rows=0 -- View this message in context: http://lucene.472066.n3.nabble.com/conditionally-update-document-on-unique-id-tp3119302p3543871.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: conditionally update document on unique id

2011-11-28 Thread chadsteele.com
I wanted something similar for a file crawler/uploader in c#, but don't even want to upload the document if it exists... I'm currently querying solr first... Is this is optimal, silly, or otherwise? var url = "http://solr/select?&q=myid.doc&rows=0";; var txt = webclient.DownloadString(url); if

Is verboten?

2011-09-20 Thread chadsteele.com
It seems xml docs that use fail to be indexed properly and I've recently discovered the following fails on my installation. /solr/update?stream.body= thoughts? I need to allow content to have in the xml. -- View this message in context: http://lucene.472066.n3.nabble.com/Is-doc-verboten-tp33