Package | Description |
---|---|
org.apache.lucene.queries |
Filters and Queries that add to core Lucene.
|
org.apache.lucene.queries.function |
Queries that compute score based upon a function.
|
org.apache.lucene.queries.payloads |
The payloads package provides Query mechanisms for finding and using payloads.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.similarities |
This package contains the various ranking models that can be used in Lucene.
|
org.apache.lucene.search.spans |
The calculus of spans.
|
org.apache.lucene.search.suggest.document |
Support for document suggestion
|
org.apache.lucene.spatial.bbox |
Bounding Box Spatial Strategy
|
org.apache.lucene.spatial.util |
Various spatial utilities.
|
Modifier and Type | Method and Description |
---|---|
Explanation |
CustomScoreProvider.customExplain(int doc,
Explanation subQueryExpl,
Explanation valSrcExpl)
Explain the custom score.
|
Explanation |
CustomScoreProvider.customExplain(int doc,
Explanation subQueryExpl,
Explanation[] valSrcExpls)
Explain the custom score.
|
Modifier and Type | Method and Description |
---|---|
Explanation |
CustomScoreProvider.customExplain(int doc,
Explanation subQueryExpl,
Explanation valSrcExpl)
Explain the custom score.
|
Explanation |
CustomScoreProvider.customExplain(int doc,
Explanation subQueryExpl,
Explanation[] valSrcExpls)
Explain the custom score.
|
Explanation |
CustomScoreProvider.customExplain(int doc,
Explanation subQueryExpl,
Explanation[] valSrcExpls)
Explain the custom score.
|
Modifier and Type | Method and Description |
---|---|
Explanation |
FunctionValues.explain(int doc) |
Explanation |
FunctionQuery.AllScorer.explain(int doc) |
Explanation |
FunctionQuery.FunctionWeight.explain(LeafReaderContext context,
int doc) |
Modifier and Type | Method and Description |
---|---|
Explanation |
PayloadFunction.explain(int docId,
java.lang.String field,
int numPayloadsSeen,
float payloadScore) |
Modifier and Type | Method and Description |
---|---|
abstract Explanation |
Rescorer.explain(IndexSearcher searcher,
Explanation firstPassExplanation,
int docID)
Explains how the score for the specified document was
computed.
|
Explanation |
SortRescorer.explain(IndexSearcher searcher,
Explanation firstPassExplanation,
int docID) |
Explanation |
QueryRescorer.explain(IndexSearcher searcher,
Explanation firstPassExplanation,
int docID) |
Explanation |
ConstantScoreWeight.explain(LeafReaderContext context,
int doc) |
Explanation |
DisjunctionMaxQuery.DisjunctionMaxWeight.explain(LeafReaderContext context,
int doc)
Explain the score we computed for doc
|
abstract Explanation |
Weight.explain(LeafReaderContext context,
int doc)
An explanation of the score computation for the named document.
|
Explanation |
FilterWeight.explain(LeafReaderContext context,
int doc) |
Explanation |
DoubleValuesSource.explain(LeafReaderContext ctx,
int docId,
Explanation scoreExplanation)
An explanation of the value for the named document.
|
Explanation |
IndexSearcher.explain(Query query,
int doc)
Returns an Explanation that describes how
doc scored against
query . |
protected Explanation |
IndexSearcher.explain(Weight weight,
int doc)
Expert: low-level implementation method
Returns an Explanation that describes how
doc scored against
weight . |
Explanation[] |
Explanation.getDetails()
The sub-nodes of this explanation node.
|
static Explanation |
Explanation.match(float value,
java.lang.String description,
java.util.Collection<Explanation> details)
Create a new explanation for a match.
|
static Explanation |
Explanation.match(float value,
java.lang.String description,
Explanation... details)
Create a new explanation for a match.
|
static Explanation |
Explanation.noMatch(java.lang.String description,
java.util.Collection<Explanation> details)
Create a new explanation for a document which does not match.
|
static Explanation |
Explanation.noMatch(java.lang.String description,
Explanation... details)
Create a new explanation for a document which does not match.
|
Modifier and Type | Method and Description |
---|---|
abstract Explanation |
Rescorer.explain(IndexSearcher searcher,
Explanation firstPassExplanation,
int docID)
Explains how the score for the specified document was
computed.
|
Explanation |
SortRescorer.explain(IndexSearcher searcher,
Explanation firstPassExplanation,
int docID) |
Explanation |
QueryRescorer.explain(IndexSearcher searcher,
Explanation firstPassExplanation,
int docID) |
Explanation |
DoubleValuesSource.explain(LeafReaderContext ctx,
int docId,
Explanation scoreExplanation)
An explanation of the value for the named document.
|
static Explanation |
Explanation.match(float value,
java.lang.String description,
Explanation... details)
Create a new explanation for a match.
|
static Explanation |
Explanation.noMatch(java.lang.String description,
Explanation... details)
Create a new explanation for a document which does not match.
|
static void |
CheckHits.verifyExplanation(java.lang.String q,
int doc,
float score,
boolean deep,
Explanation expl)
Assert that an explanation has the expected score, and optionally that its
sub-details max/sum/factor match to that score.
|
Modifier and Type | Method and Description |
---|---|
static Explanation |
Explanation.match(float value,
java.lang.String description,
java.util.Collection<Explanation> details)
Create a new explanation for a match.
|
static Explanation |
Explanation.noMatch(java.lang.String description,
java.util.Collection<Explanation> details)
Create a new explanation for a document which does not match.
|
Modifier and Type | Method and Description |
---|---|
Explanation |
LambdaDF.explain(BasicStats stats) |
Explanation |
LambdaTTF.explain(BasicStats stats) |
abstract Explanation |
Lambda.explain(BasicStats stats)
Explains the lambda parameter.
|
Explanation |
AfterEffectL.explain(BasicStats stats,
float tfn) |
Explanation |
AfterEffectB.explain(BasicStats stats,
float tfn) |
abstract Explanation |
AfterEffect.explain(BasicStats stats,
float tfn)
Returns an explanation for the score.
|
Explanation |
AfterEffect.NoAfterEffect.explain(BasicStats stats,
float tfn) |
Explanation |
BasicModel.explain(BasicStats stats,
float tfn)
Returns an explanation for the score.
|
Explanation |
BasicModelIn.explain(BasicStats stats,
float tfn) |
Explanation |
Normalization.explain(BasicStats stats,
float tf,
float len)
Returns an explanation for the normalized term frequency.
|
Explanation |
Normalization.NoNormalization.explain(BasicStats stats,
float tf,
float len) |
Explanation |
Distribution.explain(BasicStats stats,
float tfn,
float lambda)
Explains the score.
|
protected Explanation |
SimilarityBase.explain(BasicStats stats,
int doc,
Explanation freq,
float docLen)
Explains the score.
|
Explanation |
Similarity.SimScorer.explain(int doc,
Explanation freq)
Explain the score for a single document
|
Explanation |
BM25Similarity.idfExplain(CollectionStatistics collectionStats,
TermStatistics termStats)
Computes a score factor for a simple term and returns an explanation
for that score factor.
|
Explanation |
ClassicSimilarity.idfExplain(CollectionStatistics collectionStats,
TermStatistics termStats) |
Explanation |
TFIDFSimilarity.idfExplain(CollectionStatistics collectionStats,
TermStatistics termStats)
Computes a score factor for a simple term and returns an explanation
for that score factor.
|
Explanation |
BM25Similarity.idfExplain(CollectionStatistics collectionStats,
TermStatistics[] termStats)
Computes a score factor for a phrase.
|
Explanation |
TFIDFSimilarity.idfExplain(CollectionStatistics collectionStats,
TermStatistics[] termStats)
Computes a score factor for a phrase.
|
Modifier and Type | Method and Description |
---|---|
protected Explanation |
SimilarityBase.explain(BasicStats stats,
int doc,
Explanation freq,
float docLen)
Explains the score.
|
Explanation |
Similarity.SimScorer.explain(int doc,
Explanation freq)
Explain the score for a single document
|
Modifier and Type | Method and Description |
---|---|
protected void |
Axiomatic.explain(java.util.List<Explanation> subs,
BasicStats stats,
int doc,
float freq,
float docLen) |
protected void |
LMSimilarity.explain(java.util.List<Explanation> subExpls,
BasicStats stats,
int doc,
float freq,
float docLen) |
protected void |
LMJelinekMercerSimilarity.explain(java.util.List<Explanation> subs,
BasicStats stats,
int doc,
float freq,
float docLen) |
protected void |
SimilarityBase.explain(java.util.List<Explanation> subExpls,
BasicStats stats,
int doc,
float freq,
float docLen)
Subclasses should implement this method to explain the score.
|
protected void |
IBSimilarity.explain(java.util.List<Explanation> subs,
BasicStats stats,
int doc,
float freq,
float docLen) |
protected void |
LMDirichletSimilarity.explain(java.util.List<Explanation> subs,
BasicStats stats,
int doc,
float freq,
float docLen) |
protected void |
DFRSimilarity.explain(java.util.List<Explanation> subs,
BasicStats stats,
int doc,
float freq,
float docLen) |
Modifier and Type | Method and Description |
---|---|
Explanation |
AssertingSpanWeight.explain(LeafReaderContext context,
int doc) |
Explanation |
SpanWeight.explain(LeafReaderContext context,
int doc) |
Modifier and Type | Method and Description |
---|---|
Explanation |
CompletionWeight.explain(LeafReaderContext context,
int doc) |
Modifier and Type | Method and Description |
---|---|
Explanation |
BBoxSimilarityValueSource.explain(LeafReaderContext ctx,
int docId,
Explanation scoreExplanation) |
Modifier and Type | Method and Description |
---|---|
Explanation |
BBoxSimilarityValueSource.explain(LeafReaderContext ctx,
int docId,
Explanation scoreExplanation) |
Modifier and Type | Method and Description |
---|---|
protected abstract double |
BBoxSimilarityValueSource.score(org.locationtech.spatial4j.shape.Rectangle rect,
java.util.concurrent.atomic.AtomicReference<Explanation> exp)
Return a relevancy score.
|
protected double |
BBoxOverlapRatioValueSource.score(org.locationtech.spatial4j.shape.Rectangle target,
java.util.concurrent.atomic.AtomicReference<Explanation> exp) |
Modifier and Type | Method and Description |
---|---|
Explanation |
ReciprocalDoubleValuesSource.explain(LeafReaderContext ctx,
int docId,
Explanation scoreExplanation) |
Explanation |
CachingDoubleValueSource.explain(LeafReaderContext ctx,
int docId,
Explanation scoreExplanation) |
Modifier and Type | Method and Description |
---|---|
Explanation |
ReciprocalDoubleValuesSource.explain(LeafReaderContext ctx,
int docId,
Explanation scoreExplanation) |
Explanation |
CachingDoubleValueSource.explain(LeafReaderContext ctx,
int docId,
Explanation scoreExplanation) |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.