It looks like you are using the solr multicore. How are you setting the solr home (meaning which like are u suisng to tell the tomcat about ur solr home path)
Ankit -----Original Message----- From: Giovanni Fernandez-Kincade [mailto:gfernandez-kinc...@capitaliq.com] Sent: Monday, December 28, 2009 11:32 PM To: solr-user@lucene.apache.org Subject: RE: Unable to delete from index Here you go. Thanks for your help! Gio. -----Original Message----- From: Ankit Bhatnagar [mailto:abhatna...@vantage.com] Sent: Monday, December 28, 2009 10:09 PM To: 'solr-user@lucene.apache.org' Subject: RE: Unable to delete from index Could you share both your solr.xml and solrconfig.xml Ankit -----Original Message----- From: Giovanni Fernandez-Kincade [mailto:gfernandez-kinc...@capitaliq.com] Sent: Monday, December 28, 2009 5:46 PM To: solr-user@lucene.apache.org Subject: RE: Unable to delete from index Sorry - hit reply too early. I edited my config as you suggested, rebooted Tomcat, and I can still find the doc through the Solr Admin interface even though I can't find it in Luke. -----Original Message----- From: Giovanni Fernandez-Kincade [mailto:gfernandez-kinc...@capitaliq.com] Sent: Monday, December 28, 2009 5:44 PM To: solr-user@lucene.apache.org Subject: RE: Unable to delete from index My HTTP caching is currently configured for Open Time <httpCaching lastModifiedFrom="openTime" etagSeed="Solr"> So that shouldn't be the problem, right? -----Original Message----- From: AHMET ARSLAN [mailto:iori...@yahoo.com] Sent: Monday, December 28, 2009 5:31 PM To: solr-user@lucene.apache.org Subject: RE: Unable to delete from index > I opened up my index using Luke, > found a document by searching for a specific ID > (versionId:2002366155), and then I deleted it using Luke. > After committing, performing the search again in Luke > yielded no results. > > However, when I perform that same search using Solr, I get > a result. > > That got me thinking that I was opening up the wrong > directory in Luke but I've double-checked it a few times. > > Is it a problem that I have my data directory defined in > solr.xml and not in solrconfig.xml? If you are querying solr from a browser can you disable http caching in solrconfig.xml <httpCaching never304="true"> and then try again?