xml as follows:
>
> | omitNorms="true" positionIncrementGap="0"/>
> [...]
>
> stored="true" required="false"/>
> [...]
>
> |||
>
> For those fields, which use the numeric field I had the TrieDoubleField of
> Solr in mind and change
ight
documents. But the xml-output always says:
|
ERROR:SCHEMA-INDEX-MISMATCH,stringValue=1
|
This could be the problem why my C# application is not running properly
(using the solrnet library as the brigde between Solr instance and
application) and always throws an ArgumentException when
gt;
> Best
> Erick
>
> On Thu, May 13, 2010 at 5:19 PM, Anderson vasconcelos <
> anderson.v...@gmail.com> wrote:
>
> > Hi Erick.
> > I put in my schema.xml fields with type string. The system go to te
> > production, and now i see that the field must be a long
Anderson vasconcelos <
anderson.v...@gmail.com> wrote:
> Hi Erick.
> I put in my schema.xml fields with type string. The system go to te
> production, and now i see that the field must be a long field.
>
> When i change the fieldtype to long, show the error
> ERROR:SCHEMA-INDEX-MIS
Hi Erick.
I put in my schema.xml fields with type string. The system go to te
production, and now i see that the field must be a long field.
When i change the fieldtype to long, show the error
ERROR:SCHEMA-INDEX-MISMATCH when i search by solr admin.
I Put "plong", and this works. This
Not at present, you must re-index your documents when you redefine your
schema
to change existing documents.
Field updating of documents already indexed is being worked on, but it's not
available yet.
Best
Erick
On Thu, May 13, 2010 at 3:58 PM, Anderson vasconcelos <
anderson.v...@gmail.com> wro
Hi All.
I have the follow fields in my schema:
I need to change the index of SOLR, adding a dynamic field that will
contains all values of "value" field. Its possible to get all index data and
reindex, putting the values on my dynamic field?
How the data was no stored, i don't find one wa
e 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-MISMATCH,stri
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
l wrote:
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 -
but after upgarding when i am searching i got the reult like this -
*
ERROR:SCHEMA-INDEX-MISMATCH,stringValue=41943
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 -
but after upgarding when i am searching i got the reult like this -
*
ERROR:SCHEMA-INDEX-MISMATCH,stringValue=4194304
ERROR:SCHEMA
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
g is
your best bet.. or changing the schema to match exactly what you had
in your old schema.
I imagine that your field impl was SortableIntField, not IntField, but
checking your old schema will tell you for sure.
-Yonik
http://www.lucidimagination.com
> The result becames that the search r
ema in two points:
The result becames that the search result list contains such elements:
ERROR:SCHEMA-INDEX-MISMATCH,stringValue=G?
Another strange thing, that
http://localhost:8983/solr/select?q=london&version=1.2
works well (with this error), but if I put &wt=json I receive
14 matches
Mail list logo