Package org.apache.jackrabbit.core.query.lucene.hits

Interface Summary
Hits Representation of a set of hits
 

Class Summary
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-2010 The Apache Software Foundation. All Rights Reserved.