Uses of Interface
org.apache.solr.ltr.interleaving.Interleaving
Packages that use Interleaving
Package
Description
Contains Various Interleaving auxiliary classes
Contains Various Interleaving Algorithms
-
Uses of Interleaving in org.apache.solr.ltr.interleaving
Methods in org.apache.solr.ltr.interleaving that return InterleavingModifier and TypeMethodDescriptionstatic InterleavingInterleaving.getImplementation(String algorithm) Constructors in org.apache.solr.ltr.interleaving with parameters of type InterleavingModifierConstructorDescriptionLTRInterleavingQuery(Interleaving interleavingAlgorithm, LTRInterleavingScoringQuery[] rerankingQueries, int rerankDocs) LTRInterleavingRescorer(Interleaving interleavingAlgorithm, LTRInterleavingScoringQuery[] rerankingQueries) -
Uses of Interleaving in org.apache.solr.ltr.interleaving.algorithms
Classes in org.apache.solr.ltr.interleaving.algorithms that implement InterleavingModifier and TypeClassDescriptionclassInterleaving was introduced the first time by Joachims in [1, 2].
Team Draft Interleaving is among the most successful and used interleaving approaches[3].
Team Draft Interleaving implements a method similar to the way in which captains select their players in team-matches.
Team Draft Interleaving produces a fair distribution of ranking models’ elements in the final interleaved list.
"Team draft interleaving" has also proved to overcome an issue of the "Balanced interleaving" approach, in determining the winning model[4].