Hi,
I was trying to search using indexes created by solr 1.3 with lucene .net [2.3 beta]. As far as I know it should work because solr 1.3 use java lucene 2.3.X and there is no format change fro index in 2.3.0 to 2.3.2. but whenever I try to search it's throwing currputindexexception "unknown format version : -6". I tried to use checkindex also, after that I was able to create instance of searcher but that's not searching with any query string. Even indexwriter instance is still throwing "unknown format version :- 6" error. can anyone help ? Thanks in advance. Virat