David Smiley created LUCENE-6180:
------------------------------------

             Summary: Make BitsSlice public (not package-private)
                 Key: LUCENE-6180
                 URL: https://issues.apache.org/jira/browse/LUCENE-6180
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: David Smiley
            Priority: Minor


org.apache.lucene.index.BitsSlice is a simple and generic utility class. I've 
found a need to use and it'd be nice if it were public but it's currently 
package-private.  It should go to the util package, and the constructor taking 
ReaderSlice cold be removed.

In Java 8, it'd be neat to have a Bits.subSlice default method simply 
calling-out to this but no big deal.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to