@azure/search-documents 12.3.0-alpha.20260310.2 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (744) hide show
  1. package/dist/browser/base64.d.ts.map +1 -1
  2. package/dist/browser/base64.js +3 -2
  3. package/dist/browser/base64.js.map +1 -1
  4. package/dist/browser/index.d.ts +9 -7
  5. package/dist/browser/index.d.ts.map +1 -1
  6. package/dist/browser/index.js +3 -4
  7. package/dist/browser/index.js.map +1 -1
  8. package/dist/browser/indexModels.d.ts +13 -112
  9. package/dist/browser/indexModels.d.ts.map +1 -1
  10. package/dist/browser/indexModels.js.map +1 -1
  11. package/dist/browser/knowledgeBaseModels.d.ts +4 -17
  12. package/dist/browser/knowledgeBaseModels.d.ts.map +1 -1
  13. package/dist/browser/knowledgeBaseModels.js.map +1 -1
  14. package/dist/browser/knowledgeBaseRetrieval/api/index.d.ts +2 -1
  15. package/dist/browser/knowledgeBaseRetrieval/api/index.d.ts.map +1 -1
  16. package/dist/browser/knowledgeBaseRetrieval/api/index.js +1 -1
  17. package/dist/browser/knowledgeBaseRetrieval/api/index.js.map +1 -1
  18. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +3 -1
  19. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -1
  20. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +3 -3
  21. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -1
  22. package/dist/browser/knowledgeBaseRetrieval/api/operations.d.ts +2 -2
  23. package/dist/browser/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  24. package/dist/browser/knowledgeBaseRetrieval/api/operations.js +9 -8
  25. package/dist/browser/knowledgeBaseRetrieval/api/operations.js.map +1 -1
  26. package/dist/browser/knowledgeBaseRetrieval/api/options.d.ts +2 -2
  27. package/dist/browser/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  28. package/dist/browser/knowledgeBaseRetrieval/api/options.js.map +1 -1
  29. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +2 -2
  30. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -1
  31. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +4 -4
  32. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -1
  33. package/dist/browser/knowledgeRetrievalClient.d.ts +2 -2
  34. package/dist/browser/knowledgeRetrievalClient.d.ts.map +1 -1
  35. package/dist/browser/knowledgeRetrievalClient.js +4 -4
  36. package/dist/browser/knowledgeRetrievalClient.js.map +1 -1
  37. package/dist/browser/models/azure/search/documents/index.d.ts +2 -1
  38. package/dist/browser/models/azure/search/documents/index.d.ts.map +1 -1
  39. package/dist/browser/models/azure/search/documents/index.js +1 -1
  40. package/dist/browser/models/azure/search/documents/index.js.map +1 -1
  41. package/dist/browser/models/azure/search/documents/indexes/index.d.ts +2 -1
  42. package/dist/browser/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  43. package/dist/browser/models/azure/search/documents/indexes/index.js +1 -1
  44. package/dist/browser/models/azure/search/documents/indexes/index.js.map +1 -1
  45. package/dist/browser/models/azure/search/documents/indexes/models.d.ts +50 -477
  46. package/dist/browser/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  47. package/dist/browser/models/azure/search/documents/indexes/models.js +40 -526
  48. package/dist/browser/models/azure/search/documents/indexes/models.js.map +1 -1
  49. package/dist/browser/models/azure/search/documents/knowledgeBases/index.d.ts +2 -1
  50. package/dist/browser/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  51. package/dist/browser/models/azure/search/documents/knowledgeBases/index.js +1 -1
  52. package/dist/browser/models/azure/search/documents/knowledgeBases/index.js.map +1 -1
  53. package/dist/browser/models/azure/search/documents/knowledgeBases/models.d.ts +135 -242
  54. package/dist/browser/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  55. package/dist/browser/models/azure/search/documents/knowledgeBases/models.js +131 -291
  56. package/dist/browser/models/azure/search/documents/knowledgeBases/models.js.map +1 -1
  57. package/dist/browser/models/azure/search/documents/models.d.ts +2 -466
  58. package/dist/browser/models/azure/search/documents/models.d.ts.map +1 -1
  59. package/dist/browser/models/azure/search/documents/models.js +1 -429
  60. package/dist/browser/models/azure/search/documents/models.js.map +1 -1
  61. package/dist/browser/models/index.d.ts +1 -0
  62. package/dist/browser/models/index.d.ts.map +1 -1
  63. package/dist/browser/models/index.js.map +1 -1
  64. package/dist/browser/models/models.d.ts +3 -3
  65. package/dist/browser/models/models.d.ts.map +1 -1
  66. package/dist/browser/models/models.js +3 -3
  67. package/dist/browser/models/models.js.map +1 -1
  68. package/dist/browser/search/api/index.d.ts +2 -1
  69. package/dist/browser/search/api/index.d.ts.map +1 -1
  70. package/dist/browser/search/api/index.js +1 -1
  71. package/dist/browser/search/api/index.js.map +1 -1
  72. package/dist/browser/search/api/operations.d.ts.map +1 -1
  73. package/dist/browser/search/api/operations.js +35 -54
  74. package/dist/browser/search/api/operations.js.map +1 -1
  75. package/dist/browser/search/api/options.d.ts +19 -31
  76. package/dist/browser/search/api/options.d.ts.map +1 -1
  77. package/dist/browser/search/api/options.js.map +1 -1
  78. package/dist/browser/search/api/searchContext.js +1 -1
  79. package/dist/browser/search/api/searchContext.js.map +1 -1
  80. package/dist/browser/searchClient.d.ts +0 -1
  81. package/dist/browser/searchClient.d.ts.map +1 -1
  82. package/dist/browser/searchClient.js +22 -39
  83. package/dist/browser/searchClient.js.map +1 -1
  84. package/dist/browser/searchIndex/api/index.d.ts +4 -3
  85. package/dist/browser/searchIndex/api/index.d.ts.map +1 -1
  86. package/dist/browser/searchIndex/api/index.js +2 -2
  87. package/dist/browser/searchIndex/api/index.js.map +1 -1
  88. package/dist/browser/searchIndex/api/operations.d.ts +2 -6
  89. package/dist/browser/searchIndex/api/operations.d.ts.map +1 -1
  90. package/dist/browser/searchIndex/api/operations.js +186 -96
  91. package/dist/browser/searchIndex/api/operations.js.map +1 -1
  92. package/dist/browser/searchIndex/api/options.d.ts +60 -5
  93. package/dist/browser/searchIndex/api/options.d.ts.map +1 -1
  94. package/dist/browser/searchIndex/api/options.js.map +1 -1
  95. package/dist/browser/searchIndex/api/searchIndexContext.js +1 -1
  96. package/dist/browser/searchIndex/api/searchIndexContext.js.map +1 -1
  97. package/dist/browser/searchIndex/index.d.ts +1 -1
  98. package/dist/browser/searchIndex/index.d.ts.map +1 -1
  99. package/dist/browser/searchIndex/index.js.map +1 -1
  100. package/dist/browser/searchIndex/searchIndexClient.d.ts +2 -4
  101. package/dist/browser/searchIndex/searchIndexClient.d.ts.map +1 -1
  102. package/dist/browser/searchIndex/searchIndexClient.js +1 -5
  103. package/dist/browser/searchIndex/searchIndexClient.js.map +1 -1
  104. package/dist/browser/searchIndexClient.d.ts +2 -7
  105. package/dist/browser/searchIndexClient.d.ts.map +1 -1
  106. package/dist/browser/searchIndexClient.js +2 -9
  107. package/dist/browser/searchIndexClient.js.map +1 -1
  108. package/dist/browser/searchIndexer/api/index.d.ts +4 -3
  109. package/dist/browser/searchIndexer/api/index.d.ts.map +1 -1
  110. package/dist/browser/searchIndexer/api/index.js +2 -2
  111. package/dist/browser/searchIndexer/api/index.js.map +1 -1
  112. package/dist/browser/searchIndexer/api/operations.d.ts +2 -14
  113. package/dist/browser/searchIndexer/api/operations.d.ts.map +1 -1
  114. package/dist/browser/searchIndexer/api/operations.js +112 -150
  115. package/dist/browser/searchIndexer/api/operations.js.map +1 -1
  116. package/dist/browser/searchIndexer/api/options.d.ts +36 -30
  117. package/dist/browser/searchIndexer/api/options.d.ts.map +1 -1
  118. package/dist/browser/searchIndexer/api/options.js.map +1 -1
  119. package/dist/browser/searchIndexer/api/searchIndexerContext.js +1 -1
  120. package/dist/browser/searchIndexer/api/searchIndexerContext.js.map +1 -1
  121. package/dist/browser/searchIndexer/index.d.ts +1 -1
  122. package/dist/browser/searchIndexer/index.d.ts.map +1 -1
  123. package/dist/browser/searchIndexer/index.js.map +1 -1
  124. package/dist/browser/searchIndexer/searchIndexerClient.d.ts +2 -8
  125. package/dist/browser/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  126. package/dist/browser/searchIndexer/searchIndexerClient.js +1 -13
  127. package/dist/browser/searchIndexer/searchIndexerClient.js.map +1 -1
  128. package/dist/browser/searchIndexerClient.d.ts +1 -14
  129. package/dist/browser/searchIndexerClient.d.ts.map +1 -1
  130. package/dist/browser/searchIndexerClient.js +0 -27
  131. package/dist/browser/searchIndexerClient.js.map +1 -1
  132. package/dist/browser/searchIndexingBufferedSender.d.ts.map +1 -1
  133. package/dist/browser/searchIndexingBufferedSender.js +3 -7
  134. package/dist/browser/searchIndexingBufferedSender.js.map +1 -1
  135. package/dist/browser/serviceModels.d.ts +7 -191
  136. package/dist/browser/serviceModels.d.ts.map +1 -1
  137. package/dist/browser/serviceModels.js.map +1 -1
  138. package/dist/browser/serviceUtils.d.ts +3 -5
  139. package/dist/browser/serviceUtils.d.ts.map +1 -1
  140. package/dist/browser/serviceUtils.js +30 -87
  141. package/dist/browser/serviceUtils.js.map +1 -1
  142. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  143. package/dist/browser/{synonymMapHelper.d.ts → synonymMapHelper-browser.d.mts} +3 -3
  144. package/dist/browser/synonymMapHelper-browser.d.mts.map +1 -0
  145. package/dist/browser/{synonymMapHelper.js → synonymMapHelper-browser.mjs} +3 -3
  146. package/dist/browser/synonymMapHelper-browser.mjs.map +1 -0
  147. package/dist/browser/timers-browser.d.mts +8 -0
  148. package/dist/browser/timers-browser.d.mts.map +1 -0
  149. package/dist/browser/timers-browser.mjs +13 -0
  150. package/dist/browser/timers-browser.mjs.map +1 -0
  151. package/dist/browser/tracing.d.ts.map +1 -1
  152. package/dist/browser/walk.js +1 -1
  153. package/dist/browser/walk.js.map +1 -1
  154. package/dist/commonjs/base64.d.ts.map +1 -1
  155. package/dist/commonjs/base64.js +4 -2
  156. package/dist/commonjs/base64.js.map +3 -3
  157. package/dist/commonjs/geographyPoint.js +1 -0
  158. package/dist/commonjs/geographyPoint.js.map +1 -1
  159. package/dist/commonjs/index.d.ts +8 -6
  160. package/dist/commonjs/index.d.ts.map +1 -1
  161. package/dist/commonjs/index.js +1 -29
  162. package/dist/commonjs/index.js.map +3 -3
  163. package/dist/commonjs/indexDocumentsBatch.js +1 -0
  164. package/dist/commonjs/indexDocumentsBatch.js.map +1 -1
  165. package/dist/commonjs/indexModels.d.ts +13 -112
  166. package/dist/commonjs/indexModels.d.ts.map +1 -1
  167. package/dist/commonjs/indexModels.js +1 -0
  168. package/dist/commonjs/indexModels.js.map +2 -2
  169. package/dist/commonjs/knowledgeBaseModels.d.ts +4 -17
  170. package/dist/commonjs/knowledgeBaseModels.d.ts.map +1 -1
  171. package/dist/commonjs/knowledgeBaseModels.js +1 -0
  172. package/dist/commonjs/knowledgeBaseModels.js.map +2 -2
  173. package/dist/commonjs/knowledgeBaseRetrieval/api/index.d.ts +2 -1
  174. package/dist/commonjs/knowledgeBaseRetrieval/api/index.d.ts.map +1 -1
  175. package/dist/commonjs/knowledgeBaseRetrieval/api/index.js +1 -0
  176. package/dist/commonjs/knowledgeBaseRetrieval/api/index.js.map +3 -3
  177. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +3 -1
  178. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -1
  179. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +4 -3
  180. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +3 -3
  181. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.d.ts +2 -2
  182. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  183. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.js +9 -7
  184. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.js.map +3 -3
  185. package/dist/commonjs/knowledgeBaseRetrieval/api/options.d.ts +2 -2
  186. package/dist/commonjs/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  187. package/dist/commonjs/knowledgeBaseRetrieval/api/options.js +1 -0
  188. package/dist/commonjs/knowledgeBaseRetrieval/api/options.js.map +2 -2
  189. package/dist/commonjs/knowledgeBaseRetrieval/index.js +1 -0
  190. package/dist/commonjs/knowledgeBaseRetrieval/index.js.map +1 -1
  191. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +2 -2
  192. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -1
  193. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +5 -4
  194. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +3 -3
  195. package/dist/commonjs/knowledgeRetrievalClient.d.ts +2 -2
  196. package/dist/commonjs/knowledgeRetrievalClient.d.ts.map +1 -1
  197. package/dist/commonjs/knowledgeRetrievalClient.js +10 -4
  198. package/dist/commonjs/knowledgeRetrievalClient.js.map +3 -3
  199. package/dist/commonjs/logger.js +1 -0
  200. package/dist/commonjs/logger.js.map +1 -1
  201. package/dist/commonjs/models/azure/search/documents/index.d.ts +2 -1
  202. package/dist/commonjs/models/azure/search/documents/index.d.ts.map +1 -1
  203. package/dist/commonjs/models/azure/search/documents/index.js +3 -16
  204. package/dist/commonjs/models/azure/search/documents/index.js.map +3 -3
  205. package/dist/commonjs/models/azure/search/documents/indexes/index.d.ts +2 -1
  206. package/dist/commonjs/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  207. package/dist/commonjs/models/azure/search/documents/indexes/index.js +1 -18
  208. package/dist/commonjs/models/azure/search/documents/indexes/index.js.map +3 -3
  209. package/dist/commonjs/models/azure/search/documents/indexes/models.d.ts +50 -477
  210. package/dist/commonjs/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  211. package/dist/commonjs/models/azure/search/documents/indexes/models.js +40 -501
  212. package/dist/commonjs/models/azure/search/documents/indexes/models.js.map +4 -4
  213. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.d.ts +2 -1
  214. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  215. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.js +1 -2
  216. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.js.map +3 -3
  217. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.d.ts +135 -242
  218. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  219. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.js +136 -335
  220. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.js.map +4 -4
  221. package/dist/commonjs/models/azure/search/documents/models.d.ts +2 -466
  222. package/dist/commonjs/models/azure/search/documents/models.d.ts.map +1 -1
  223. package/dist/commonjs/models/azure/search/documents/models.js +8 -354
  224. package/dist/commonjs/models/azure/search/documents/models.js.map +4 -4
  225. package/dist/commonjs/models/index.d.ts +1 -0
  226. package/dist/commonjs/models/index.d.ts.map +1 -1
  227. package/dist/commonjs/models/index.js +1 -0
  228. package/dist/commonjs/models/index.js.map +2 -2
  229. package/dist/commonjs/models/models.d.ts +3 -3
  230. package/dist/commonjs/models/models.d.ts.map +1 -1
  231. package/dist/commonjs/models/models.js +2 -1
  232. package/dist/commonjs/models/models.js.map +3 -3
  233. package/dist/commonjs/odata.js +1 -0
  234. package/dist/commonjs/odata.js.map +1 -1
  235. package/dist/commonjs/odataMetadataPolicy.js +1 -0
  236. package/dist/commonjs/odataMetadataPolicy.js.map +1 -1
  237. package/dist/commonjs/search/api/index.d.ts +2 -1
  238. package/dist/commonjs/search/api/index.d.ts.map +1 -1
  239. package/dist/commonjs/search/api/index.js +1 -0
  240. package/dist/commonjs/search/api/index.js.map +3 -3
  241. package/dist/commonjs/search/api/operations.d.ts.map +1 -1
  242. package/dist/commonjs/search/api/operations.js +22 -42
  243. package/dist/commonjs/search/api/operations.js.map +3 -3
  244. package/dist/commonjs/search/api/options.d.ts +19 -31
  245. package/dist/commonjs/search/api/options.d.ts.map +1 -1
  246. package/dist/commonjs/search/api/options.js +1 -0
  247. package/dist/commonjs/search/api/options.js.map +2 -2
  248. package/dist/commonjs/search/api/searchContext.js +2 -1
  249. package/dist/commonjs/search/api/searchContext.js.map +2 -2
  250. package/dist/commonjs/search/index.js +1 -0
  251. package/dist/commonjs/search/index.js.map +1 -1
  252. package/dist/commonjs/search/searchClient.js +1 -0
  253. package/dist/commonjs/search/searchClient.js.map +1 -1
  254. package/dist/commonjs/searchApiKeyCredentialPolicy.js +1 -0
  255. package/dist/commonjs/searchApiKeyCredentialPolicy.js.map +1 -1
  256. package/dist/commonjs/searchAudience.js +1 -0
  257. package/dist/commonjs/searchAudience.js.map +1 -1
  258. package/dist/commonjs/searchClient.d.ts +0 -1
  259. package/dist/commonjs/searchClient.d.ts.map +1 -1
  260. package/dist/commonjs/searchClient.js +24 -43
  261. package/dist/commonjs/searchClient.js.map +3 -3
  262. package/dist/commonjs/searchIndex/api/index.d.ts +4 -3
  263. package/dist/commonjs/searchIndex/api/index.d.ts.map +1 -1
  264. package/dist/commonjs/searchIndex/api/index.js +1 -2
  265. package/dist/commonjs/searchIndex/api/index.js.map +3 -3
  266. package/dist/commonjs/searchIndex/api/operations.d.ts +2 -6
  267. package/dist/commonjs/searchIndex/api/operations.d.ts.map +1 -1
  268. package/dist/commonjs/searchIndex/api/operations.js +126 -108
  269. package/dist/commonjs/searchIndex/api/operations.js.map +3 -3
  270. package/dist/commonjs/searchIndex/api/options.d.ts +60 -5
  271. package/dist/commonjs/searchIndex/api/options.d.ts.map +1 -1
  272. package/dist/commonjs/searchIndex/api/options.js +1 -0
  273. package/dist/commonjs/searchIndex/api/options.js.map +2 -2
  274. package/dist/commonjs/searchIndex/api/searchIndexContext.js +2 -1
  275. package/dist/commonjs/searchIndex/api/searchIndexContext.js.map +2 -2
  276. package/dist/commonjs/searchIndex/index.d.ts +1 -1
  277. package/dist/commonjs/searchIndex/index.d.ts.map +1 -1
  278. package/dist/commonjs/searchIndex/index.js +1 -0
  279. package/dist/commonjs/searchIndex/index.js.map +2 -2
  280. package/dist/commonjs/searchIndex/searchIndexClient.d.ts +2 -4
  281. package/dist/commonjs/searchIndex/searchIndexClient.d.ts.map +1 -1
  282. package/dist/commonjs/searchIndex/searchIndexClient.js +1 -4
  283. package/dist/commonjs/searchIndex/searchIndexClient.js.map +3 -3
  284. package/dist/commonjs/searchIndexClient.d.ts +2 -7
  285. package/dist/commonjs/searchIndexClient.d.ts.map +1 -1
  286. package/dist/commonjs/searchIndexClient.js +3 -9
  287. package/dist/commonjs/searchIndexClient.js.map +3 -3
  288. package/dist/commonjs/searchIndexer/api/index.d.ts +4 -3
  289. package/dist/commonjs/searchIndexer/api/index.d.ts.map +1 -1
  290. package/dist/commonjs/searchIndexer/api/index.js +1 -6
  291. package/dist/commonjs/searchIndexer/api/index.js.map +3 -3
  292. package/dist/commonjs/searchIndexer/api/operations.d.ts +2 -14
  293. package/dist/commonjs/searchIndexer/api/operations.d.ts.map +1 -1
  294. package/dist/commonjs/searchIndexer/api/operations.js +76 -168
  295. package/dist/commonjs/searchIndexer/api/operations.js.map +3 -3
  296. package/dist/commonjs/searchIndexer/api/options.d.ts +36 -30
  297. package/dist/commonjs/searchIndexer/api/options.d.ts.map +1 -1
  298. package/dist/commonjs/searchIndexer/api/options.js +1 -0
  299. package/dist/commonjs/searchIndexer/api/options.js.map +2 -2
  300. package/dist/commonjs/searchIndexer/api/searchIndexerContext.js +2 -1
  301. package/dist/commonjs/searchIndexer/api/searchIndexerContext.js.map +2 -2
  302. package/dist/commonjs/searchIndexer/index.d.ts +1 -1
  303. package/dist/commonjs/searchIndexer/index.d.ts.map +1 -1
  304. package/dist/commonjs/searchIndexer/index.js +1 -0
  305. package/dist/commonjs/searchIndexer/index.js.map +2 -2
  306. package/dist/commonjs/searchIndexer/searchIndexerClient.d.ts +2 -8
  307. package/dist/commonjs/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  308. package/dist/commonjs/searchIndexer/searchIndexerClient.js +1 -12
  309. package/dist/commonjs/searchIndexer/searchIndexerClient.js.map +3 -3
  310. package/dist/commonjs/searchIndexerClient.d.ts +1 -14
  311. package/dist/commonjs/searchIndexerClient.d.ts.map +1 -1
  312. package/dist/commonjs/searchIndexerClient.js +1 -39
  313. package/dist/commonjs/searchIndexerClient.js.map +3 -3
  314. package/dist/commonjs/searchIndexingBufferedSender.d.ts.map +1 -1
  315. package/dist/commonjs/searchIndexingBufferedSender.js +4 -7
  316. package/dist/commonjs/searchIndexingBufferedSender.js.map +3 -3
  317. package/dist/commonjs/serialization.js +1 -0
  318. package/dist/commonjs/serialization.js.map +1 -1
  319. package/dist/commonjs/serviceModels.d.ts +7 -191
  320. package/dist/commonjs/serviceModels.d.ts.map +1 -1
  321. package/dist/commonjs/serviceModels.js +1 -0
  322. package/dist/commonjs/serviceModels.js.map +3 -3
  323. package/dist/commonjs/serviceUtils.d.ts +3 -5
  324. package/dist/commonjs/serviceUtils.d.ts.map +1 -1
  325. package/dist/commonjs/serviceUtils.js +31 -89
  326. package/dist/commonjs/serviceUtils.js.map +3 -3
  327. package/dist/commonjs/static-helpers/pagingHelpers.js +1 -0
  328. package/dist/commonjs/static-helpers/pagingHelpers.js.map +2 -2
  329. package/dist/commonjs/static-helpers/serialization/build-csv-collection.js +1 -0
  330. package/dist/commonjs/static-helpers/serialization/build-csv-collection.js.map +1 -1
  331. package/dist/commonjs/static-helpers/serialization/build-newline-collection.js +1 -0
  332. package/dist/commonjs/static-helpers/serialization/build-newline-collection.js.map +1 -1
  333. package/dist/commonjs/static-helpers/serialization/build-pipe-collection.js +1 -0
  334. package/dist/commonjs/static-helpers/serialization/build-pipe-collection.js.map +1 -1
  335. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +1 -0
  336. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +1 -1
  337. package/dist/commonjs/static-helpers/serialization/parse-csv-collection.js +1 -0
  338. package/dist/commonjs/static-helpers/serialization/parse-csv-collection.js.map +1 -1
  339. package/dist/commonjs/static-helpers/serialization/parse-newline-collection.js +1 -0
  340. package/dist/commonjs/static-helpers/serialization/parse-newline-collection.js.map +1 -1
  341. package/dist/commonjs/static-helpers/serialization/parse-pipe-collection.js +1 -0
  342. package/dist/commonjs/static-helpers/serialization/parse-pipe-collection.js.map +1 -1
  343. package/dist/commonjs/static-helpers/serialization/serialize-record.js +1 -0
  344. package/dist/commonjs/static-helpers/serialization/serialize-record.js.map +1 -1
  345. package/dist/commonjs/static-helpers/urlTemplate.js +1 -0
  346. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
  347. package/dist/commonjs/synonymMapHelper.js +1 -0
  348. package/dist/commonjs/synonymMapHelper.js.map +1 -1
  349. package/dist/commonjs/timers.d.ts +9 -0
  350. package/dist/commonjs/timers.d.ts.map +1 -0
  351. package/dist/commonjs/{errorModels.js → timers.js} +19 -2
  352. package/dist/commonjs/timers.js.map +7 -0
  353. package/dist/commonjs/tracing.d.ts.map +1 -1
  354. package/dist/commonjs/tracing.js +1 -0
  355. package/dist/commonjs/tracing.js.map +1 -1
  356. package/dist/commonjs/tsdoc-metadata.json +1 -1
  357. package/dist/commonjs/walk.js +2 -1
  358. package/dist/commonjs/walk.js.map +3 -3
  359. package/dist/esm/base64.d.ts.map +1 -1
  360. package/dist/esm/base64.js +16 -8
  361. package/dist/esm/base64.js.map +1 -7
  362. package/dist/esm/geographyPoint.js +35 -32
  363. package/dist/esm/geographyPoint.js.map +1 -7
  364. package/dist/esm/index.d.ts +8 -6
  365. package/dist/esm/index.d.ts.map +1 -1
  366. package/dist/esm/index.js +17 -190
  367. package/dist/esm/index.js.map +1 -7
  368. package/dist/esm/indexDocumentsBatch.js +78 -73
  369. package/dist/esm/indexDocumentsBatch.js.map +1 -7
  370. package/dist/esm/indexModels.d.ts +13 -112
  371. package/dist/esm/indexModels.d.ts.map +1 -1
  372. package/dist/esm/indexModels.js +4 -0
  373. package/dist/esm/indexModels.js.map +1 -7
  374. package/dist/esm/knowledgeBaseModels.d.ts +4 -17
  375. package/dist/esm/knowledgeBaseModels.d.ts.map +1 -1
  376. package/dist/esm/knowledgeBaseModels.js +4 -0
  377. package/dist/esm/knowledgeBaseModels.js.map +1 -7
  378. package/dist/esm/knowledgeBaseRetrieval/api/index.d.ts +2 -1
  379. package/dist/esm/knowledgeBaseRetrieval/api/index.d.ts.map +1 -1
  380. package/dist/esm/knowledgeBaseRetrieval/api/index.js +5 -8
  381. package/dist/esm/knowledgeBaseRetrieval/api/index.js.map +1 -7
  382. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +3 -1
  383. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -1
  384. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +22 -20
  385. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -7
  386. package/dist/esm/knowledgeBaseRetrieval/api/operations.d.ts +2 -2
  387. package/dist/esm/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  388. package/dist/esm/knowledgeBaseRetrieval/api/operations.js +39 -42
  389. package/dist/esm/knowledgeBaseRetrieval/api/operations.js.map +1 -7
  390. package/dist/esm/knowledgeBaseRetrieval/api/options.d.ts +2 -2
  391. package/dist/esm/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  392. package/dist/esm/knowledgeBaseRetrieval/api/options.js +4 -0
  393. package/dist/esm/knowledgeBaseRetrieval/api/options.js.map +1 -7
  394. package/dist/esm/knowledgeBaseRetrieval/index.js +4 -4
  395. package/dist/esm/knowledgeBaseRetrieval/index.js.map +1 -7
  396. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +2 -2
  397. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -1
  398. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +22 -20
  399. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -7
  400. package/dist/esm/knowledgeRetrievalClient.d.ts +2 -2
  401. package/dist/esm/knowledgeRetrievalClient.d.ts.map +1 -1
  402. package/dist/esm/knowledgeRetrievalClient.js +89 -91
  403. package/dist/esm/knowledgeRetrievalClient.js.map +1 -7
  404. package/dist/esm/logger.js +7 -4
  405. package/dist/esm/logger.js.map +1 -7
  406. package/dist/esm/models/azure/search/documents/index.d.ts +2 -1
  407. package/dist/esm/models/azure/search/documents/index.d.ts.map +1 -1
  408. package/dist/esm/models/azure/search/documents/index.js +4 -36
  409. package/dist/esm/models/azure/search/documents/index.js.map +1 -7
  410. package/dist/esm/models/azure/search/documents/indexes/index.d.ts +2 -1
  411. package/dist/esm/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  412. package/dist/esm/models/azure/search/documents/indexes/index.js +4 -130
  413. package/dist/esm/models/azure/search/documents/indexes/index.js.map +1 -7
  414. package/dist/esm/models/azure/search/documents/indexes/models.d.ts +50 -477
  415. package/dist/esm/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  416. package/dist/esm/models/azure/search/documents/indexes/models.js +6374 -6188
  417. package/dist/esm/models/azure/search/documents/indexes/models.js.map +1 -7
  418. package/dist/esm/models/azure/search/documents/knowledgeBases/index.d.ts +2 -1
  419. package/dist/esm/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  420. package/dist/esm/models/azure/search/documents/knowledgeBases/index.js +4 -16
  421. package/dist/esm/models/azure/search/documents/knowledgeBases/index.js.map +1 -7
  422. package/dist/esm/models/azure/search/documents/knowledgeBases/models.d.ts +135 -242
  423. package/dist/esm/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  424. package/dist/esm/models/azure/search/documents/knowledgeBases/models.js +592 -790
  425. package/dist/esm/models/azure/search/documents/knowledgeBases/models.js.map +1 -7
  426. package/dist/esm/models/azure/search/documents/models.d.ts +2 -466
  427. package/dist/esm/models/azure/search/documents/models.d.ts.map +1 -1
  428. package/dist/esm/models/azure/search/documents/models.js +591 -919
  429. package/dist/esm/models/azure/search/documents/models.js.map +1 -7
  430. package/dist/esm/models/index.d.ts +1 -0
  431. package/dist/esm/models/index.d.ts.map +1 -1
  432. package/dist/esm/models/index.js +4 -4
  433. package/dist/esm/models/index.js.map +1 -7
  434. package/dist/esm/models/models.d.ts +3 -3
  435. package/dist/esm/models/models.d.ts.map +1 -1
  436. package/dist/esm/models/models.js +14 -13
  437. package/dist/esm/models/models.js.map +1 -7
  438. package/dist/esm/odata.js +43 -26
  439. package/dist/esm/odata.js.map +1 -7
  440. package/dist/esm/odataMetadataPolicy.js +15 -11
  441. package/dist/esm/odataMetadataPolicy.js.map +1 -7
  442. package/dist/esm/search/api/index.d.ts +2 -1
  443. package/dist/esm/search/api/index.d.ts.map +1 -1
  444. package/dist/esm/search/api/index.js +5 -26
  445. package/dist/esm/search/api/index.js.map +1 -7
  446. package/dist/esm/search/api/operations.d.ts.map +1 -1
  447. package/dist/esm/search/api/operations.js +418 -452
  448. package/dist/esm/search/api/operations.js.map +1 -7
  449. package/dist/esm/search/api/options.d.ts +19 -31
  450. package/dist/esm/search/api/options.d.ts.map +1 -1
  451. package/dist/esm/search/api/options.js +4 -0
  452. package/dist/esm/search/api/options.js.map +1 -7
  453. package/dist/esm/search/api/searchContext.js +22 -20
  454. package/dist/esm/search/api/searchContext.js.map +1 -7
  455. package/dist/esm/search/index.js +4 -4
  456. package/dist/esm/search/index.js.map +1 -7
  457. package/dist/esm/search/searchClient.js +55 -63
  458. package/dist/esm/search/searchClient.js.map +1 -7
  459. package/dist/esm/searchApiKeyCredentialPolicy.js +17 -13
  460. package/dist/esm/searchApiKeyCredentialPolicy.js.map +1 -7
  461. package/dist/esm/searchAudience.js +21 -9
  462. package/dist/esm/searchAudience.js.map +1 -7
  463. package/dist/esm/searchClient.d.ts +0 -1
  464. package/dist/esm/searchClient.d.ts.map +1 -1
  465. package/dist/esm/searchClient.js +539 -624
  466. package/dist/esm/searchClient.js.map +1 -7
  467. package/dist/esm/searchIndex/api/index.d.ts +4 -3
  468. package/dist/esm/searchIndex/api/index.d.ts.map +1 -1
  469. package/dist/esm/searchIndex/api/index.js +5 -70
  470. package/dist/esm/searchIndex/api/index.js.map +1 -7
  471. package/dist/esm/searchIndex/api/operations.d.ts +2 -6
  472. package/dist/esm/searchIndex/api/operations.d.ts.map +1 -1
  473. package/dist/esm/searchIndex/api/operations.js +1087 -1177
  474. package/dist/esm/searchIndex/api/operations.js.map +1 -7
  475. package/dist/esm/searchIndex/api/options.d.ts +60 -5
  476. package/dist/esm/searchIndex/api/options.d.ts.map +1 -1
  477. package/dist/esm/searchIndex/api/options.js +4 -0
  478. package/dist/esm/searchIndex/api/options.js.map +1 -7
  479. package/dist/esm/searchIndex/api/searchIndexContext.js +22 -20
  480. package/dist/esm/searchIndex/api/searchIndexContext.js.map +1 -7
  481. package/dist/esm/searchIndex/index.d.ts +1 -1
  482. package/dist/esm/searchIndex/index.d.ts.map +1 -1
  483. package/dist/esm/searchIndex/index.js +4 -4
  484. package/dist/esm/searchIndex/index.js.map +1 -7
  485. package/dist/esm/searchIndex/searchIndexClient.d.ts +2 -4
  486. package/dist/esm/searchIndex/searchIndexClient.d.ts.map +1 -1
  487. package/dist/esm/searchIndex/searchIndexClient.js +139 -173
  488. package/dist/esm/searchIndex/searchIndexClient.js.map +1 -7
  489. package/dist/esm/searchIndexClient.d.ts +2 -7
  490. package/dist/esm/searchIndexClient.d.ts.map +1 -1
  491. package/dist/esm/searchIndexClient.js +448 -588
  492. package/dist/esm/searchIndexClient.js.map +1 -7
  493. package/dist/esm/searchIndexer/api/index.d.ts +4 -3
  494. package/dist/esm/searchIndexer/api/index.d.ts.map +1 -1
  495. package/dist/esm/searchIndexer/api/index.js +5 -50
  496. package/dist/esm/searchIndexer/api/index.js.map +1 -7
  497. package/dist/esm/searchIndexer/api/operations.d.ts +2 -14
  498. package/dist/esm/searchIndexer/api/operations.d.ts.map +1 -1
  499. package/dist/esm/searchIndexer/api/operations.js +676 -809
  500. package/dist/esm/searchIndexer/api/operations.js.map +1 -7
  501. package/dist/esm/searchIndexer/api/options.d.ts +36 -30
  502. package/dist/esm/searchIndexer/api/options.d.ts.map +1 -1
  503. package/dist/esm/searchIndexer/api/options.js +4 -0
  504. package/dist/esm/searchIndexer/api/options.js.map +1 -7
  505. package/dist/esm/searchIndexer/api/searchIndexerContext.js +22 -20
  506. package/dist/esm/searchIndexer/api/searchIndexerContext.js.map +1 -7
  507. package/dist/esm/searchIndexer/index.d.ts +1 -1
  508. package/dist/esm/searchIndexer/index.d.ts.map +1 -1
  509. package/dist/esm/searchIndexer/index.js +4 -4
  510. package/dist/esm/searchIndexer/index.js.map +1 -7
  511. package/dist/esm/searchIndexer/searchIndexerClient.d.ts +2 -8
  512. package/dist/esm/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  513. package/dist/esm/searchIndexer/searchIndexerClient.js +91 -123
  514. package/dist/esm/searchIndexer/searchIndexerClient.js.map +1 -7
  515. package/dist/esm/searchIndexerClient.d.ts +1 -14
  516. package/dist/esm/searchIndexerClient.d.ts.map +1 -1
  517. package/dist/esm/searchIndexerClient.js +347 -473
  518. package/dist/esm/searchIndexerClient.js.map +1 -7
  519. package/dist/esm/searchIndexingBufferedSender.d.ts.map +1 -1
  520. package/dist/esm/searchIndexingBufferedSender.js +302 -285
  521. package/dist/esm/searchIndexingBufferedSender.js.map +1 -7
  522. package/dist/esm/serialization.js +112 -111
  523. package/dist/esm/serialization.js.map +1 -7
  524. package/dist/esm/serviceModels.d.ts +7 -191
  525. package/dist/esm/serviceModels.d.ts.map +1 -1
  526. package/dist/esm/serviceModels.js +654 -162
  527. package/dist/esm/serviceModels.js.map +1 -7
  528. package/dist/esm/serviceUtils.d.ts +3 -5
  529. package/dist/esm/serviceUtils.d.ts.map +1 -1
  530. package/dist/esm/serviceUtils.js +776 -865
  531. package/dist/esm/serviceUtils.js.map +1 -7
  532. package/dist/esm/static-helpers/pagingHelpers.js +122 -98
  533. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -7
  534. package/dist/esm/static-helpers/serialization/build-csv-collection.js +5 -5
  535. package/dist/esm/static-helpers/serialization/build-csv-collection.js.map +1 -7
  536. package/dist/esm/static-helpers/serialization/build-newline-collection.js +5 -5
  537. package/dist/esm/static-helpers/serialization/build-newline-collection.js.map +1 -7
  538. package/dist/esm/static-helpers/serialization/build-pipe-collection.js +5 -5
  539. package/dist/esm/static-helpers/serialization/build-pipe-collection.js.map +1 -7
  540. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +15 -9
  541. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -7
  542. package/dist/esm/static-helpers/serialization/parse-csv-collection.js +5 -5
  543. package/dist/esm/static-helpers/serialization/parse-csv-collection.js.map +1 -7
  544. package/dist/esm/static-helpers/serialization/parse-newline-collection.js +5 -5
  545. package/dist/esm/static-helpers/serialization/parse-newline-collection.js.map +1 -7
  546. package/dist/esm/static-helpers/serialization/parse-pipe-collection.js +5 -5
  547. package/dist/esm/static-helpers/serialization/parse-pipe-collection.js.map +1 -7
  548. package/dist/esm/static-helpers/serialization/serialize-record.js +17 -16
  549. package/dist/esm/static-helpers/serialization/serialize-record.js.map +1 -7
  550. package/dist/esm/static-helpers/urlTemplate.js +169 -142
  551. package/dist/esm/static-helpers/urlTemplate.js.map +1 -7
  552. package/dist/esm/synonymMapHelper.js +20 -9
  553. package/dist/esm/synonymMapHelper.js.map +1 -7
  554. package/dist/esm/timers.d.ts +9 -0
  555. package/dist/esm/timers.d.ts.map +1 -0
  556. package/dist/esm/timers.js +15 -0
  557. package/dist/esm/timers.js.map +1 -0
  558. package/dist/esm/tracing.d.ts.map +1 -1
  559. package/dist/esm/tracing.js +11 -8
  560. package/dist/esm/tracing.js.map +1 -7
  561. package/dist/esm/walk.js +64 -52
  562. package/dist/esm/walk.js.map +1 -7
  563. package/dist/react-native/base64.d.ts.map +1 -1
  564. package/dist/react-native/base64.js +3 -2
  565. package/dist/react-native/base64.js.map +1 -1
  566. package/dist/react-native/index.d.ts +9 -7
  567. package/dist/react-native/index.d.ts.map +1 -1
  568. package/dist/react-native/index.js +3 -4
  569. package/dist/react-native/index.js.map +1 -1
  570. package/dist/react-native/indexModels.d.ts +13 -112
  571. package/dist/react-native/indexModels.d.ts.map +1 -1
  572. package/dist/react-native/indexModels.js.map +1 -1
  573. package/dist/react-native/knowledgeBaseModels.d.ts +4 -17
  574. package/dist/react-native/knowledgeBaseModels.d.ts.map +1 -1
  575. package/dist/react-native/knowledgeBaseModels.js.map +1 -1
  576. package/dist/react-native/knowledgeBaseRetrieval/api/index.d.ts +2 -1
  577. package/dist/react-native/knowledgeBaseRetrieval/api/index.d.ts.map +1 -1
  578. package/dist/react-native/knowledgeBaseRetrieval/api/index.js +1 -1
  579. package/dist/react-native/knowledgeBaseRetrieval/api/index.js.map +1 -1
  580. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +3 -1
  581. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -1
  582. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +3 -3
  583. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -1
  584. package/dist/react-native/knowledgeBaseRetrieval/api/operations.d.ts +2 -2
  585. package/dist/react-native/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  586. package/dist/react-native/knowledgeBaseRetrieval/api/operations.js +9 -8
  587. package/dist/react-native/knowledgeBaseRetrieval/api/operations.js.map +1 -1
  588. package/dist/react-native/knowledgeBaseRetrieval/api/options.d.ts +2 -2
  589. package/dist/react-native/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  590. package/dist/react-native/knowledgeBaseRetrieval/api/options.js.map +1 -1
  591. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +2 -2
  592. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -1
  593. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +4 -4
  594. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -1
  595. package/dist/react-native/knowledgeRetrievalClient.d.ts +2 -2
  596. package/dist/react-native/knowledgeRetrievalClient.d.ts.map +1 -1
  597. package/dist/react-native/knowledgeRetrievalClient.js +4 -4
  598. package/dist/react-native/knowledgeRetrievalClient.js.map +1 -1
  599. package/dist/react-native/models/azure/search/documents/index.d.ts +2 -1
  600. package/dist/react-native/models/azure/search/documents/index.d.ts.map +1 -1
  601. package/dist/react-native/models/azure/search/documents/index.js +1 -1
  602. package/dist/react-native/models/azure/search/documents/index.js.map +1 -1
  603. package/dist/react-native/models/azure/search/documents/indexes/index.d.ts +2 -1
  604. package/dist/react-native/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  605. package/dist/react-native/models/azure/search/documents/indexes/index.js +1 -1
  606. package/dist/react-native/models/azure/search/documents/indexes/index.js.map +1 -1
  607. package/dist/react-native/models/azure/search/documents/indexes/models.d.ts +50 -477
  608. package/dist/react-native/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  609. package/dist/react-native/models/azure/search/documents/indexes/models.js +40 -526
  610. package/dist/react-native/models/azure/search/documents/indexes/models.js.map +1 -1
  611. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.d.ts +2 -1
  612. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  613. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.js +1 -1
  614. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.js.map +1 -1
  615. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.d.ts +135 -242
  616. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  617. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.js +131 -291
  618. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.js.map +1 -1
  619. package/dist/react-native/models/azure/search/documents/models.d.ts +2 -466
  620. package/dist/react-native/models/azure/search/documents/models.d.ts.map +1 -1
  621. package/dist/react-native/models/azure/search/documents/models.js +1 -429
  622. package/dist/react-native/models/azure/search/documents/models.js.map +1 -1
  623. package/dist/react-native/models/index.d.ts +1 -0
  624. package/dist/react-native/models/index.d.ts.map +1 -1
  625. package/dist/react-native/models/index.js.map +1 -1
  626. package/dist/react-native/models/models.d.ts +3 -3
  627. package/dist/react-native/models/models.d.ts.map +1 -1
  628. package/dist/react-native/models/models.js +3 -3
  629. package/dist/react-native/models/models.js.map +1 -1
  630. package/dist/react-native/search/api/index.d.ts +2 -1
  631. package/dist/react-native/search/api/index.d.ts.map +1 -1
  632. package/dist/react-native/search/api/index.js +1 -1
  633. package/dist/react-native/search/api/index.js.map +1 -1
  634. package/dist/react-native/search/api/operations.d.ts.map +1 -1
  635. package/dist/react-native/search/api/operations.js +35 -54
  636. package/dist/react-native/search/api/operations.js.map +1 -1
  637. package/dist/react-native/search/api/options.d.ts +19 -31
  638. package/dist/react-native/search/api/options.d.ts.map +1 -1
  639. package/dist/react-native/search/api/options.js.map +1 -1
  640. package/dist/react-native/search/api/searchContext.js +1 -1
  641. package/dist/react-native/search/api/searchContext.js.map +1 -1
  642. package/dist/react-native/searchClient.d.ts +0 -1
  643. package/dist/react-native/searchClient.d.ts.map +1 -1
  644. package/dist/react-native/searchClient.js +22 -39
  645. package/dist/react-native/searchClient.js.map +1 -1
  646. package/dist/react-native/searchIndex/api/index.d.ts +4 -3
  647. package/dist/react-native/searchIndex/api/index.d.ts.map +1 -1
  648. package/dist/react-native/searchIndex/api/index.js +2 -2
  649. package/dist/react-native/searchIndex/api/index.js.map +1 -1
  650. package/dist/react-native/searchIndex/api/operations.d.ts +2 -6
  651. package/dist/react-native/searchIndex/api/operations.d.ts.map +1 -1
  652. package/dist/react-native/searchIndex/api/operations.js +186 -96
  653. package/dist/react-native/searchIndex/api/operations.js.map +1 -1
  654. package/dist/react-native/searchIndex/api/options.d.ts +60 -5
  655. package/dist/react-native/searchIndex/api/options.d.ts.map +1 -1
  656. package/dist/react-native/searchIndex/api/options.js.map +1 -1
  657. package/dist/react-native/searchIndex/api/searchIndexContext.js +1 -1
  658. package/dist/react-native/searchIndex/api/searchIndexContext.js.map +1 -1
  659. package/dist/react-native/searchIndex/index.d.ts +1 -1
  660. package/dist/react-native/searchIndex/index.d.ts.map +1 -1
  661. package/dist/react-native/searchIndex/index.js.map +1 -1
  662. package/dist/react-native/searchIndex/searchIndexClient.d.ts +2 -4
  663. package/dist/react-native/searchIndex/searchIndexClient.d.ts.map +1 -1
  664. package/dist/react-native/searchIndex/searchIndexClient.js +1 -5
  665. package/dist/react-native/searchIndex/searchIndexClient.js.map +1 -1
  666. package/dist/react-native/searchIndexClient.d.ts +2 -7
  667. package/dist/react-native/searchIndexClient.d.ts.map +1 -1
  668. package/dist/react-native/searchIndexClient.js +2 -9
  669. package/dist/react-native/searchIndexClient.js.map +1 -1
  670. package/dist/react-native/searchIndexer/api/index.d.ts +4 -3
  671. package/dist/react-native/searchIndexer/api/index.d.ts.map +1 -1
  672. package/dist/react-native/searchIndexer/api/index.js +2 -2
  673. package/dist/react-native/searchIndexer/api/index.js.map +1 -1
  674. package/dist/react-native/searchIndexer/api/operations.d.ts +2 -14
  675. package/dist/react-native/searchIndexer/api/operations.d.ts.map +1 -1
  676. package/dist/react-native/searchIndexer/api/operations.js +112 -150
  677. package/dist/react-native/searchIndexer/api/operations.js.map +1 -1
  678. package/dist/react-native/searchIndexer/api/options.d.ts +36 -30
  679. package/dist/react-native/searchIndexer/api/options.d.ts.map +1 -1
  680. package/dist/react-native/searchIndexer/api/options.js.map +1 -1
  681. package/dist/react-native/searchIndexer/api/searchIndexerContext.js +1 -1
  682. package/dist/react-native/searchIndexer/api/searchIndexerContext.js.map +1 -1
  683. package/dist/react-native/searchIndexer/index.d.ts +1 -1
  684. package/dist/react-native/searchIndexer/index.d.ts.map +1 -1
  685. package/dist/react-native/searchIndexer/index.js.map +1 -1
  686. package/dist/react-native/searchIndexer/searchIndexerClient.d.ts +2 -8
  687. package/dist/react-native/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  688. package/dist/react-native/searchIndexer/searchIndexerClient.js +1 -13
  689. package/dist/react-native/searchIndexer/searchIndexerClient.js.map +1 -1
  690. package/dist/react-native/searchIndexerClient.d.ts +1 -14
  691. package/dist/react-native/searchIndexerClient.d.ts.map +1 -1
  692. package/dist/react-native/searchIndexerClient.js +0 -27
  693. package/dist/react-native/searchIndexerClient.js.map +1 -1
  694. package/dist/react-native/searchIndexingBufferedSender.d.ts.map +1 -1
  695. package/dist/react-native/searchIndexingBufferedSender.js +3 -7
  696. package/dist/react-native/searchIndexingBufferedSender.js.map +1 -1
  697. package/dist/react-native/serviceModels.d.ts +7 -191
  698. package/dist/react-native/serviceModels.d.ts.map +1 -1
  699. package/dist/react-native/serviceModels.js.map +1 -1
  700. package/dist/react-native/serviceUtils.d.ts +3 -5
  701. package/dist/react-native/serviceUtils.d.ts.map +1 -1
  702. package/dist/react-native/serviceUtils.js +30 -87
  703. package/dist/react-native/serviceUtils.js.map +1 -1
  704. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
  705. package/dist/react-native/{synonymMapHelper.d.ts → synonymMapHelper-browser.d.mts} +4 -3
  706. package/dist/react-native/synonymMapHelper-browser.d.mts.map +1 -0
  707. package/dist/react-native/synonymMapHelper-browser.mjs +14 -0
  708. package/dist/react-native/synonymMapHelper-browser.mjs.map +1 -0
  709. package/dist/react-native/synonymMapHelper-react-native.d.mts +2 -0
  710. package/dist/react-native/synonymMapHelper-react-native.d.mts.map +1 -0
  711. package/dist/react-native/synonymMapHelper-react-native.mjs +4 -0
  712. package/dist/react-native/synonymMapHelper-react-native.mjs.map +1 -0
  713. package/dist/react-native/timers-browser.d.mts +8 -0
  714. package/dist/react-native/timers-browser.d.mts.map +1 -0
  715. package/dist/react-native/timers-browser.mjs +13 -0
  716. package/dist/react-native/timers-browser.mjs.map +1 -0
  717. package/dist/react-native/timers-react-native.d.mts +2 -0
  718. package/dist/react-native/timers-react-native.d.mts.map +1 -0
  719. package/dist/react-native/timers-react-native.mjs +4 -0
  720. package/dist/react-native/timers-react-native.mjs.map +1 -0
  721. package/dist/react-native/tracing.d.ts.map +1 -1
  722. package/dist/react-native/walk.js +1 -1
  723. package/dist/react-native/walk.js.map +1 -1
  724. package/package.json +33 -20
  725. package/dist/browser/errorModels.d.ts +0 -56
  726. package/dist/browser/errorModels.d.ts.map +0 -1
  727. package/dist/browser/errorModels.js +0 -4
  728. package/dist/browser/errorModels.js.map +0 -1
  729. package/dist/browser/synonymMapHelper.d.ts.map +0 -1
  730. package/dist/browser/synonymMapHelper.js.map +0 -1
  731. package/dist/commonjs/errorModels.d.ts +0 -56
  732. package/dist/commonjs/errorModels.d.ts.map +0 -1
  733. package/dist/commonjs/errorModels.js.map +0 -7
  734. package/dist/esm/errorModels.d.ts +0 -56
  735. package/dist/esm/errorModels.d.ts.map +0 -1
  736. package/dist/esm/errorModels.js +0 -0
  737. package/dist/esm/errorModels.js.map +0 -7
  738. package/dist/react-native/errorModels.d.ts +0 -56
  739. package/dist/react-native/errorModels.d.ts.map +0 -1
  740. package/dist/react-native/errorModels.js +0 -4
  741. package/dist/react-native/errorModels.js.map +0 -1
  742. package/dist/react-native/synonymMapHelper.d.ts.map +0 -1
  743. package/dist/react-native/synonymMapHelper.js +0 -24
  744. package/dist/react-native/synonymMapHelper.js.map +0 -1
