Different tactic now

adding like this
idstring = "news:%s"; % self.id  
c.add(id=idstring,url_t=e_url,body_t=body4solr,title_t=title4solr,summary_t=summary4solr,contact_name_t=contactname4solr)
c.commit(optimize=True)

Goes in fine, search results show an ID of news:36

Delete like this
delidstring = "news:%s"; % self.id
c.delete(id=delidstring)
c.commit(optimize=True)

still no joy
-- 
View this message in context: 
http://www.nabble.com/Deleting-from-index-via-web-tf4066903.html#a11559113
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to