Uses of Class
org.apache.solr.ltr.interleaving.InterleavingResult
Packages that use InterleavingResult
Package
Description
Contains Various Interleaving auxiliary classes
Contains Various Interleaving Algorithms
-
Uses of InterleavingResult in org.apache.solr.ltr.interleaving
Methods in org.apache.solr.ltr.interleaving that return InterleavingResultModifier and TypeMethodDescriptionInterleaving.interleave(org.apache.lucene.search.ScoreDoc[] rerankedA, org.apache.lucene.search.ScoreDoc[] rerankedB) -
Uses of InterleavingResult in org.apache.solr.ltr.interleaving.algorithms
Methods in org.apache.solr.ltr.interleaving.algorithms that return InterleavingResultModifier and TypeMethodDescriptionTeamDraftInterleaving.interleave(org.apache.lucene.search.ScoreDoc[] rerankedA, org.apache.lucene.search.ScoreDoc[] rerankedB) Team Draft Interleaving considers two ranking models: modelA and modelB.