Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.payloads |
The payloads package provides Query mechanisms for finding and using payloads.
|
org.apache.lucene.search.spans |
The calculus of spans.
|
Modifier and Type | Class and Description |
---|---|
protected class |
ConstantScoreQuery.ConstantScorer |
class |
ScoreCachingWrappingScorer
A
Scorer which wraps another scorer and caches the score of the
current document. |
Modifier and Type | Field and Description |
---|---|
Scorer |
Scorer.ChildScorer.child
Child Scorer.
|
Modifier and Type | Method and Description |
---|---|
Scorer |
ConstantScoreQuery.ConstantWeight.scorer(AtomicReaderContext context,
boolean scoreDocsInOrder,
boolean topScorer,
Bits acceptDocs) |
Scorer |
BooleanQuery.BooleanWeight.scorer(AtomicReaderContext context,
boolean scoreDocsInOrder,
boolean topScorer,
Bits acceptDocs) |
Scorer |
DisjunctionMaxQuery.DisjunctionMaxWeight.scorer(AtomicReaderContext context,
boolean scoreDocsInOrder,
boolean topScorer,
Bits acceptDocs)
Create the scorer used to score our associated DisjunctionMaxQuery
|
abstract Scorer |
Weight.scorer(AtomicReaderContext context,
boolean scoreDocsInOrder,
boolean topScorer,
Bits acceptDocs)
Returns a
Scorer which scores documents in/out-of order according
to scoreDocsInOrder . |
Modifier and Type | Method and Description |
---|---|
abstract void |
Collector.setScorer(Scorer scorer)
Called before successive calls to
Collector.collect(int) . |
void |
PositiveScoresOnlyCollector.setScorer(Scorer scorer) |
void |
FieldComparator.setScorer(Scorer scorer)
Sets the Scorer to use in case a document's score is
needed.
|
void |
FieldComparator.RelevanceComparator.setScorer(Scorer scorer) |
void |
TotalHitCountCollector.setScorer(Scorer scorer) |
void |
MultiCollector.setScorer(Scorer s) |
void |
TimeLimitingCollector.setScorer(Scorer scorer) |
void |
TopScoreDocCollector.setScorer(Scorer scorer) |
Constructor and Description |
---|
ScoreCachingWrappingScorer(Scorer scorer)
Creates a new instance by wrapping the given scorer.
|
Scorer.ChildScorer(Scorer child,
String relationship)
Creates a new ChildScorer node with the specified relationship.
|
Modifier and Type | Class and Description |
---|---|
class |
PayloadNearQuery.PayloadNearSpanScorer |
protected class |
PayloadTermQuery.PayloadTermWeight.PayloadTermSpanScorer |
Modifier and Type | Method and Description |
---|---|
Scorer |
PayloadNearQuery.PayloadNearSpanWeight.scorer(AtomicReaderContext context,
boolean scoreDocsInOrder,
boolean topScorer,
Bits acceptDocs) |
Scorer |
PayloadTermQuery.PayloadTermWeight.scorer(AtomicReaderContext context,
boolean scoreDocsInOrder,
boolean topScorer,
Bits acceptDocs) |
Modifier and Type | Class and Description |
---|---|
class |
SpanScorer
Public for extension only.
|
Modifier and Type | Method and Description |
---|---|
Scorer |
SpanWeight.scorer(AtomicReaderContext context,
boolean scoreDocsInOrder,
boolean topScorer,
Bits acceptDocs) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.