Hello everyone, I have created Index using MyJava program..but when I have search using .Net code, it gives exception "Run-time exception thrown : System.FormatException- string is the wrong size "..
MyIndexCollection have 3 Fileds: Name, Address and Cell No. and I am index Cell No as NumberTools.LongtoString, and while reading convert to NumberTools.StringToLong, its working in java, but when created same with Lucene.net, it gives above exception.. What is the problem? Please suggest me... My lucene version in both Java and .Net is 2.0. Thanks in advance, Laxmilal
