Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
ConstantScoreQuery.ConstantBulkScorer
We return this as our
BulkScorer so that if the CSQ
wraps a query with its own optimized top-level
scorer (e.g. |
protected static class |
Weight.DefaultBulkScorer
Just wraps a Scorer and performs top scoring using it.
|
Modifier and Type | Method and Description |
---|---|
BulkScorer |
Weight.bulkScorer(LeafReaderContext context)
Optional method, to return a
BulkScorer to
score the query and send hits to a Collector . |
Modifier and Type | Method and Description |
---|---|
protected DocIdSet |
LRUQueryCache.cacheImpl(BulkScorer scorer,
int maxDoc)
Default cache implementation: uses
RoaringDocIdSet for sets that
have a density < 1% and a BitDocIdSet over a FixedBitSet
otherwise. |
Constructor and Description |
---|
ConstantBulkScorer(BulkScorer bulkScorer,
Weight weight,
float theScore) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.