| Interface | Description | 
|---|---|
| Hits | 
 Representation of a set of hits 
 | 
| Class | Description | 
|---|---|
| AbstractHitCollector | 
 Collector implementation which simply provides the collection
 of re-based doc base with scorer. 
 | 
| 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
 threshold of 8kb for the ArrayHits is reached and a BitSetHits instance
 would consume less memory. 
 | 
| ArrayHits | 
 Uses an integer array to store the hit set. 
 | 
| BitSetHits | 
 Uses a BitSet instance to store the hit set. 
 | 
| HitsIntersection | 
 Creates the intersection of two hit sets. 
 | 
| ScorerHits | 
 Wraps a  
Scorer in a Hits instance. | 
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.