Uses of Interface
ubic.gemma.rest.ranking.AnnotationSearchRankingStrategy
Packages that use AnnotationSearchRankingStrategy
-
Uses of AnnotationSearchRankingStrategy in ubic.gemma.rest
Constructor parameters in ubic.gemma.rest with type arguments of type AnnotationSearchRankingStrategyModifierConstructorDescriptionAnnotationsWebService(OntologyService ontologyService, SearchService searchService, CharacteristicService characteristicService, ExpressionExperimentService expressionExperimentService, DatasetArgService datasetArgService, TaxonArgService taxonArgService, GeneService geneService, Map<String, AnnotationSearchRankingStrategy> rankingStrategies) Constructor for service autowiring -
Uses of AnnotationSearchRankingStrategy in ubic.gemma.rest.ranking
Classes in ubic.gemma.rest.ranking that implement AnnotationSearchRankingStrategyModifier and TypeClassDescriptionclassOrders hits by how commonly prior curators wrote the query string to mean each candidate.classCombined ranker that blends all three primary signals into a single score per hit:classNo-op default — returns the input list unchanged (as a defensive copy).classRe-orders hits by what fraction of the query tokens appear in the hit's lowercased value.classBlends Lucene rank with the per-URI usage count.