@@ -1,163 +1,655 @@
1
- function isComplexField(field) {
2
- return field.type === "Edm.ComplexType" || field.type === "Collection(Edm.ComplexType)";
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export function isComplexField(field) {
4
+ return field.type === "Edm.ComplexType" || field.type === "Collection(Edm.ComplexType)";
3
5
  }
4
- var KnownTokenizerNames = /* @__PURE__ */ ((KnownTokenizerNames2) => {
5
- KnownTokenizerNames2["Classic"] = "classic";
6
- KnownTokenizerNames2["EdgeNGram"] = "edgeNGram";
7
- KnownTokenizerNames2["Keyword"] = "keyword_v2";
8
- KnownTokenizerNames2["Letter"] = "letter";
9
- KnownTokenizerNames2["Lowercase"] = "lowercase";
10
- KnownTokenizerNames2["MicrosoftLanguageTokenizer"] = "microsoft_language_tokenizer";
11
- KnownTokenizerNames2["MicrosoftLanguageStemmingTokenizer"] = "microsoft_language_stemming_tokenizer";
12
- KnownTokenizerNames2["NGram"] = "nGram";
13
- KnownTokenizerNames2["PathHierarchy"] = "path_hierarchy_v2";
14
- KnownTokenizerNames2["Pattern"] = "pattern";
15
- KnownTokenizerNames2["Standard"] = "standard_v2";
16
- KnownTokenizerNames2["UaxUrlEmail"] = "uax_url_email";
17
- KnownTokenizerNames2["Whitespace"] = "whitespace";
18
- return KnownTokenizerNames2;
19
- })(KnownTokenizerNames || {});
20
- var KnownTokenFilterNames = /* @__PURE__ */ ((KnownTokenFilterNames2) => {
21
- KnownTokenFilterNames2["ArabicNormalization"] = "arabic_normalization";
22
- KnownTokenFilterNames2["Apostrophe"] = "apostrophe";
23
- KnownTokenFilterNames2["AsciiFolding"] = "asciifolding";
24
- KnownTokenFilterNames2["CjkBigram"] = "cjk_bigram";
25
- KnownTokenFilterNames2["CjkWidth"] = "cjk_width";
26
- KnownTokenFilterNames2["Classic"] = "classic";
27
- KnownTokenFilterNames2["CommonGram"] = "common_grams";
28
- KnownTokenFilterNames2["EdgeNGram"] = "edgeNGram_v2";
29
- KnownTokenFilterNames2["Elision"] = "elision";
30
- KnownTokenFilterNames2["GermanNormalization"] = "german_normalization";
31
- KnownTokenFilterNames2["HindiNormalization"] = "hindi_normalization";
32
- KnownTokenFilterNames2["IndicNormalization"] = "indic_normalization";
33
- KnownTokenFilterNames2["KeywordRepeat"] = "keyword_repeat";
34
- KnownTokenFilterNames2["KStem"] = "kstem";
35
- KnownTokenFilterNames2["Length"] = "length";
36
- KnownTokenFilterNames2["Limit"] = "limit";
37
- KnownTokenFilterNames2["Lowercase"] = "lowercase";
38
- KnownTokenFilterNames2["NGram"] = "nGram_v2";
39
- KnownTokenFilterNames2["PersianNormalization"] = "persian_normalization";
40
- KnownTokenFilterNames2["Phonetic"] = "phonetic";
41
- KnownTokenFilterNames2["PorterStem"] = "porter_stem";
42
- KnownTokenFilterNames2["Reverse"] = "reverse";
43
- KnownTokenFilterNames2["ScandinavianNormalization"] = "scandinavian_normalization";
44
- KnownTokenFilterNames2["ScandinavianFoldingNormalization"] = "scandinavian_folding";
45
- KnownTokenFilterNames2["Shingle"] = "shingle";
46
- KnownTokenFilterNames2["Snowball"] = "snowball";
47
- KnownTokenFilterNames2["SoraniNormalization"] = "sorani_normalization";
48
- KnownTokenFilterNames2["Stemmer"] = "stemmer";
49
- KnownTokenFilterNames2["Stopwords"] = "stopwords";
50
- KnownTokenFilterNames2["Trim"] = "trim";
51
- KnownTokenFilterNames2["Truncate"] = "truncate";
52
- KnownTokenFilterNames2["Unique"] = "unique";
53
- KnownTokenFilterNames2["Uppercase"] = "uppercase";
54
- KnownTokenFilterNames2["WordDelimiter"] = "word_delimiter";
55
- return KnownTokenFilterNames2;
56
- })(KnownTokenFilterNames || {});
57
- var KnownCharFilterNames = /* @__PURE__ */ ((KnownCharFilterNames2) => {
58
- KnownCharFilterNames2["HtmlStrip"] = "html_strip";
59
- return KnownCharFilterNames2;
60
- })(KnownCharFilterNames || {});
61
- var KnownAnalyzerNames = /* @__PURE__ */ ((KnownAnalyzerNames2) => {
62
- KnownAnalyzerNames2["ArMicrosoft"] = "ar.microsoft";
63
- KnownAnalyzerNames2["ArLucene"] = "ar.lucene";
64
- KnownAnalyzerNames2["HyLucene"] = "hy.lucene";
65
- KnownAnalyzerNames2["BnMicrosoft"] = "bn.microsoft";
66
- KnownAnalyzerNames2["EuLucene"] = "eu.lucene";
67
- KnownAnalyzerNames2["BgMicrosoft"] = "bg.microsoft";
68
- KnownAnalyzerNames2["BgLucene"] = "bg.lucene";
69
- KnownAnalyzerNames2["CaMicrosoft"] = "ca.microsoft";
70
- KnownAnalyzerNames2["CaLucene"] = "ca.lucene";
71
- KnownAnalyzerNames2["ZhHansMicrosoft"] = "zh-Hans.microsoft";
72
- KnownAnalyzerNames2["ZhHansLucene"] = "zh-Hans.lucene";
73
- KnownAnalyzerNames2["ZhHantMicrosoft"] = "zh-Hant.microsoft";
74
- KnownAnalyzerNames2["ZhHantLucene"] = "zh-Hant.lucene";
75
- KnownAnalyzerNames2["HrMicrosoft"] = "hr.microsoft";
76
- KnownAnalyzerNames2["CsMicrosoft"] = "cs.microsoft";
77
- KnownAnalyzerNames2["CsLucene"] = "cs.lucene";
78
- KnownAnalyzerNames2["DaMicrosoft"] = "da.microsoft";
79
- KnownAnalyzerNames2["DaLucene"] = "da.lucene";
80
- KnownAnalyzerNames2["NlMicrosoft"] = "nl.microsoft";
81
- KnownAnalyzerNames2["NlLucene"] = "nl.lucene";
82
- KnownAnalyzerNames2["EnMicrosoft"] = "en.microsoft";
83
- KnownAnalyzerNames2["EnLucene"] = "en.lucene";
84
- KnownAnalyzerNames2["EtMicrosoft"] = "et.microsoft";
85
- KnownAnalyzerNames2["FiMicrosoft"] = "fi.microsoft";
86
- KnownAnalyzerNames2["FiLucene"] = "fi.lucene";
87
- KnownAnalyzerNames2["FrMicrosoft"] = "fr.microsoft";
88
- KnownAnalyzerNames2["FrLucene"] = "fr.lucene";
89
- KnownAnalyzerNames2["GlLucene"] = "gl.lucene";
90
- KnownAnalyzerNames2["DeMicrosoft"] = "de.microsoft";
91
- KnownAnalyzerNames2["DeLucene"] = "de.lucene";
92
- KnownAnalyzerNames2["ElMicrosoft"] = "el.microsoft";
93
- KnownAnalyzerNames2["ElLucene"] = "el.lucene";
94
- KnownAnalyzerNames2["GuMicrosoft"] = "gu.microsoft";
95
- KnownAnalyzerNames2["HeMicrosoft"] = "he.microsoft";
96
- KnownAnalyzerNames2["HiMicrosoft"] = "hi.microsoft";
97
- KnownAnalyzerNames2["HiLucene"] = "hi.lucene";
98
- KnownAnalyzerNames2["HuMicrosoft"] = "hu.microsoft";
99
- KnownAnalyzerNames2["HuLucene"] = "hu.lucene";
100
- KnownAnalyzerNames2["IsMicrosoft"] = "is.microsoft";
101
- KnownAnalyzerNames2["IdMicrosoft"] = "id.microsoft";
102
- KnownAnalyzerNames2["IdLucene"] = "id.lucene";
103
- KnownAnalyzerNames2["GaLucene"] = "ga.lucene";
104
- KnownAnalyzerNames2["ItMicrosoft"] = "it.microsoft";
105
- KnownAnalyzerNames2["ItLucene"] = "it.lucene";
106
- KnownAnalyzerNames2["JaMicrosoft"] = "ja.microsoft";
107
- KnownAnalyzerNames2["JaLucene"] = "ja.lucene";
108
- KnownAnalyzerNames2["KnMicrosoft"] = "kn.microsoft";
109
- KnownAnalyzerNames2["KoMicrosoft"] = "ko.microsoft";
110
- KnownAnalyzerNames2["KoLucene"] = "ko.lucene";
111
- KnownAnalyzerNames2["LvMicrosoft"] = "lv.microsoft";
112
- KnownAnalyzerNames2["LvLucene"] = "lv.lucene";
113
- KnownAnalyzerNames2["LtMicrosoft"] = "lt.microsoft";
114
- KnownAnalyzerNames2["MlMicrosoft"] = "ml.microsoft";
115
- KnownAnalyzerNames2["MsMicrosoft"] = "ms.microsoft";
116
- KnownAnalyzerNames2["MrMicrosoft"] = "mr.microsoft";
117
- KnownAnalyzerNames2["NbMicrosoft"] = "nb.microsoft";
118
- KnownAnalyzerNames2["NoLucene"] = "no.lucene";
119
- KnownAnalyzerNames2["FaLucene"] = "fa.lucene";
120
- KnownAnalyzerNames2["PlMicrosoft"] = "pl.microsoft";
121
- KnownAnalyzerNames2["PlLucene"] = "pl.lucene";
122
- KnownAnalyzerNames2["PtBRMicrosoft"] = "pt-BR.microsoft";
123
- KnownAnalyzerNames2["PtBRLucene"] = "pt-BR.lucene";
124
- KnownAnalyzerNames2["PtPTMicrosoft"] = "pt-PT.microsoft";
125
- KnownAnalyzerNames2["PtPTLucene"] = "pt-PT.lucene";
126
- KnownAnalyzerNames2["PaMicrosoft"] = "pa.microsoft";
127
- KnownAnalyzerNames2["RoMicrosoft"] = "ro.microsoft";
128
- KnownAnalyzerNames2["RoLucene"] = "ro.lucene";
129
- KnownAnalyzerNames2["RuMicrosoft"] = "ru.microsoft";
130
- KnownAnalyzerNames2["RuLucene"] = "ru.lucene";
131
- KnownAnalyzerNames2["SrCyrillicMicrosoft"] = "sr-cyrillic.microsoft";
132
- KnownAnalyzerNames2["SrLatinMicrosoft"] = "sr-latin.microsoft";
133
- KnownAnalyzerNames2["SkMicrosoft"] = "sk.microsoft";
134
- KnownAnalyzerNames2["SlMicrosoft"] = "sl.microsoft";
135
- KnownAnalyzerNames2["EsMicrosoft"] = "es.microsoft";
136
- KnownAnalyzerNames2["EsLucene"] = "es.lucene";
137
- KnownAnalyzerNames2["SvMicrosoft"] = "sv.microsoft";
138
- KnownAnalyzerNames2["SvLucene"] = "sv.lucene";
139
- KnownAnalyzerNames2["TaMicrosoft"] = "ta.microsoft";
140
- KnownAnalyzerNames2["TeMicrosoft"] = "te.microsoft";
141
- KnownAnalyzerNames2["ThMicrosoft"] = "th.microsoft";
142
- KnownAnalyzerNames2["ThLucene"] = "th.lucene";
143
- KnownAnalyzerNames2["TrMicrosoft"] = "tr.microsoft";
144
- KnownAnalyzerNames2["TrLucene"] = "tr.lucene";
145
- KnownAnalyzerNames2["UkMicrosoft"] = "uk.microsoft";
146
- KnownAnalyzerNames2["UrMicrosoft"] = "ur.microsoft";
147
- KnownAnalyzerNames2["ViMicrosoft"] = "vi.microsoft";
148
- KnownAnalyzerNames2["StandardLucene"] = "standard.lucene";
149
- KnownAnalyzerNames2["StandardAsciiFoldingLucene"] = "standardasciifolding.lucene";
150
- KnownAnalyzerNames2["Keyword"] = "keyword";
151
- KnownAnalyzerNames2["Pattern"] = "pattern";
152
- KnownAnalyzerNames2["Simple"] = "simple";
153
- KnownAnalyzerNames2["Stop"] = "stop";
154
- KnownAnalyzerNames2["Whitespace"] = "whitespace";
155
- return KnownAnalyzerNames2;
156
- })(KnownAnalyzerNames || {});
157
- export {
158
- KnownAnalyzerNames,
159
- KnownCharFilterNames,
160
- KnownTokenFilterNames,
161
- KnownTokenizerNames,
162
- isComplexField
163
- };
6
+ /**
7
+ * Defines values for TokenizerName.
8
+ * @readonly
9
+ */
10
+ export var KnownTokenizerNames;
11
+ (function (KnownTokenizerNames) {
12
+ /**
13
+ * Grammar-based tokenizer that is suitable for processing most European-language documents. See
14
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/standard/ClassicTokenizer.html
15
+ */
16
+ KnownTokenizerNames["Classic"] = "classic";
17
+ /**
18
+ * Tokenizes the input from an edge into n-grams of the given size(s). See
19
+ * https://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/ngram/EdgeNGramTokenizer.html
20
+ */
21
+ KnownTokenizerNames["EdgeNGram"] = "edgeNGram";
22
+ /**
23
+ * Emits the entire input as a single token. See
24
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/KeywordTokenizer.html
25
+ */
26
+ KnownTokenizerNames["Keyword"] = "keyword_v2";
27
+ /**
28
+ * Divides text at non-letters. See
29
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/LetterTokenizer.html
30
+ */
31
+ KnownTokenizerNames["Letter"] = "letter";
32
+ /**
33
+ * Divides text at non-letters and converts them to lower case. See
34
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/LowerCaseTokenizer.html
35
+ */
36
+ KnownTokenizerNames["Lowercase"] = "lowercase";
37
+ /**
38
+ * Divides text using language-specific rules.
39
+ */
40
+ KnownTokenizerNames["MicrosoftLanguageTokenizer"] = "microsoft_language_tokenizer";
41
+ /**
42
+ * Divides text using language-specific rules and reduces words to their base forms.
43
+ */
44
+ KnownTokenizerNames["MicrosoftLanguageStemmingTokenizer"] = "microsoft_language_stemming_tokenizer";
45
+ /**
46
+ * Tokenizes the input into n-grams of the given size(s). See
47
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/ngram/NGramTokenizer.html
48
+ */
49
+ KnownTokenizerNames["NGram"] = "nGram";
50
+ /**
51
+ * Tokenizer for path-like hierarchies. See
52
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/path/PathHierarchyTokenizer.html
53
+ */
54
+ KnownTokenizerNames["PathHierarchy"] = "path_hierarchy_v2";
55
+ /**
56
+ * Tokenizer that uses regex pattern matching to construct distinct tokens. See
57
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/pattern/PatternTokenizer.html
58
+ */
59
+ KnownTokenizerNames["Pattern"] = "pattern";
60
+ /**
61
+ * Standard Lucene analyzer; Composed of the standard tokenizer, lowercase filter and stop
62
+ * filter. See
63
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/standard/StandardTokenizer.html
64
+ */
65
+ KnownTokenizerNames["Standard"] = "standard_v2";
66
+ /**
67
+ * Tokenizes urls and emails as one token. See
68
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/standard/UAX29URLEmailTokenizer.html
69
+ */
70
+ KnownTokenizerNames["UaxUrlEmail"] = "uax_url_email";
71
+ /**
72
+ * Divides text at whitespace. See
73
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/WhitespaceTokenizer.html
74
+ */
75
+ KnownTokenizerNames["Whitespace"] = "whitespace";
76
+ })(KnownTokenizerNames || (KnownTokenizerNames = {}));
77
+ /**
78
+ * Defines values for TokenFilterName.
79
+ * @readonly
80
+ */
81
+ export var KnownTokenFilterNames;
82
+ (function (KnownTokenFilterNames) {
83
+ /**
84
+ * A token filter that applies the Arabic normalizer to normalize the orthography. See
85
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/ar/ArabicNormalizationFilter.html
86
+ */
87
+ KnownTokenFilterNames["ArabicNormalization"] = "arabic_normalization";
88
+ /**
89
+ * Strips all characters after an apostrophe (including the apostrophe itself). See
90
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/tr/ApostropheFilter.html
91
+ */
92
+ KnownTokenFilterNames["Apostrophe"] = "apostrophe";
93
+ /**
94
+ * Converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127
95
+ * ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if such
96
+ * equivalents exist. See
97
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/ASCIIFoldingFilter.html
98
+ */
99
+ KnownTokenFilterNames["AsciiFolding"] = "asciifolding";
100
+ /**
101
+ * Forms bigrams of CJK terms that are generated from StandardTokenizer. See
102
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/cjk/CJKBigramFilter.html
103
+ */
104
+ KnownTokenFilterNames["CjkBigram"] = "cjk_bigram";
105
+ /**
106
+ * Normalizes CJK width differences. Folds fullwidth ASCII variants into the equivalent basic
107
+ * Latin, and half-width Katakana variants into the equivalent Kana. See
108
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/cjk/CJKWidthFilter.html
109
+ */
110
+ KnownTokenFilterNames["CjkWidth"] = "cjk_width";
111
+ /**
112
+ * Removes English possessives, and dots from acronyms. See
113
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/standard/ClassicFilter.html
114
+ */
115
+ KnownTokenFilterNames["Classic"] = "classic";
116
+ /**
117
+ * Construct bigrams for frequently occurring terms while indexing. Single terms are still
118
+ * indexed too, with bigrams overlaid. See
119
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/commongrams/CommonGramsFilter.html
120
+ */
121
+ KnownTokenFilterNames["CommonGram"] = "common_grams";
122
+ /**
123
+ * Generates n-grams of the given size(s) starting from the front or the back of an input token.
124
+ * See
125
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilter.html
126
+ */
127
+ KnownTokenFilterNames["EdgeNGram"] = "edgeNGram_v2";
128
+ /**
129
+ * Removes elisions. For example, "l'avion" (the plane) will be converted to "avion" (plane). See
130
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/util/ElisionFilter.html
131
+ */
132
+ KnownTokenFilterNames["Elision"] = "elision";
133
+ /**
134
+ * Normalizes German characters according to the heuristics of the German2 snowball algorithm.
135
+ * See
136
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/de/GermanNormalizationFilter.html
137
+ */
138
+ KnownTokenFilterNames["GermanNormalization"] = "german_normalization";
139
+ /**
140
+ * Normalizes text in Hindi to remove some differences in spelling variations. See
141
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/hi/HindiNormalizationFilter.html
142
+ */
143
+ KnownTokenFilterNames["HindiNormalization"] = "hindi_normalization";
144
+ /**
145
+ * Normalizes the Unicode representation of text in Indian languages. See
146
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/in/IndicNormalizationFilter.html
147
+ */
148
+ KnownTokenFilterNames["IndicNormalization"] = "indic_normalization";
149
+ /**
150
+ * Emits each incoming token twice, once as keyword and once as non-keyword. See
151
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/KeywordRepeatFilter.html
152
+ */
153
+ KnownTokenFilterNames["KeywordRepeat"] = "keyword_repeat";
154
+ /**
155
+ * A high-performance kstem filter for English. See
156
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/en/KStemFilter.html
157
+ */
158
+ KnownTokenFilterNames["KStem"] = "kstem";
159
+ /**
160
+ * Removes words that are too long or too short. See
161
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/LengthFilter.html
162
+ */
163
+ KnownTokenFilterNames["Length"] = "length";
164
+ /**
165
+ * Limits the number of tokens while indexing. See
166
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/LimitTokenCountFilter.html
167
+ */
168
+ KnownTokenFilterNames["Limit"] = "limit";
169
+ /**
170
+ * Normalizes token text to lower case. See
171
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/LowerCaseFilter.htm
172
+ */
173
+ KnownTokenFilterNames["Lowercase"] = "lowercase";
174
+ /**
175
+ * Generates n-grams of the given size(s). See
176
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/ngram/NGramTokenFilter.html
177
+ */
178
+ KnownTokenFilterNames["NGram"] = "nGram_v2";
179
+ /**
180
+ * Applies normalization for Persian. See
181
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/fa/PersianNormalizationFilter.html
182
+ */
183
+ KnownTokenFilterNames["PersianNormalization"] = "persian_normalization";
184
+ /**
185
+ * Create tokens for phonetic matches. See
186
+ * https://lucene.apache.org/core/4_10_3/analyzers-phonetic/org/apache/lucene/analysis/phonetic/package-tree.html
187
+ */
188
+ KnownTokenFilterNames["Phonetic"] = "phonetic";
189
+ /**
190
+ * Uses the Porter stemming algorithm to transform the token stream. See
191
+ * http://tartarus.org/~martin/PorterStemmer
192
+ */
193
+ KnownTokenFilterNames["PorterStem"] = "porter_stem";
194
+ /**
195
+ * Reverses the token string. See
196
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/reverse/ReverseStringFilter.html
197
+ */
198
+ KnownTokenFilterNames["Reverse"] = "reverse";
199
+ /**
200
+ * Normalizes use of the interchangeable Scandinavian characters. See
201
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/ScandinavianNormalizationFilter.html
202
+ */
203
+ KnownTokenFilterNames["ScandinavianNormalization"] = "scandinavian_normalization";
204
+ /**
205
+ * Folds Scandinavian characters åÅäæÄÆ->a and öÖøØ->o. It also discriminates against use
206
+ * of double vowels aa, ae, ao, oe and oo, leaving just the first one. See
207
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/ScandinavianFoldingFilter.html
208
+ */
209
+ KnownTokenFilterNames["ScandinavianFoldingNormalization"] = "scandinavian_folding";
210
+ /**
211
+ * Creates combinations of tokens as a single token. See
212
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/shingle/ShingleFilter.html
213
+ */
214
+ KnownTokenFilterNames["Shingle"] = "shingle";
215
+ /**
216
+ * A filter that stems words using a Snowball-generated stemmer. See
217
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/snowball/SnowballFilter.html
218
+ */
219
+ KnownTokenFilterNames["Snowball"] = "snowball";
220
+ /**
221
+ * Normalizes the Unicode representation of Sorani text. See
222
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/ckb/SoraniNormalizationFilter.html
223
+ */
224
+ KnownTokenFilterNames["SoraniNormalization"] = "sorani_normalization";
225
+ /**
226
+ * Language specific stemming filter. See
227
+ * https://learn.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search#TokenFilters
228
+ */
229
+ KnownTokenFilterNames["Stemmer"] = "stemmer";
230
+ /**
231
+ * Removes stop words from a token stream. See
232
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/StopFilter.html
233
+ */
234
+ KnownTokenFilterNames["Stopwords"] = "stopwords";
235
+ /**
236
+ * Trims leading and trailing whitespace from tokens. See
237
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/TrimFilter.html
238
+ */
239
+ KnownTokenFilterNames["Trim"] = "trim";
240
+ /**
241
+ * Truncates the terms to a specific length. See
242
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/TruncateTokenFilter.html
243
+ */
244
+ KnownTokenFilterNames["Truncate"] = "truncate";
245
+ /**
246
+ * Filters out tokens with same text as the previous token. See
247
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/RemoveDuplicatesTokenFilter.html
248
+ */
249
+ KnownTokenFilterNames["Unique"] = "unique";
250
+ /**
251
+ * Normalizes token text to upper case. See
252
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/UpperCaseFilter.html
253
+ */
254
+ KnownTokenFilterNames["Uppercase"] = "uppercase";
255
+ /**
256
+ * Splits words into subwords and performs optional transformations on subword groups.
257
+ */
258
+ KnownTokenFilterNames["WordDelimiter"] = "word_delimiter";
259
+ })(KnownTokenFilterNames || (KnownTokenFilterNames = {}));
260
+ /**
261
+ * Defines values for CharFilterName.
262
+ * @readonly
263
+ */
264
+ export var KnownCharFilterNames;
265
+ (function (KnownCharFilterNames) {
266
+ /**
267
+ * A character filter that attempts to strip out HTML constructs. See
268
+ * https://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/charfilter/HTMLStripCharFilter.html
269
+ */
270
+ KnownCharFilterNames["HtmlStrip"] = "html_strip";
271
+ })(KnownCharFilterNames || (KnownCharFilterNames = {}));
272
+ /**
273
+ * Defines values for AnalyzerName.
274
+ * See https://learn.microsoft.com/rest/api/searchservice/Language-support
275
+ * @readonly
276
+ */
277
+ export var KnownAnalyzerNames;
278
+ (function (KnownAnalyzerNames) {
279
+ /**
280
+ * Arabic
281
+ */
282
+ KnownAnalyzerNames["ArMicrosoft"] = "ar.microsoft";
283
+ /**
284
+ * Arabic
285
+ */
286
+ KnownAnalyzerNames["ArLucene"] = "ar.lucene";
287
+ /**
288
+ * Armenian
289
+ */
290
+ KnownAnalyzerNames["HyLucene"] = "hy.lucene";
291
+ /**
292
+ * Bangla
293
+ */
294
+ KnownAnalyzerNames["BnMicrosoft"] = "bn.microsoft";
295
+ /**
296
+ * Basque
297
+ */
298
+ KnownAnalyzerNames["EuLucene"] = "eu.lucene";
299
+ /**
300
+ * Bulgarian
301
+ */
302
+ KnownAnalyzerNames["BgMicrosoft"] = "bg.microsoft";
303
+ /**
304
+ * Bulgarian
305
+ */
306
+ KnownAnalyzerNames["BgLucene"] = "bg.lucene";
307
+ /**
308
+ * Catalan
309
+ */
310
+ KnownAnalyzerNames["CaMicrosoft"] = "ca.microsoft";
311
+ /**
312
+ * Catalan
313
+ */
314
+ KnownAnalyzerNames["CaLucene"] = "ca.lucene";
315
+ /**
316
+ * Chinese Simplified
317
+ */
318
+ KnownAnalyzerNames["ZhHansMicrosoft"] = "zh-Hans.microsoft";
319
+ /**
320
+ * Chinese Simplified
321
+ */
322
+ KnownAnalyzerNames["ZhHansLucene"] = "zh-Hans.lucene";
323
+ /**
324
+ * Chinese Traditional
325
+ */
326
+ KnownAnalyzerNames["ZhHantMicrosoft"] = "zh-Hant.microsoft";
327
+ /**
328
+ * Chinese Traditional
329
+ */
330
+ KnownAnalyzerNames["ZhHantLucene"] = "zh-Hant.lucene";
331
+ /**
332
+ * Croatian
333
+ */
334
+ KnownAnalyzerNames["HrMicrosoft"] = "hr.microsoft";
335
+ /**
336
+ * Czech
337
+ */
338
+ KnownAnalyzerNames["CsMicrosoft"] = "cs.microsoft";
339
+ /**
340
+ * Czech
341
+ */
342
+ KnownAnalyzerNames["CsLucene"] = "cs.lucene";
343
+ /**
344
+ * Danish
345
+ */
346
+ KnownAnalyzerNames["DaMicrosoft"] = "da.microsoft";
347
+ /**
348
+ * Danish
349
+ */
350
+ KnownAnalyzerNames["DaLucene"] = "da.lucene";
351
+ /**
352
+ * Dutch
353
+ */
354
+ KnownAnalyzerNames["NlMicrosoft"] = "nl.microsoft";
355
+ /**
356
+ * Dutch
357
+ */
358
+ KnownAnalyzerNames["NlLucene"] = "nl.lucene";
359
+ /**
360
+ * English
361
+ */
362
+ KnownAnalyzerNames["EnMicrosoft"] = "en.microsoft";
363
+ /**
364
+ * English
365
+ */
366
+ KnownAnalyzerNames["EnLucene"] = "en.lucene";
367
+ /**
368
+ * Estonian
369
+ */
370
+ KnownAnalyzerNames["EtMicrosoft"] = "et.microsoft";
371
+ /**
372
+ * Finnish
373
+ */
374
+ KnownAnalyzerNames["FiMicrosoft"] = "fi.microsoft";
375
+ /**
376
+ * Finnish
377
+ */
378
+ KnownAnalyzerNames["FiLucene"] = "fi.lucene";
379
+ /**
380
+ * French
381
+ */
382
+ KnownAnalyzerNames["FrMicrosoft"] = "fr.microsoft";
383
+ /**
384
+ * French
385
+ */
386
+ KnownAnalyzerNames["FrLucene"] = "fr.lucene";
387
+ /**
388
+ * Galician
389
+ */
390
+ KnownAnalyzerNames["GlLucene"] = "gl.lucene";
391
+ /**
392
+ * German
393
+ */
394
+ KnownAnalyzerNames["DeMicrosoft"] = "de.microsoft";
395
+ /**
396
+ * German
397
+ */
398
+ KnownAnalyzerNames["DeLucene"] = "de.lucene";
399
+ /**
400
+ * Greek
401
+ */
402
+ KnownAnalyzerNames["ElMicrosoft"] = "el.microsoft";
403
+ /**
404
+ * Greek
405
+ */
406
+ KnownAnalyzerNames["ElLucene"] = "el.lucene";
407
+ /**
408
+ * Gujarati
409
+ */
410
+ KnownAnalyzerNames["GuMicrosoft"] = "gu.microsoft";
411
+ /**
412
+ * Hebrew
413
+ */
414
+ KnownAnalyzerNames["HeMicrosoft"] = "he.microsoft";
415
+ /**
416
+ * Hindi
417
+ */
418
+ KnownAnalyzerNames["HiMicrosoft"] = "hi.microsoft";
419
+ /**
420
+ * Hindi
421
+ */
422
+ KnownAnalyzerNames["HiLucene"] = "hi.lucene";
423
+ /**
424
+ * Hungarian
425
+ */
426
+ KnownAnalyzerNames["HuMicrosoft"] = "hu.microsoft";
427
+ /**
428
+ * Hungarian
429
+ */
430
+ KnownAnalyzerNames["HuLucene"] = "hu.lucene";
431
+ /**
432
+ * Icelandic
433
+ */
434
+ KnownAnalyzerNames["IsMicrosoft"] = "is.microsoft";
435
+ /**
436
+ * Indonesian (Bahasa)
437
+ */
438
+ KnownAnalyzerNames["IdMicrosoft"] = "id.microsoft";
439
+ /**
440
+ * Indonesian (Bahasa)
441
+ */
442
+ KnownAnalyzerNames["IdLucene"] = "id.lucene";
443
+ /**
444
+ * Irish
445
+ */
446
+ KnownAnalyzerNames["GaLucene"] = "ga.lucene";
447
+ /**
448
+ * Italian
449
+ */
450
+ KnownAnalyzerNames["ItMicrosoft"] = "it.microsoft";
451
+ /**
452
+ * Italian
453
+ */
454
+ KnownAnalyzerNames["ItLucene"] = "it.lucene";
455
+ /**
456
+ * Japanese
457
+ */
458
+ KnownAnalyzerNames["JaMicrosoft"] = "ja.microsoft";
459
+ /**
460
+ * Japanese
461
+ */
462
+ KnownAnalyzerNames["JaLucene"] = "ja.lucene";
463
+ /**
464
+ * Kannada
465
+ */
466
+ KnownAnalyzerNames["KnMicrosoft"] = "kn.microsoft";
467
+ /**
468
+ * Korean
469
+ */
470
+ KnownAnalyzerNames["KoMicrosoft"] = "ko.microsoft";
471
+ /**
472
+ * Korean
473
+ */
474
+ KnownAnalyzerNames["KoLucene"] = "ko.lucene";
475
+ /**
476
+ * Latvian
477
+ */
478
+ KnownAnalyzerNames["LvMicrosoft"] = "lv.microsoft";
479
+ /**
480
+ * Latvian
481
+ */
482
+ KnownAnalyzerNames["LvLucene"] = "lv.lucene";
483
+ /**
484
+ * Lithuanian
485
+ */
486
+ KnownAnalyzerNames["LtMicrosoft"] = "lt.microsoft";
487
+ /**
488
+ * Malayalam
489
+ */
490
+ KnownAnalyzerNames["MlMicrosoft"] = "ml.microsoft";
491
+ /**
492
+ * Malay (Latin)
493
+ */
494
+ KnownAnalyzerNames["MsMicrosoft"] = "ms.microsoft";
495
+ /**
496
+ * Marathi
497
+ */
498
+ KnownAnalyzerNames["MrMicrosoft"] = "mr.microsoft";
499
+ /**
500
+ * Norwegian
501
+ */
502
+ KnownAnalyzerNames["NbMicrosoft"] = "nb.microsoft";
503
+ /**
504
+ * Norwegian
505
+ */
506
+ KnownAnalyzerNames["NoLucene"] = "no.lucene";
507
+ /**
508
+ * Persian
509
+ */
510
+ KnownAnalyzerNames["FaLucene"] = "fa.lucene";
511
+ /**
512
+ * Polish
513
+ */
514
+ KnownAnalyzerNames["PlMicrosoft"] = "pl.microsoft";
515
+ /**
516
+ * Polish
517
+ */
518
+ KnownAnalyzerNames["PlLucene"] = "pl.lucene";
519
+ /**
520
+ * Portuguese (Brazil)
521
+ */
522
+ KnownAnalyzerNames["PtBRMicrosoft"] = "pt-BR.microsoft";
523
+ /**
524
+ * Portuguese (Brazil)
525
+ */
526
+ KnownAnalyzerNames["PtBRLucene"] = "pt-BR.lucene";
527
+ /**
528
+ * Portuguese (Portugal)
529
+ */
530
+ KnownAnalyzerNames["PtPTMicrosoft"] = "pt-PT.microsoft";
531
+ /**
532
+ * Portuguese (Portugal)
533
+ */
534
+ KnownAnalyzerNames["PtPTLucene"] = "pt-PT.lucene";
535
+ /**
536
+ * Punjabi
537
+ */ KnownAnalyzerNames["PaMicrosoft"] = "pa.microsoft";
538
+ /**
539
+ * Romanian
540
+ */
541
+ KnownAnalyzerNames["RoMicrosoft"] = "ro.microsoft";
542
+ /**
543
+ * Romanian
544
+ */
545
+ KnownAnalyzerNames["RoLucene"] = "ro.lucene";
546
+ /**
547
+ * Russian
548
+ */
549
+ KnownAnalyzerNames["RuMicrosoft"] = "ru.microsoft";
550
+ /**
551
+ * Russian
552
+ */
553
+ KnownAnalyzerNames["RuLucene"] = "ru.lucene";
554
+ /**
555
+ * Serbian (Cyrillic)
556
+ */
557
+ KnownAnalyzerNames["SrCyrillicMicrosoft"] = "sr-cyrillic.microsoft";
558
+ /**
559
+ * Serbian (Latin)
560
+ */
561
+ KnownAnalyzerNames["SrLatinMicrosoft"] = "sr-latin.microsoft";
562
+ /**
563
+ * Slovak
564
+ */
565
+ KnownAnalyzerNames["SkMicrosoft"] = "sk.microsoft";
566
+ /**
567
+ * Slovenian
568
+ */
569
+ KnownAnalyzerNames["SlMicrosoft"] = "sl.microsoft";
570
+ /**
571
+ * Spanish
572
+ */
573
+ KnownAnalyzerNames["EsMicrosoft"] = "es.microsoft";
574
+ /**
575
+ * Spanish
576
+ */
577
+ KnownAnalyzerNames["EsLucene"] = "es.lucene";
578
+ /**
579
+ * Swedish
580
+ */
581
+ KnownAnalyzerNames["SvMicrosoft"] = "sv.microsoft";
582
+ /**
583
+ * Swedish
584
+ */
585
+ KnownAnalyzerNames["SvLucene"] = "sv.lucene";
586
+ /**
587
+ * Tamil
588
+ */
589
+ KnownAnalyzerNames["TaMicrosoft"] = "ta.microsoft";
590
+ /**
591
+ * Telugu
592
+ */
593
+ KnownAnalyzerNames["TeMicrosoft"] = "te.microsoft";
594
+ /**
595
+ * Thai
596
+ */
597
+ KnownAnalyzerNames["ThMicrosoft"] = "th.microsoft";
598
+ /**
599
+ * Thai
600
+ */
601
+ KnownAnalyzerNames["ThLucene"] = "th.lucene";
602
+ /**
603
+ * Turkish
604
+ */
605
+ KnownAnalyzerNames["TrMicrosoft"] = "tr.microsoft";
606
+ /**
607
+ * Turkish
608
+ */
609
+ KnownAnalyzerNames["TrLucene"] = "tr.lucene";
610
+ /**
611
+ * Ukrainian
612
+ */
613
+ KnownAnalyzerNames["UkMicrosoft"] = "uk.microsoft";
614
+ /**
615
+ * Urdu
616
+ */
617
+ KnownAnalyzerNames["UrMicrosoft"] = "ur.microsoft";
618
+ /**
619
+ * Vietnamese
620
+ */
621
+ KnownAnalyzerNames["ViMicrosoft"] = "vi.microsoft";
622
+ /**
623
+ * See:
624
+ * https://lucene.apache.org/core/6_6_1/core/org/apache/lucene/analysis/standard/StandardAnalyzer.html
625
+ */
626
+ KnownAnalyzerNames["StandardLucene"] = "standard.lucene";
627
+ /**
628
+ * See
629
+ * https://lucene.apache.org/core/6_6_1/analyzers-common/org/apache/lucene/analysis/miscellaneous/ASCIIFoldingFilter.html
630
+ */
631
+ KnownAnalyzerNames["StandardAsciiFoldingLucene"] = "standardasciifolding.lucene";
632
+ /**
633
+ * Treats the entire content of a field as a single token. This is useful for data like zip codes,
634
+ * ids, and some product names.
635
+ */
636
+ KnownAnalyzerNames["Keyword"] = "keyword";
637
+ /**
638
+ * Flexibly separates text into terms via a regular expression pattern.
639
+ */
640
+ KnownAnalyzerNames["Pattern"] = "pattern";
641
+ /**
642
+ * Divides text at non-letters and converts them to lower case.
643
+ */
644
+ KnownAnalyzerNames["Simple"] = "simple";
645
+ /**
646
+ * Divides text at non-letters; Applies the lowercase and stopword token filters.
647
+ */
648
+ KnownAnalyzerNames["Stop"] = "stop";
649
+ /**
650
+ * An analyzer that uses the whitespace tokenizer.
651
+ */
652
+ KnownAnalyzerNames["Whitespace"] = "whitespace";
653
+ })(KnownAnalyzerNames || (KnownAnalyzerNames = {}));
654
+ // END manually modified generated interfaces
655
+ //# sourceMappingURL=serviceModels.js.map