Hi,

I upgrade Solr v1.3 to v1.4 but in new version i still use the old index.
I changed the new schema with old fields also.

I have fields in my schema -

<field name="C" type="long" indexed="true" stored="true"/>
<field name="P" type="long" indexed="true" stored="true"/>
<field name="S" type="long" indexed="true" stored="true"/>
<field name="E" type="long" indexed="true" stored="true"/>
<field name="I" type="long" indexed="true" stored="true"/>
<field name="A" type="long" indexed="true" stored="true"/>

but after upgarding when i am searching i got the reult like this -

*<doc>
<str name="A">ERROR:SCHEMA-INDEX-MISMATCH,stringValue=4194304</str>
<str name="C">ERROR:SCHEMA-INDEX-MISMATCH,stringValue=0</str>
<str name="E">ERROR:SCHEMA-INDEX-MISMATCH,stringValue=4</str>
<str name="I">ERROR:SCHEMA-INDEX-MISMATCH,stringValue=78</str>
<str name="P">ERROR:SCHEMA-INDEX-MISMATCH,stringValue=5</str>
<str name="S">ERROR:SCHEMA-INDEX-MISMATCH,stringValue=228</str>
</doc>*

Please help me why this error is coming and how i can i solve this problem
and how can i use the old index in Solr v1.4.




-- 
DEEPAK AGRAWAL
+91-9379433455
GOOD LUCK.....

Reply via email to