| 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 | Method and Description |
|---|---|
BM25SimilarityAlgorithm |
BM25SimilarityAlgorithm.setB(Double b)
Set the b property: This property controls how the length of a document
affects the relevance score.
|
BM25SimilarityAlgorithm |
BM25SimilarityAlgorithm.setK1(Double k1)
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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.