Re: Porting Lucene Index to Solr: ERROR:SCHEMA-INDEX-MISMATCH

2012-08-24 Thread Erick Erickson
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

Porting Lucene Index to Solr: ERROR:SCHEMA-INDEX-MISMATCH

2012-08-23 Thread Petra Lehrmann
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

Re: SolrUser - ERROR:SCHEMA-INDEX-MISMATCH

2010-05-14 Thread Anderson vasconcelos
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

Re: SolrUser - ERROR:SCHEMA-INDEX-MISMATCH

2010-05-13 Thread Erick Erickson
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

Re: SolrUser - ERROR:SCHEMA-INDEX-MISMATCH

2010-05-13 Thread Anderson vasconcelos
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

Re: SolrUser - ERROR:SCHEMA-INDEX-MISMATCH

2010-05-13 Thread Erick Erickson
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

SolrUser - ERROR:SCHEMA-INDEX-MISMATCH

2010-05-13 Thread Anderson vasconcelos
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

Re: ERROR:SCHEMA-INDEX-MISMATCH

2010-02-24 Thread Erik Hatcher
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

Re: ERROR:SCHEMA-INDEX-MISMATCH

2010-02-24 Thread deepak agrawal
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

Re: ERROR:SCHEMA-INDEX-MISMATCH

2010-02-24 Thread Erik Hatcher
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

ERROR:SCHEMA-INDEX-MISMATCH

2010-02-24 Thread deepak agrawal
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

Re: ERROR:SCHEMA-INDEX-MISMATCH

2009-10-28 Thread Király Péter
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

Re: ERROR:SCHEMA-INDEX-MISMATCH

2009-10-28 Thread Yonik Seeley
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

ERROR:SCHEMA-INDEX-MISMATCH

2009-10-28 Thread Király Péter
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