Package | Description |
---|---|
org.apache.lucene.search |
This package contains a single proximity query, TermAutomatonQuery.
|
Modifier and Type | Class and Description |
---|---|
class |
AssertingBulkOutOfOrderScorer
A crazy
BulkScorer that wraps another BulkScorer
but shuffles the order of the collected documents. |
class |
AssertingBulkScorer
Wraps a Scorer with additional checks
|
protected 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. |
Modifier and Type | Method and Description |
---|---|
BulkScorer |
Weight.bulkScorer(AtomicReaderContext context,
boolean scoreDocsInOrder,
Bits acceptDocs)
Optional method, to return a
BulkScorer to
score the query and send hits to a Collector . |
BulkScorer |
ConstantScoreQuery.ConstantWeight.bulkScorer(AtomicReaderContext context,
boolean scoreDocsInOrder,
Bits acceptDocs) |
BulkScorer |
BooleanQuery.BooleanWeight.bulkScorer(AtomicReaderContext context,
boolean scoreDocsInOrder,
Bits acceptDocs) |
BulkScorer |
FilteredQuery.FilterStrategy.filteredBulkScorer(AtomicReaderContext context,
Weight weight,
boolean scoreDocsInOrder,
DocIdSet docIdSet)
Returns a filtered
BulkScorer based on this
strategy. |
BulkScorer |
AssertingBulkScorer.getIn() |
static BulkScorer |
AssertingBulkScorer.wrap(Random random,
BulkScorer other) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AssertingBulkScorer.shouldWrap(BulkScorer inScorer) |
static BulkScorer |
AssertingBulkScorer.wrap(Random random,
BulkScorer other) |
Constructor and Description |
---|
AssertingBulkOutOfOrderScorer(Random random,
BulkScorer in) |
ConstantBulkScorer(BulkScorer bulkScorer,
Weight weight,
float theScore) |
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.