| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| org.apache.lucene.util |
Some utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
TermStats |
PostingsConsumer.merge(MergeState mergeState,
DocsEnum postings,
FixedBitSet visitedDocs)
Default merge impl: append documents, mapping around
deletes
|
| Modifier and Type | Method and Description |
|---|---|
FixedBitSet |
FixedBitSet.clone() |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
FixedBitSet(FixedBitSet other)
Makes full copy.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.