I'm confused, you say it's working but then cite the same issue.
Recover your index? Did you somehow update your index using those
error strings? Did you back up your index before upgrading?
Erik
On Feb 24, 2010, at 5:06 AM, deepak agrawal wrote:
Hi,
Thanks for the solution...
Hi,
Thanks for the solution
Now its working..
But can you please help me how can i recover my old index which is having
the fields -
*
ERROR:SCHEMA-INDEX-MISMATCH,stringValue=4194304
ERROR:SCHEMA-INDEX-MISMATCH,stringValue=0
ERROR:SCHEMA-INDEX-MISMATCH,stringValue=4
ERROR:SCHEMA-INDEX-MISMAT
The "long" field type changed from 1.3 to 1.4. Set your fields to be
of type "plong", and add the plong field type to your schema:
You'll see more about this in Solr's example schema.xml comments.
Erik
On Feb 24, 2010, at 3:15 AM, deepak agrawal wrote:
Hi,
I upgrade Solr
From: "Yonik Seeley"
To:
Sent: Wednesday, October 28, 2009 2:11 PM
Subject: Re: ERROR:SCHEMA-INDEX-MISMATCH
I imagine that your field impl was SortableIntField, not IntField, but
checking your old schema will tell you for sure.
Yes, you are right, I double checked it.
Thanks!
Peter
2009/10/28 Király Péter :
> I just try to migrate from solr-2009-09-09.zip to today's nightly build.
> I found that the *_i dynamic field's type remained int but its definition
> became
> omitNorms="true" positionIncrementGap="0"/>
>
> the older Solr schema lacks the definition of int, so I suppos