Name of first index segment is empty string
-------------------------------------------
Key: LUCENENET-104
URL: https://issues.apache.org/jira/browse/LUCENENET-104
Project: Lucene.Net
Issue Type: Bug
Environment: Visual Studio 2005, .NET Framework 2.0, Windows XP
Reporter: Michael Garski
Priority: Minor
When executing the test Lucene.Net.Index.TestBackwardsCompatibility.TestExactFileNames, it
fails with the following message:
Lucene.Net.Index.TestBackwardsCompatibility.TestExactFileNames : incorrect filenames in index:
expected:
_0.cfs
_0_1.del
_1.cfs
_2.cfs
_2_1.s0
_3.cfs
segments.gen
segments_a
actual:
_.cfs
__1.del
_1.cfs
_2.cfs
_2_1.s0
_3.cfs
segments.gen
segments_a
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|