Uses of Class
org.apache.lucene.search.Explanation
-
-
Uses of Explanation in org.apache.lucene.search
Methods in org.apache.lucene.search that return Explanation Modifier and Type Method Description ExplanationConstantScoreWeight. explain(LeafReaderContext context, int doc)ExplanationDisjunctionMaxQuery.DisjunctionMaxWeight. explain(LeafReaderContext context, int doc)Explain the score we computed for docExplanationDoubleValuesSource. explain(LeafReaderContext ctx, int docId, Explanation scoreExplanation)An explanation of the value for the named document.ExplanationFilterWeight. explain(LeafReaderContext context, int doc)ExplanationIndexSearcher. explain(Query query, int doc)Returns an Explanation that describes howdocscored againstquery.protected ExplanationIndexSearcher. explain(Weight weight, int doc)Expert: low-level implementation method Returns an Explanation that describes howdocscored againstweight.ExplanationLeafSimScorer. explain(int doc, Explanation freqExpl)Explain the score for the provided document assuming the given term document frequency.ExplanationQueryRescorer. explain(IndexSearcher searcher, Explanation firstPassExplanation, int docID)abstract ExplanationRescorer. explain(IndexSearcher searcher, Explanation firstPassExplanation, int docID)Explains how the score for the specified document was computed.abstract ExplanationWeight. explain(LeafReaderContext context, int doc)An explanation of the score computation for the named document.Explanation[]Explanation. getDetails()The sub-nodes of this explanation node.static ExplanationExplanation. match(Number value, String description, Collection<Explanation> details)Create a new explanation for a match.static ExplanationExplanation. match(Number value, String description, Explanation... details)Create a new explanation for a match.static ExplanationExplanation. noMatch(String description, Collection<Explanation> details)Create a new explanation for a document which does not match.static ExplanationExplanation. noMatch(String description, Explanation... details)Create a new explanation for a document which does not match.Methods in org.apache.lucene.search with parameters of type Explanation Modifier and Type Method Description ExplanationDoubleValuesSource. explain(LeafReaderContext ctx, int docId, Explanation scoreExplanation)An explanation of the value for the named document.ExplanationLeafSimScorer. explain(int doc, Explanation freqExpl)Explain the score for the provided document assuming the given term document frequency.ExplanationQueryRescorer. explain(IndexSearcher searcher, Explanation firstPassExplanation, int docID)abstract ExplanationRescorer. explain(IndexSearcher searcher, Explanation firstPassExplanation, int docID)Explains how the score for the specified document was computed.static ExplanationExplanation. match(Number value, String description, Explanation... details)Create a new explanation for a match.static ExplanationExplanation. noMatch(String description, Explanation... details)Create a new explanation for a document which does not match.Method parameters in org.apache.lucene.search with type arguments of type Explanation Modifier and Type Method Description static ExplanationExplanation. match(Number value, String description, Collection<Explanation> details)Create a new explanation for a match.static ExplanationExplanation. noMatch(String description, Collection<Explanation> details)Create a new explanation for a document which does not match. -
Uses of Explanation in org.apache.lucene.search.similarities
Methods in org.apache.lucene.search.similarities that return Explanation Modifier and Type Method Description abstract ExplanationAfterEffect. explain(BasicStats stats, double tfn)Returns an explanation for the score.ExplanationAfterEffectB. explain(BasicStats stats, double tfn)ExplanationAfterEffectL. explain(BasicStats stats, double tfn)abstract ExplanationBasicModel. explain(BasicStats stats, double tfn, double aeTimes1pTfn)Returns an explanation for the score.ExplanationBasicModelG. explain(BasicStats stats, double tfn, double aeTimes1pTfn)ExplanationBasicModelIF. explain(BasicStats stats, double tfn, double aeTimes1pTfn)ExplanationBasicModelIn. explain(BasicStats stats, double tfn, double aeTimes1pTfn)ExplanationBasicModelIne. explain(BasicStats stats, double tfn, double aeTimes1pTfn)protected ExplanationDFISimilarity. explain(BasicStats stats, Explanation freq, double docLen)protected ExplanationDFRSimilarity. explain(BasicStats stats, Explanation freq, double docLen)ExplanationDistribution. explain(BasicStats stats, double tfn, double lambda)Explains the score.protected ExplanationIBSimilarity. explain(BasicStats stats, Explanation freq, double docLen)abstract ExplanationLambda. explain(BasicStats stats)Explains the lambda parameter.ExplanationLambdaDF. explain(BasicStats stats)ExplanationLambdaTTF. explain(BasicStats stats)protected ExplanationLMDirichletSimilarity. explain(BasicStats stats, Explanation freq, double docLen)protected ExplanationLMJelinekMercerSimilarity. explain(BasicStats stats, Explanation freq, double docLen)ExplanationNormalization. explain(BasicStats stats, double tf, double len)Returns an explanation for the normalized term frequency.ExplanationNormalization.NoNormalization. explain(BasicStats stats, double tf, double len)ExplanationNormalizationH1. explain(BasicStats stats, double tf, double len)ExplanationNormalizationH2. explain(BasicStats stats, double tf, double len)ExplanationNormalizationH3. explain(BasicStats stats, double tf, double len)ExplanationNormalizationZ. explain(BasicStats stats, double tf, double len)ExplanationSimilarity.SimScorer. explain(Explanation freq, long norm)Explain the score for a single documentprotected ExplanationSimilarityBase. explain(BasicStats stats, Explanation freq, double docLen)Explains the score.ExplanationBM25Similarity. idfExplain(CollectionStatistics collectionStats, TermStatistics termStats)Computes a score factor for a simple term and returns an explanation for that score factor.ExplanationBM25Similarity. idfExplain(CollectionStatistics collectionStats, TermStatistics[] termStats)Computes a score factor for a phrase.ExplanationClassicSimilarity. idfExplain(CollectionStatistics collectionStats, TermStatistics termStats)ExplanationTFIDFSimilarity. idfExplain(CollectionStatistics collectionStats, TermStatistics termStats)Computes a score factor for a simple term and returns an explanation for that score factor.ExplanationTFIDFSimilarity. idfExplain(CollectionStatistics collectionStats, TermStatistics[] termStats)Computes a score factor for a phrase.Methods in org.apache.lucene.search.similarities with parameters of type Explanation Modifier and Type Method Description protected ExplanationDFISimilarity. explain(BasicStats stats, Explanation freq, double docLen)protected ExplanationDFRSimilarity. explain(BasicStats stats, Explanation freq, double docLen)protected ExplanationIBSimilarity. explain(BasicStats stats, Explanation freq, double docLen)protected ExplanationLMDirichletSimilarity. explain(BasicStats stats, Explanation freq, double docLen)protected ExplanationLMJelinekMercerSimilarity. explain(BasicStats stats, Explanation freq, double docLen)ExplanationSimilarity.SimScorer. explain(Explanation freq, long norm)Explain the score for a single documentprotected ExplanationSimilarityBase. explain(BasicStats stats, Explanation freq, double docLen)Explains the score.Method parameters in org.apache.lucene.search.similarities with type arguments of type Explanation Modifier and Type Method Description protected voidDFRSimilarity. explain(List<Explanation> subs, BasicStats stats, double freq, double docLen)protected voidIBSimilarity. explain(List<Explanation> subs, BasicStats stats, double freq, double docLen)protected voidLMDirichletSimilarity. explain(List<Explanation> subs, BasicStats stats, double freq, double docLen)protected voidLMJelinekMercerSimilarity. explain(List<Explanation> subs, BasicStats stats, double freq, double docLen)protected voidLMSimilarity. explain(List<Explanation> subExpls, BasicStats stats, double freq, double docLen)protected voidSimilarityBase. explain(List<Explanation> subExpls, BasicStats stats, double freq, double docLen)Subclasses should implement this method to explain the score. -
Uses of Explanation in org.apache.lucene.search.spans
Methods in org.apache.lucene.search.spans that return Explanation Modifier and Type Method Description ExplanationSpanWeight. explain(LeafReaderContext context, int doc) -
Uses of Explanation in org.apache.lucene.search.suggest.document
Methods in org.apache.lucene.search.suggest.document that return Explanation Modifier and Type Method Description ExplanationCompletionWeight. explain(LeafReaderContext context, int doc) -
Uses of Explanation in org.apache.lucene.spatial.util
Methods in org.apache.lucene.spatial.util that return Explanation Modifier and Type Method Description ExplanationReciprocalDoubleValuesSource. explain(LeafReaderContext ctx, int docId, Explanation scoreExplanation)Methods in org.apache.lucene.spatial.util with parameters of type Explanation Modifier and Type Method Description ExplanationReciprocalDoubleValuesSource. explain(LeafReaderContext ctx, int docId, Explanation scoreExplanation) -
Uses of Explanation in org.elasticsearch.action.explain
Methods in org.elasticsearch.action.explain that return Explanation Modifier and Type Method Description ExplanationExplainResponse. getExplanation()Constructors in org.elasticsearch.action.explain with parameters of type Explanation Constructor Description ExplainResponse(String index, String type, String id, boolean exists, Explanation explanation)ExplainResponse(String index, String type, String id, boolean exists, Explanation explanation, GetResult getResult) -
Uses of Explanation in org.elasticsearch.common.lucene
Methods in org.elasticsearch.common.lucene that return Explanation Modifier and Type Method Description static ExplanationLucene. readExplanation(StreamInput in)Methods in org.elasticsearch.common.lucene with parameters of type Explanation Modifier and Type Method Description static voidLucene. writeExplanation(StreamOutput out, Explanation explanation) -
Uses of Explanation in org.elasticsearch.common.lucene.search.function
Methods in org.elasticsearch.common.lucene.search.function that return Explanation Modifier and Type Method Description abstract ExplanationCombineFunction. explain(Explanation queryExpl, Explanation funcExpl, float maxBoost)abstract ExplanationLeafScoreFunction. explainScore(int docId, Explanation subQueryScore)ExplanationWeightFactorFunction. explainWeight()Methods in org.elasticsearch.common.lucene.search.function with parameters of type Explanation Modifier and Type Method Description abstract ExplanationCombineFunction. explain(Explanation queryExpl, Explanation funcExpl, float maxBoost)abstract ExplanationLeafScoreFunction. explainScore(int docId, Explanation subQueryScore) -
Uses of Explanation in org.elasticsearch.index.query.functionscore
Methods in org.elasticsearch.index.query.functionscore that return Explanation Modifier and Type Method Description ExplanationDecayFunction. explainFunction(String valueString, double value, double scale) -
Uses of Explanation in org.elasticsearch.script
Methods in org.elasticsearch.script that return Explanation Modifier and Type Method Description ExplanationExplainableScoreScript. explain(Explanation subQueryScore)Build the explanation of the current document being scored The script score needs the Explanation of the sub query score because it might use _score and want to explain how that was computed.ExplanationScoreScript.ExplanationHolder. get(double score, Explanation subQueryExplanation)Methods in org.elasticsearch.script with parameters of type Explanation Modifier and Type Method Description ExplanationExplainableScoreScript. explain(Explanation subQueryScore)Build the explanation of the current document being scored The script score needs the Explanation of the sub query score because it might use _score and want to explain how that was computed.ExplanationScoreScript.ExplanationHolder. get(double score, Explanation subQueryExplanation) -
Uses of Explanation in org.elasticsearch.search
Methods in org.elasticsearch.search that return Explanation Modifier and Type Method Description ExplanationSearchHit. getExplanation()If enabled, the explanation of the search hit.Methods in org.elasticsearch.search with parameters of type Explanation Modifier and Type Method Description voidSearchHit. explanation(Explanation explanation) -
Uses of Explanation in org.elasticsearch.search.profile.query
Methods in org.elasticsearch.search.profile.query that return Explanation Modifier and Type Method Description ExplanationProfileWeight. explain(LeafReaderContext context, int doc) -
Uses of Explanation in org.elasticsearch.search.rescore
Methods in org.elasticsearch.search.rescore that return Explanation Modifier and Type Method Description ExplanationQueryRescorer. explain(int topLevelDocId, IndexSearcher searcher, RescoreContext rescoreContext, Explanation sourceExplanation)ExplanationRescorer. explain(int topLevelDocId, IndexSearcher searcher, RescoreContext rescoreContext, Explanation sourceExplanation)Executes anExplanationphase on the rescorer.Methods in org.elasticsearch.search.rescore with parameters of type Explanation Modifier and Type Method Description ExplanationQueryRescorer. explain(int topLevelDocId, IndexSearcher searcher, RescoreContext rescoreContext, Explanation sourceExplanation)ExplanationRescorer. explain(int topLevelDocId, IndexSearcher searcher, RescoreContext rescoreContext, Explanation sourceExplanation)Executes anExplanationphase on the rescorer.
-