| Package | Description |
|---|---|
| org.apache.lucene.facet.enhancements.association |
Association category enhancements
A
CategoryEnhancement
for adding associations data to the index (categories with
AssociationProperty's). |
| org.apache.lucene.util.collections |
Various optimized Collections implementations.
|
| Modifier and Type | Method and Description |
|---|---|
IntIterator |
AssociationsPayloadIterator.getAssociatedOrdinals()
Get an iterator over the ordinals which has an association for the
document set by
AssociationsPayloadIterator.setNextDoc(int). |
| Modifier and Type | Method and Description |
|---|---|
IntIterator |
ObjectToIntMap.iterator()
Returns a new iterator for the mapped objects.
|
IntIterator |
IntToIntMap.iterator()
Returns a new iterator for the mapped objects.
|
IntIterator |
IntHashSet.iterator()
Returns a new iterator for the mapped objects.
|
IntIterator |
IntToObjectMap.keyIterator()
Returns an iterator on the map keys.
|
IntIterator |
IntToIntMap.keyIterator()
Returns an iterator on the map keys.
|
IntIterator |
IntToDoubleMap.keyIterator()
Returns an iterator on the map keys.
|