azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Mag...

69 строки
5.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.MagnitudeScoringFunction"
fullName: "com.azure.search.models.MagnitudeScoringFunction"
name: "MagnitudeScoringFunction"
nameWithType: "MagnitudeScoringFunction"
summary: "Defines a function that boosts scores based on the magnitude of a numeric field."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.ScoringFunction?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.models.ScoringFunction?alt=com.azure.search.models.ScoringFunction&text=ScoringFunction\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.models.ScoringFunction.getBoost()?alt=com.azure.search.models.ScoringFunction.getBoost&text=getBoost\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.ScoringFunction.getFieldName()?alt=com.azure.search.models.ScoringFunction.getFieldName&text=getFieldName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.ScoringFunction.getInterpolation()?alt=com.azure.search.models.ScoringFunction.getInterpolation&text=getInterpolation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.ScoringFunction.setBoost(double)?alt=com.azure.search.models.ScoringFunction.setBoost&text=setBoost\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.ScoringFunction.setFieldName(java.lang.String)?alt=com.azure.search.models.ScoringFunction.setFieldName&text=setFieldName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.ScoringFunction.setInterpolation(com.azure.search.models.ScoringFunctionInterpolation)?alt=com.azure.search.models.ScoringFunction.setInterpolation&text=setInterpolation\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MagnitudeScoringFunction**</br> extends <xref href=\"com.azure.search.models.ScoringFunction?alt=com.azure.search.models.ScoringFunction&text=ScoringFunction\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.search.models.MagnitudeScoringFunction.MagnitudeScoringFunction()"
fullName: "com.azure.search.models.MagnitudeScoringFunction.MagnitudeScoringFunction()"
name: "MagnitudeScoringFunction()"
nameWithType: "MagnitudeScoringFunction.MagnitudeScoringFunction()"
syntax: "public MagnitudeScoringFunction()"
methods:
- uid: "com.azure.search.models.MagnitudeScoringFunction.getParameters()"
fullName: "com.azure.search.models.MagnitudeScoringFunction.getParameters()"
name: "getParameters()"
nameWithType: "MagnitudeScoringFunction.getParameters()"
summary: "Get the parameters property: Parameter values for the magnitude scoring function."
syntax: "public MagnitudeScoringParameters getParameters()"
desc: "Get the parameters property: Parameter values for the magnitude scoring function."
returns:
description: "the parameters value."
type: "<xref href=\"com.azure.search.models.MagnitudeScoringParameters?alt=com.azure.search.models.MagnitudeScoringParameters&text=MagnitudeScoringParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.MagnitudeScoringFunction.setParameters(com.azure.search.models.MagnitudeScoringParameters)"
fullName: "com.azure.search.models.MagnitudeScoringFunction.setParameters(MagnitudeScoringParameters parameters)"
name: "setParameters(MagnitudeScoringParameters parameters)"
nameWithType: "MagnitudeScoringFunction.setParameters(MagnitudeScoringParameters parameters)"
summary: "Set the parameters property: Parameter values for the magnitude scoring function."
parameters:
- description: "the parameters value to set."
name: "parameters"
type: "<xref href=\"com.azure.search.models.MagnitudeScoringParameters?alt=com.azure.search.models.MagnitudeScoringParameters&text=MagnitudeScoringParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MagnitudeScoringFunction setParameters(MagnitudeScoringParameters parameters)"
desc: "Set the parameters property: Parameter values for the magnitude scoring function."
returns:
description: "the MagnitudeScoringFunction object itself."
type: "<xref href=\"com.azure.search.models.MagnitudeScoringFunction?alt=com.azure.search.models.MagnitudeScoringFunction&text=MagnitudeScoringFunction\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines a function that boosts scores based on the magnitude of a numeric field."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1