|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FixedBitSet | |
|---|---|
| org.apache.lucene.codecs | Codecs API: API for customization of the encoding and structure of the index. |
| org.apache.lucene.util | Some utility classes. |
| Uses of FixedBitSet in org.apache.lucene.codecs |
|---|
| Methods in org.apache.lucene.codecs with parameters of type FixedBitSet | |
|---|---|
TermStats |
PostingsConsumer.merge(MergeState mergeState,
DocsEnum postings,
FixedBitSet visitedDocs)
Default merge impl: append documents, mapping around deletes |
| Uses of FixedBitSet in org.apache.lucene.util |
|---|
| Methods in org.apache.lucene.util that return FixedBitSet | |
|---|---|
FixedBitSet |
FixedBitSet.clone()
|
| 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 | ||||||||