Uses of Interface
org.apache.jackrabbit.core.query.lucene.hits.Hits

Packages that use Hits
org.apache.jackrabbit.core.query.lucene.hits   
 

Uses of Hits in org.apache.jackrabbit.core.query.lucene.hits
 

Classes in org.apache.jackrabbit.core.query.lucene.hits that implement Hits
 class 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.
 class ArrayHits
          Uses an integer array to store the hit set.
 class BitSetHits
          Uses a BitSet instance to store the hit set.
 class HitsIntersection
          Creates the intersection of two hit sets.
 class ScorerHits
          Wraps a Scorer in a Hits instance.
 

Constructors in org.apache.jackrabbit.core.query.lucene.hits with parameters of type Hits
HitsIntersection(Hits hits1, Hits hits2)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.