You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Digy (JIRA)" <ji...@apache.org> on 2008/11/16 15:17:44 UTC

[jira] Closed: (LUCENENET-157) SegmentMerger.AddIndexed expects *Reader.GetFieldNames to return a 1-dimensional ICollection

     [ https://issues.apache.org/jira/browse/LUCENENET-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Digy closed LUCENENET-157.
--------------------------

    Resolution: Fixed
      Assignee: Digy

GetFieldNames.patch & FieldInfos.patch are applied
DIGY

> SegmentMerger.AddIndexed expects *Reader.GetFieldNames to return a 1-dimensional ICollection
> --------------------------------------------------------------------------------------------
>
>                 Key: LUCENENET-157
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-157
>             Project: Lucene.Net
>          Issue Type: Bug
>         Environment: any/all
>            Reporter: Doug Sale
>            Assignee: Digy
>         Attachments: AnotherPatch.rar, FieldInfos.patch, GetFieldNames.patch, SegmentMerger.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> This is an error introduced via the JLCA (automated porting process) and stems from the use of System.Collections.Hashtable in the role of java.util.HashSet.
> SegmentMerger.AddIndexed() is passed a Hashtable as its 3rd argument, but treats it as if it were a 1-dimensional collection (e.g., IList).
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.