| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BM25SimilarityAlgorithm
Ranking function based on the Okapi BM25 similarity algorithm.
|
class |
ClassicSimilarityAlgorithm
Legacy similarity algorithm which uses the Lucene TFIDFSimilarity
implementation of TF-IDF.
|
| Modifier and Type | Method and Description |
|---|---|
SimilarityAlgorithm |
SearchIndex.getSimilarity()
Get the similarity property: The type of similarity algorithm to be used
when scoring and ranking the documents matching a search query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndex |
SearchIndex.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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.