FileSwitchDirectory should uniqueify the String file names returned by listAll
------------------------------------------------------------------------------

                 Key: LUCENE-2533
                 URL: https://issues.apache.org/jira/browse/LUCENE-2533
             Project: Lucene - Java
          Issue Type: Bug
            Reporter: Michael McCandless
            Assignee: Michael McCandless
             Fix For: 3.1, 4.0


Right now we blindly concatenate what's returned from primary & secondary.

But a legit use of FSD is pointing to the same underlying FSDir but w/ 
different impls for opening the inputs/outputs.

I have simple patch that just uniqueifies using Set<String>.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to