Uses of Class
com.azure.search.documents.indexes.models.SimilarityAlgorithm
Packages that use SimilarityAlgorithm
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SimilarityAlgorithm in com.azure.search.documents.indexes.models
Subclasses of SimilarityAlgorithm in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classRanking function based on the Okapi BM25 similarity algorithm.final classLegacy similarity algorithm which uses the Lucene TFIDFSimilarity implementation of TF-IDF.Methods in com.azure.search.documents.indexes.models that return SimilarityAlgorithmModifier and TypeMethodDescriptionstatic SimilarityAlgorithmSimilarityAlgorithm.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SimilarityAlgorithm from the JsonReader.SearchIndex.getSimilarity()Get the similarity property: The type of similarity algorithm to be used when scoring and ranking the documents matching a search query.Methods in com.azure.search.documents.indexes.models with parameters of type SimilarityAlgorithmModifier and TypeMethodDescriptionSearchIndex.setSimilarity(SimilarityAlgorithm similarity) Set the similarity property: The type of similarity algorithm to be used when scoring and ranking the documents matching a search query.