| Package | Description |
|---|---|
| org.apache.lucene.facet.search |
Faceted Search API
|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected FixedBitSet |
ScoredDocIdCollector.docIds |
| Modifier and Type | Method and Description |
|---|---|
FixedBitSet |
AbstractAllGroupHeadsCollector.retrieveGroupHeads(int maxDoc) |
| 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-2015 Apache Software Foundation. All Rights Reserved.