Uses of Class
com.azure.search.documents.indexes.models.BM25SimilarityAlgorithm
Packages that use BM25SimilarityAlgorithm
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of BM25SimilarityAlgorithm in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return BM25SimilarityAlgorithmModifier and TypeMethodDescriptionstatic BM25SimilarityAlgorithmBM25SimilarityAlgorithm.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BM25SimilarityAlgorithm from the JsonReader.Set the b property: This property controls how the length of a document affects the relevance score.Set the k1 property: This property controls the scaling function between the term frequency of each matching terms and the final relevance score of a document-query pair.