On 5/11/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
DocSet does have a "getBits()" method that
can be used to either access the underlying BitSet of a DocSet, or create
a new BitSet that represents the DocSet (if the underlying implimentation
isn't already using a BitSet) ... from there you could do BitSet
operations to your hearts content, and then construct a new DocSet ... but
getBits is deprecated.

Yeah... that reminds me of why I deprecated it - I'd like to replace
BitSet with my faster implementation that Iv'e been twiddling with
slowly on my own time.  Maybe now is the right time before more people
start using Solr in production...  I'll refresh my memory and see what
else needs to be done.

-Yonik

Reply via email to