Skip to content

Commit f525a24

Browse files
authored
Merge pull request #86897 from HeidiSteen/heidist-master
Azure Search: synonym maps
2 parents 528fd02 + 871bb44 commit f525a24

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/search/search-limits-quotas-capacity.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,15 @@ Maximum running times exist to provide balance and stability to the service as a
119119

120120
<sup>5</sup> Cognitive search workloads and image analysis in Azure blob indexing have shorter running times than regular text indexing. Image analysis and natural language processing are computationally intensive and consume disproportionate amounts of available processing power. Running time was reduced to give other jobs in the queue an opportunity to run.
121121

122+
## Synonym limits
123+
124+
The maximum number of synonym maps allowed varies by pricing tier. Each rule can have up to 20 expansions, where an expansion is an equivalvent term. For example, given "cat", association with "kitty", "feline", and "felis" (the genus for cats) would count as 3 expansions.
125+
126+
| Resource | Free | Basic | S1 | S2 | S3 | S3-HD |L1 | L2 |
127+
| -------- | -----|------ |----|----|----|-------|---|----|
128+
| Maximum synonym maps |3 |3|5 |10 |20 |20 | 10 | 10 |
129+
| Maximum number of rules per map |5000 |20000|20000 |20000 |20000 |20000 | 20000 | 20000 |
130+
122131
## Queries per second (QPS)
123132

124133
QPS estimates must be developed independently by every customer. Index size and complexity, query size and complexity, and the amount of traffic are primary determinants of QPS. There is no way to offer meaningful estimates when such factors are unknown.

0 commit comments

Comments
 (0)