IndexExists(String directory) throws "Could not find any recognizable digits" exception. ----------------------------------------------------------------------------------------
Key: LUCENENET-105 URL: https://issues.apache.org/jira/browse/LUCENENET-105 Project: Lucene.Net Issue Type: Bug Environment: Windows Server 2003 SP2, .NET Framework v1.1.4322, v2.0.50727, v3.0 Reporter: Dan Application which used Lucene.NET 2.1.0.2 was terminated with critical error. After restart the following exception was caught: System.FormatException: Could not find any recognizable digits. at System.ParseNumbers.StringToLong(String s, Int32 radix, Int32 flags, Int32* currPos) at System.Convert.ToInt64(String value, Int32 fromBase) at Lucene.Net.Index.SegmentInfos.GetCurrentSegmentGeneration(String[] files) at Lucene.Net.Index.IndexReader.IndexExists(FileInfo directory) at Lucene.Net.Index.IndexReader.IndexExists(String directory) ... In index folder was next files: segments.gen segments_kpl ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.