| Name | Description | Type | Package | Framework |
| AbstractHitCollector | Collector implementation which simply provides the collection of re-based doc base with scorer. | Class | org.apache.jackrabbit.core.query.lucene.hits | Apache JackRabbit |
| AdaptingHits | This is an implementation of Hits which starts with marking hits in an ArrayHits instance and switches to a BitSetHits instance if at least the | Class | org.apache.jackrabbit.core.query.lucene.hits | Apache JackRabbit |
| ArrayHits | Uses an integer array to store the hit set. | Class | org.apache.jackrabbit.core.query.lucene.hits | Apache JackRabbit |
| BitSetHits | Uses a BitSet instance to store the hit set. | Class | org.apache.jackrabbit.core.query.lucene.hits | Apache JackRabbit |
| Hits | Interface | org.apache.jackrabbit.core.query.lucene.hits | Apache JackRabbit | |
| HitsIntersection | Creates the intersection of two hit sets. | Class | org.apache.jackrabbit.core.query.lucene.hits | Apache JackRabbit |
| ScorerHits | Wraps a Scorer in a Hits instance. | Class | org.apache.jackrabbit.core.query.lucene.hits | Apache JackRabbit |