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

2012-08-24 Thread Erick Erickson
Trie fields index "extra" information to aid in ranges etc. So if you indexed your data as non-trie, then asked Solr to read them as trie fields, it's bound to be unfortunate. Or if you changed the precisionstep. Or. Your schema has to exactly reflect what your lucene program did for indexing,

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

2012-08-23 Thread Petra Lehrmann
Hello all! I already posted this question to Stackoverflow (http://stackoverflow.com/questions/12027451/solr-net-query-argumentexception-in-windows-forms) but as is, either my question is too specific or just too trivial. I don't know. But maybe I'm just trying to put the cart before the horse