Re: Issue with copyField when updating document

2010-11-18 Thread Lance Norskog
Have you tried removing the index files and rebuilding it from scratch? The index could be corrupted. It's rare, but it does happen. On Thu, Nov 18, 2010 at 9:30 AM, Pramod Goyal wrote: > Hi, > Forgot to mention solr version number: > > Solr Implementation Version: 2010-04-30_08-05-41 939580 - hu

Re: Issue with copyField when updating document

2010-11-18 Thread Pramod Goyal
Hi, Forgot to mention solr version number: Solr Implementation Version: 2010-04-30_08-05-41 939580 - hudson - 2010-04-30 08:37:22 On Thu, Nov 18, 2010 at 10:50 PM, Pramod Goyal wrote: > I am using the solr admin to query the document. The returned document is > showing old values. > > Lance, > I

Re: Issue with copyField when updating document

2010-11-18 Thread Pramod Goyal
I am using the solr admin to query the document. The returned document is showing old values. Lance, I will not be able to post my configuration but i will create a simple schema just to highlight the issue. On Wed, Nov 17, 2010 at 9:56 PM, Erick Erickson wrote: > How are you looking at the docu

Re: Issue with copyField when updating document

2010-11-17 Thread Erick Erickson
How are you looking at the document? You mention using admin, are you searching? Because if you're looking at *terms* rather then the document, you should be aware that deleting a document does NOT remove the terms from the index, it just marks the doc as deleted. An optimize will remove the dele

Re: Issue with copyField when updating document

2010-11-17 Thread Lance Norskog
This very definitely should not happen. Can you remove the index and reindex everything? And then do these iterative tests? Which version of Solr are you running? If these changes do not cure the problem, can you post your schema.xml and solrconfig.xml? Pramod Goyal wrote: Hi, I am