Package | Description |
---|---|
org.apache.jackrabbit.core.query.lucene.hits |
Modifier and Type | Class and Description |
---|---|
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. |
Constructor and Description |
---|
HitsIntersection(Hits hits1,
Hits hits2) |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.