public final class FacetUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static DocIdSetIterator |
liveDocsDISI(DocIdSetIterator it,
Bits liveDocs)
Wrap the given DocIdSetIterator and liveDocs into another DocIdSetIterator that returns
non-deleted documents during iteration.
|
public static DocIdSetIterator liveDocsDISI(DocIdSetIterator it, Bits liveDocs)
Making this class pkg-private unfortunately limits the visibility of this method to SortedSetDocValuesFacetCounts and ConcurrentSortedSetDocValuesFacetCounts classes as Java does
not allow pkg-private classes to be visible to sub-packages.
it - DocIdSetIterator being wrappedliveDocs - Bits containing set bits for non-deleted docsCopyright © 2000-2024 Apache Software Foundation. All Rights Reserved.