Uses of Class
com.yahoo.schema.RankProfile
Packages that use RankProfile
Package
Description
-
Uses of RankProfile in com.yahoo.schema
Subclasses of RankProfile in com.yahoo.schemaModifier and TypeClassDescriptionclassThe rank profile containing default settings.classA rank profile which ignores all calls made to it which may fail in a document only setting.classA low-cost ranking profile to use for watcher queries etc.Methods in com.yahoo.schema that return RankProfileModifier and TypeMethodDescriptionRankProfile.clone()Shallow clones thisRankProfile.compile(com.yahoo.search.query.profile.QueryProfileRegistry queryProfiles, ai.vespa.rankingexpression.importer.configmodelview.ImportedMlModels importedModels) Returns a copy of this where the content is optimized for execution.RankProfileRegistry.get(ImmutableSchema schema, String name) Returns a named rank profile, null if the search definition doesn't have one with the given nameRankProfileRegistry.resolve(SDDocumentType docType, String name) Methods in com.yahoo.schema that return types with arguments of type RankProfileModifier and TypeMethodDescriptionRankProfileRegistry.all()Rank profiles that are collected across clusters.RankProfileRegistry.rankProfilesOf(ImmutableSchema schema) Retrieve all rank profiles for a schemaMethods in com.yahoo.schema with parameters of type RankProfileModifier and TypeMethodDescriptionvoidRankProfileRegistry.add(RankProfile rankProfile) Adds a rank profile to this registry -
Uses of RankProfile in com.yahoo.schema.derived
Constructors in com.yahoo.schema.derived with parameters of type RankProfileModifierConstructorDescriptionRankProfileInfo(RankProfile profile) RawRankProfile(RankProfile rankProfile, LargeRankingExpressions largeExpressions, com.yahoo.search.query.profile.QueryProfileRegistry queryProfiles, ai.vespa.rankingexpression.importer.configmodelview.ImportedMlModels importedModels, AttributeFields attributeFields, com.yahoo.config.model.api.ModelContext.Properties deployProperties) Creates a raw rank profile from the given rank profile. -
Uses of RankProfile in com.yahoo.schema.expressiontransforms
Methods in com.yahoo.schema.expressiontransforms that return RankProfileMethods in com.yahoo.schema.expressiontransforms with parameters of type RankProfileModifier and TypeMethodDescriptionstatic com.yahoo.searchlib.rankingexpression.rule.ExpressionNodeOnnxModelTransformer.transformFeature(com.yahoo.searchlib.rankingexpression.rule.ReferenceNode feature, RankProfile profile) Constructors in com.yahoo.schema.expressiontransforms with parameters of type RankProfileModifierConstructorDescriptionRankProfileTransformContext(RankProfile rankProfile, com.yahoo.search.query.profile.QueryProfileRegistry queryProfiles, Map<com.yahoo.searchlib.rankingexpression.Reference, com.yahoo.tensor.TensorType> featureTypes, ai.vespa.rankingexpression.importer.configmodelview.ImportedMlModels importedModels, Map<com.yahoo.searchlib.rankingexpression.Reference, RankProfile.Constant> constants, Map<String, RankProfile.RankingExpressionFunction> inlineFunctions) -
Uses of RankProfile in com.yahoo.vespa.model.ml
Methods in com.yahoo.vespa.model.ml with parameters of type RankProfileModifier and TypeMethodDescriptionstatic ConvertedModelConvertedModel.fromSource(com.yahoo.config.application.api.ApplicationPackage applicationPackage, ModelName modelName, String modelDescription, RankProfile rankProfile, com.yahoo.search.query.profile.QueryProfileRegistry queryProfileRegistry, ai.vespa.rankingexpression.importer.configmodelview.ImportedMlModel importedModel) static ConvertedModelConvertedModel.fromStore(com.yahoo.config.application.api.ApplicationPackage applicationPackage, ModelName modelName, String modelDescription, RankProfile rankProfile)