|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FixedBitSet | |
---|---|
org.apache.lucene.search.grouping | This module enables search result grouping with Lucene, where hits with the same value in the specified single-valued group field are grouped together. |
org.apache.lucene.util | Some utility classes. |
Uses of FixedBitSet in org.apache.lucene.search.grouping |
---|
Methods in org.apache.lucene.search.grouping that return FixedBitSet | |
---|---|
FixedBitSet |
AbstractAllGroupHeadsCollector.retrieveGroupHeads(int maxDoc)
|
Uses of FixedBitSet in org.apache.lucene.util |
---|
Methods in org.apache.lucene.util with parameters of type FixedBitSet | |
---|---|
void |
FixedBitSet.and(FixedBitSet other)
this = this AND other |
void |
FixedBitSet.andNot(FixedBitSet other)
this = this AND NOT other |
void |
FixedBitSet.or(FixedBitSet other)
this = this OR other |
Constructors in org.apache.lucene.util with parameters of type FixedBitSet | |
---|---|
FixedBitSet(FixedBitSet other)
Makes full copy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |