Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.suggest.document |
Support for document suggestion
|
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 |
---|
BulkScorerWrapperScorer(Weight weight,
BulkScorer scorer,
int bufferSize)
Sole constructor.
|
ConstantBulkScorer(BulkScorer bulkScorer,
Weight weight,
float theScore) |
Modifier and Type | Class and Description |
---|---|
class |
CompletionScorer
Expert: Responsible for executing the query against an
appropriate suggester and collecting the results
via a collector.
|
Modifier and Type | Method and Description |
---|---|
BulkScorer |
CompletionWeight.bulkScorer(LeafReaderContext context) |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.