@azure/search-documents 12.1.0 → 12.2.0-alpha.20241209.2

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 (840) hide show
  1. package/README.md +1 -1
  2. package/dist/browser/base64-browser.d.mts.map +1 -0
  3. package/dist/browser/base64-browser.mjs.map +1 -0
  4. package/dist/browser/base64.d.ts +11 -0
  5. package/{dist-esm/src/base64.browser.js → dist/browser/base64.js} +2 -2
  6. package/dist/browser/errorModels.d.ts +50 -0
  7. package/dist/browser/errorModels.d.ts.map +1 -0
  8. package/dist/browser/errorModels.js +4 -0
  9. package/dist/browser/errorModels.js.map +1 -0
  10. package/dist/browser/generated/data/index.d.ts +4 -0
  11. package/dist/browser/generated/data/index.d.ts.map +1 -0
  12. package/{dist-esm/src → dist/browser}/generated/data/index.js +3 -3
  13. package/dist/browser/generated/data/index.js.map +1 -0
  14. package/dist/browser/generated/data/models/index.d.ts +1289 -0
  15. package/dist/browser/generated/data/models/index.d.ts.map +1 -0
  16. package/dist/browser/generated/data/models/index.js +286 -0
  17. package/dist/browser/generated/data/models/index.js.map +1 -0
  18. package/dist/browser/generated/data/models/mappers.d.ts +51 -0
  19. package/dist/browser/generated/data/models/mappers.d.ts.map +1 -0
  20. package/{dist-esm/src → dist/browser}/generated/data/models/mappers.js +481 -0
  21. package/dist/browser/generated/data/models/mappers.js.map +1 -0
  22. package/dist/browser/generated/data/models/parameters.d.ts +62 -0
  23. package/dist/browser/generated/data/models/parameters.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/generated/data/models/parameters.js +52 -1
  25. package/dist/browser/generated/data/models/parameters.js.map +1 -0
  26. package/dist/browser/generated/data/operations/documents.d.ts +70 -0
  27. package/dist/browser/generated/data/operations/documents.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/generated/data/operations/documents.js +7 -2
  29. package/dist/browser/generated/data/operations/documents.js.map +1 -0
  30. package/dist/browser/generated/data/operations/index.d.ts +2 -0
  31. package/dist/browser/generated/data/operations/index.d.ts.map +1 -0
  32. package/{dist-esm/src/generated/data/operationsInterfaces → dist/browser/generated/data/operations}/index.js +1 -1
  33. package/dist/browser/generated/data/operations/index.js.map +1 -0
  34. package/dist/browser/generated/data/operationsInterfaces/documents.d.ts +62 -0
  35. package/dist/browser/generated/data/operationsInterfaces/documents.d.ts.map +1 -0
  36. package/dist/browser/generated/data/operationsInterfaces/documents.js.map +1 -0
  37. package/dist/browser/generated/data/operationsInterfaces/index.d.ts +2 -0
  38. package/dist/browser/generated/data/operationsInterfaces/index.d.ts.map +1 -0
  39. package/{dist-esm/src/generated/data/operations → dist/browser/generated/data/operationsInterfaces}/index.js +1 -1
  40. package/dist/browser/generated/data/operationsInterfaces/index.js.map +1 -0
  41. package/dist/browser/generated/data/searchClient.d.ts +21 -0
  42. package/dist/browser/generated/data/searchClient.d.ts.map +1 -0
  43. package/{dist-esm/src → dist/browser}/generated/data/searchClient.js +2 -2
  44. package/dist/browser/generated/data/searchClient.js.map +1 -0
  45. package/dist/browser/generated/service/index.d.ts +4 -0
  46. package/dist/browser/generated/service/index.d.ts.map +1 -0
  47. package/dist/browser/generated/service/index.js +11 -0
  48. package/dist/browser/generated/service/index.js.map +1 -0
  49. package/{types/search-documents.d.ts → dist/browser/generated/service/models/index.d.ts} +4327 -5965
  50. package/dist/browser/generated/service/models/index.d.ts.map +1 -0
  51. package/{dist-esm/src → dist/browser}/generated/service/models/index.js +210 -84
  52. package/dist/browser/generated/service/models/index.js.map +1 -0
  53. package/dist/browser/generated/service/models/mappers.d.ts +294 -0
  54. package/dist/browser/generated/service/models/mappers.d.ts.map +1 -0
  55. package/{dist-esm/src → dist/browser}/generated/service/models/mappers.js +815 -77
  56. package/dist/browser/generated/service/models/mappers.js.map +1 -0
  57. package/dist/browser/generated/service/models/parameters.d.ts +29 -0
  58. package/dist/browser/generated/service/models/parameters.d.ts.map +1 -0
  59. package/{dist-esm/src → dist/browser}/generated/service/models/parameters.js +51 -1
  60. package/dist/browser/generated/service/models/parameters.js.map +1 -0
  61. package/dist/browser/generated/service/operations/aliases.d.ts +44 -0
  62. package/dist/browser/generated/service/operations/aliases.d.ts.map +1 -0
  63. package/dist/browser/generated/service/operations/aliases.js +160 -0
  64. package/dist/browser/generated/service/operations/aliases.js.map +1 -0
  65. package/dist/browser/generated/service/operations/dataSources.d.ts +43 -0
  66. package/dist/browser/generated/service/operations/dataSources.d.ts.map +1 -0
  67. package/{dist-esm/src → dist/browser}/generated/service/operations/dataSources.js +6 -3
  68. package/dist/browser/generated/service/operations/dataSources.js.map +1 -0
  69. package/dist/browser/generated/service/operations/index.d.ts +7 -0
  70. package/dist/browser/generated/service/operations/index.d.ts.map +1 -0
  71. package/dist/browser/generated/service/operations/index.js +14 -0
  72. package/dist/browser/generated/service/operations/index.js.map +1 -0
  73. package/dist/browser/generated/service/operations/indexers.d.ts +67 -0
  74. package/dist/browser/generated/service/operations/indexers.d.ts.map +1 -0
  75. package/{dist-esm/src → dist/browser}/generated/service/operations/indexers.js +31 -3
  76. package/dist/browser/generated/service/operations/indexers.js.map +1 -0
  77. package/dist/browser/generated/service/operations/indexes.d.ts +58 -0
  78. package/dist/browser/generated/service/operations/indexes.d.ts.map +1 -0
  79. package/{dist-esm/src → dist/browser}/generated/service/operations/indexes.js +2 -2
  80. package/dist/browser/generated/service/operations/indexes.js.map +1 -0
  81. package/dist/browser/generated/service/operations/skillsets.d.ts +50 -0
  82. package/dist/browser/generated/service/operations/skillsets.d.ts.map +1 -0
  83. package/{dist-esm/src → dist/browser}/generated/service/operations/skillsets.js +32 -3
  84. package/dist/browser/generated/service/operations/skillsets.js.map +1 -0
  85. package/dist/browser/generated/service/operations/synonymMaps.d.ts +43 -0
  86. package/dist/browser/generated/service/operations/synonymMaps.d.ts.map +1 -0
  87. package/{dist-esm/src → dist/browser}/generated/service/operations/synonymMaps.js +2 -2
  88. package/dist/browser/generated/service/operations/synonymMaps.js.map +1 -0
  89. package/dist/browser/generated/service/operationsInterfaces/aliases.d.ts +36 -0
  90. package/dist/browser/generated/service/operationsInterfaces/aliases.d.ts.map +1 -0
  91. package/dist/browser/generated/service/operationsInterfaces/aliases.js +9 -0
  92. package/dist/browser/generated/service/operationsInterfaces/aliases.js.map +1 -0
  93. package/dist/browser/generated/service/operationsInterfaces/dataSources.d.ts +35 -0
  94. package/dist/browser/generated/service/operationsInterfaces/dataSources.d.ts.map +1 -0
  95. package/dist/browser/generated/service/operationsInterfaces/dataSources.js.map +1 -0
  96. package/dist/browser/generated/service/operationsInterfaces/index.d.ts +7 -0
  97. package/dist/browser/generated/service/operationsInterfaces/index.d.ts.map +1 -0
  98. package/dist/browser/generated/service/operationsInterfaces/index.js +14 -0
  99. package/dist/browser/generated/service/operationsInterfaces/index.js.map +1 -0
  100. package/dist/browser/generated/service/operationsInterfaces/indexers.d.ts +59 -0
  101. package/dist/browser/generated/service/operationsInterfaces/indexers.d.ts.map +1 -0
  102. package/dist/browser/generated/service/operationsInterfaces/indexers.js.map +1 -0
  103. package/dist/browser/generated/service/operationsInterfaces/indexes.d.ts +50 -0
  104. package/dist/browser/generated/service/operationsInterfaces/indexes.d.ts.map +1 -0
  105. package/dist/browser/generated/service/operationsInterfaces/indexes.js.map +1 -0
  106. package/dist/browser/generated/service/operationsInterfaces/skillsets.d.ts +42 -0
  107. package/dist/browser/generated/service/operationsInterfaces/skillsets.d.ts.map +1 -0
  108. package/dist/browser/generated/service/operationsInterfaces/skillsets.js.map +1 -0
  109. package/dist/browser/generated/service/operationsInterfaces/synonymMaps.d.ts +35 -0
  110. package/dist/browser/generated/service/operationsInterfaces/synonymMaps.d.ts.map +1 -0
  111. package/dist/browser/generated/service/operationsInterfaces/synonymMaps.js.map +1 -0
  112. package/dist/browser/generated/service/searchServiceClient.d.ts +29 -0
  113. package/dist/browser/generated/service/searchServiceClient.d.ts.map +1 -0
  114. package/{dist-esm/src → dist/browser}/generated/service/searchServiceClient.js +5 -4
  115. package/dist/browser/generated/service/searchServiceClient.js.map +1 -0
  116. package/dist/browser/geographyPoint.d.ts +27 -0
  117. package/dist/browser/geographyPoint.d.ts.map +1 -0
  118. package/{dist-esm/src → dist/browser}/geographyPoint.js +1 -1
  119. package/{dist-esm/src → dist/browser}/geographyPoint.js.map +1 -1
  120. package/dist/browser/index.d.ts +15 -0
  121. package/dist/browser/index.d.ts.map +1 -0
  122. package/dist/browser/index.js +16 -0
  123. package/dist/browser/index.js.map +1 -0
  124. package/dist/browser/indexDocumentsBatch.d.ts +41 -0
  125. package/dist/browser/indexDocumentsBatch.d.ts.map +1 -0
  126. package/{dist-esm/src → dist/browser}/indexDocumentsBatch.js +1 -1
  127. package/dist/browser/indexDocumentsBatch.js.map +1 -0
  128. package/dist/browser/indexModels.d.ts +821 -0
  129. package/dist/browser/indexModels.d.ts.map +1 -0
  130. package/dist/browser/indexModels.js +4 -0
  131. package/dist/browser/indexModels.js.map +1 -0
  132. package/dist/browser/logger.d.ts +5 -0
  133. package/dist/browser/logger.d.ts.map +1 -0
  134. package/{dist-esm/src → dist/browser}/logger.js +1 -1
  135. package/{dist-esm/src → dist/browser}/logger.js.map +1 -1
  136. package/dist/browser/odata.d.ts +14 -0
  137. package/dist/browser/odata.d.ts.map +1 -0
  138. package/{dist-esm/src → dist/browser}/odata.js +1 -1
  139. package/{dist-esm/src → dist/browser}/odata.js.map +1 -1
  140. package/dist/browser/odataMetadataPolicy.d.ts +9 -0
  141. package/dist/browser/odataMetadataPolicy.d.ts.map +1 -0
  142. package/{dist-esm/src → dist/browser}/odataMetadataPolicy.js +1 -1
  143. package/dist/browser/odataMetadataPolicy.js.map +1 -0
  144. package/dist/browser/package.json +3 -0
  145. package/dist/browser/searchApiKeyCredentialPolicy.d.ts +8 -0
  146. package/dist/browser/searchApiKeyCredentialPolicy.d.ts.map +1 -0
  147. package/{dist-esm/src → dist/browser}/searchApiKeyCredentialPolicy.js +1 -1
  148. package/dist/browser/searchApiKeyCredentialPolicy.js.map +1 -0
  149. package/dist/browser/searchAudience.d.ts +18 -0
  150. package/dist/browser/searchAudience.d.ts.map +1 -0
  151. package/{dist-esm/src → dist/browser}/searchAudience.js +1 -1
  152. package/{dist-esm/src → dist/browser}/searchAudience.js.map +1 -1
  153. package/dist/browser/searchClient.d.ts +273 -0
  154. package/dist/browser/searchClient.d.ts.map +1 -0
  155. package/{dist-esm/src → dist/browser}/searchClient.js +66 -22
  156. package/dist/browser/searchClient.js.map +1 -0
  157. package/dist/browser/searchIndexClient.d.ts +215 -0
  158. package/dist/browser/searchIndexClient.d.ts.map +1 -0
  159. package/{dist-esm/src → dist/browser}/searchIndexClient.js +174 -22
  160. package/dist/browser/searchIndexClient.js.map +1 -0
  161. package/dist/browser/searchIndexerClient.d.ts +205 -0
  162. package/dist/browser/searchIndexerClient.d.ts.map +1 -0
  163. package/{dist-esm/src → dist/browser}/searchIndexerClient.js +60 -9
  164. package/dist/browser/searchIndexerClient.js.map +1 -0
  165. package/dist/browser/searchIndexingBufferedSender.d.ts +193 -0
  166. package/dist/browser/searchIndexingBufferedSender.d.ts.map +1 -0
  167. package/{dist-esm/src → dist/browser}/searchIndexingBufferedSender.js +5 -5
  168. package/dist/browser/searchIndexingBufferedSender.js.map +1 -0
  169. package/dist/browser/serialization.d.ts +3 -0
  170. package/dist/browser/serialization.d.ts.map +1 -0
  171. package/{dist-esm/src → dist/browser}/serialization.js +3 -3
  172. package/dist/browser/serialization.js.map +1 -0
  173. package/dist/browser/serviceModels.d.ts +2419 -0
  174. package/dist/browser/serviceModels.d.ts.map +1 -0
  175. package/{dist-esm/src → dist/browser}/serviceModels.js +1 -1
  176. package/dist/browser/serviceModels.js.map +1 -0
  177. package/dist/browser/serviceUtils.d.ts +36 -0
  178. package/dist/browser/serviceUtils.d.ts.map +1 -0
  179. package/{dist-esm/src → dist/browser}/serviceUtils.js +113 -27
  180. package/dist/browser/serviceUtils.js.map +1 -0
  181. package/dist/browser/synonymMapHelper-browser.d.mts.map +1 -0
  182. package/dist/browser/synonymMapHelper-browser.mjs.map +1 -0
  183. package/dist/browser/synonymMapHelper.d.ts +11 -0
  184. package/{dist-esm/src/synonymMapHelper.browser.js → dist/browser/synonymMapHelper.js} +2 -2
  185. package/dist/browser/tracing.d.ts +7 -0
  186. package/dist/browser/tracing.d.ts.map +1 -0
  187. package/{dist-esm/src → dist/browser}/tracing.js +1 -1
  188. package/{dist-esm/src → dist/browser}/tracing.js.map +1 -1
  189. package/dist/browser/walk.d.ts +2 -0
  190. package/dist/browser/walk.d.ts.map +1 -0
  191. package/{dist-esm/src → dist/browser}/walk.js +1 -1
  192. package/{dist-esm/src → dist/browser}/walk.js.map +1 -1
  193. package/dist/commonjs/base64.d.ts +11 -0
  194. package/dist/commonjs/base64.d.ts.map +1 -0
  195. package/dist/commonjs/base64.js +21 -0
  196. package/dist/commonjs/base64.js.map +1 -0
  197. package/dist/commonjs/errorModels.d.ts +50 -0
  198. package/dist/commonjs/errorModels.d.ts.map +1 -0
  199. package/dist/commonjs/errorModels.js +5 -0
  200. package/dist/commonjs/errorModels.js.map +1 -0
  201. package/dist/commonjs/generated/data/index.d.ts +4 -0
  202. package/dist/commonjs/generated/data/index.d.ts.map +1 -0
  203. package/dist/commonjs/generated/data/index.js +16 -0
  204. package/dist/commonjs/generated/data/index.js.map +1 -0
  205. package/dist/commonjs/generated/data/models/index.d.ts +1289 -0
  206. package/dist/commonjs/generated/data/models/index.d.ts.map +1 -0
  207. package/dist/commonjs/generated/data/models/index.js +289 -0
  208. package/dist/commonjs/generated/data/models/index.js.map +1 -0
  209. package/dist/commonjs/generated/data/models/mappers.d.ts +51 -0
  210. package/dist/commonjs/generated/data/models/mappers.d.ts.map +1 -0
  211. package/dist/commonjs/generated/data/models/mappers.js +1438 -0
  212. package/dist/commonjs/generated/data/models/mappers.js.map +1 -0
  213. package/dist/commonjs/generated/data/models/parameters.d.ts +62 -0
  214. package/dist/commonjs/generated/data/models/parameters.d.ts.map +1 -0
  215. package/dist/commonjs/generated/data/models/parameters.js +623 -0
  216. package/dist/commonjs/generated/data/models/parameters.js.map +1 -0
  217. package/dist/commonjs/generated/data/operations/documents.d.ts +70 -0
  218. package/dist/commonjs/generated/data/operations/documents.d.ts.map +1 -0
  219. package/dist/commonjs/generated/data/operations/documents.js +317 -0
  220. package/dist/commonjs/generated/data/operations/documents.js.map +1 -0
  221. package/dist/commonjs/generated/data/operations/index.d.ts +2 -0
  222. package/dist/commonjs/generated/data/operations/index.d.ts.map +1 -0
  223. package/dist/commonjs/generated/data/operations/index.js +12 -0
  224. package/dist/commonjs/generated/data/operations/index.js.map +1 -0
  225. package/dist/commonjs/generated/data/operationsInterfaces/documents.d.ts +62 -0
  226. package/dist/commonjs/generated/data/operationsInterfaces/documents.d.ts.map +1 -0
  227. package/dist/commonjs/generated/data/operationsInterfaces/documents.js +10 -0
  228. package/dist/commonjs/generated/data/operationsInterfaces/documents.js.map +1 -0
  229. package/dist/commonjs/generated/data/operationsInterfaces/index.d.ts +2 -0
  230. package/dist/commonjs/generated/data/operationsInterfaces/index.d.ts.map +1 -0
  231. package/dist/commonjs/generated/data/operationsInterfaces/index.js +12 -0
  232. package/dist/commonjs/generated/data/operationsInterfaces/index.js.map +1 -0
  233. package/dist/commonjs/generated/data/searchClient.d.ts +21 -0
  234. package/dist/commonjs/generated/data/searchClient.d.ts.map +1 -0
  235. package/dist/commonjs/generated/data/searchClient.js +83 -0
  236. package/dist/commonjs/generated/data/searchClient.js.map +1 -0
  237. package/dist/commonjs/generated/service/index.d.ts +4 -0
  238. package/dist/commonjs/generated/service/index.d.ts.map +1 -0
  239. package/dist/commonjs/generated/service/index.js +16 -0
  240. package/dist/commonjs/generated/service/index.js.map +1 -0
  241. package/dist/commonjs/generated/service/models/index.d.ts +4737 -0
  242. package/dist/commonjs/generated/service/models/index.d.ts.map +1 -0
  243. package/dist/commonjs/generated/service/models/index.js +1509 -0
  244. package/dist/commonjs/generated/service/models/index.js.map +1 -0
  245. package/dist/commonjs/generated/service/models/mappers.d.ts +294 -0
  246. package/dist/commonjs/generated/service/models/mappers.d.ts.map +1 -0
  247. package/dist/commonjs/generated/service/models/mappers.js +6189 -0
  248. package/dist/commonjs/generated/service/models/mappers.js.map +1 -0
  249. package/dist/commonjs/generated/service/models/parameters.d.ts +29 -0
  250. package/dist/commonjs/generated/service/models/parameters.d.ts.map +1 -0
  251. package/dist/commonjs/generated/service/models/parameters.js +226 -0
  252. package/dist/commonjs/generated/service/models/parameters.js.map +1 -0
  253. package/dist/commonjs/generated/service/operations/aliases.d.ts +44 -0
  254. package/dist/commonjs/generated/service/operations/aliases.d.ts.map +1 -0
  255. package/dist/commonjs/generated/service/operations/aliases.js +165 -0
  256. package/dist/commonjs/generated/service/operations/aliases.js.map +1 -0
  257. package/dist/commonjs/generated/service/operations/dataSources.d.ts +43 -0
  258. package/dist/commonjs/generated/service/operations/dataSources.d.ts.map +1 -0
  259. package/dist/commonjs/generated/service/operations/dataSources.js +167 -0
  260. package/dist/commonjs/generated/service/operations/dataSources.js.map +1 -0
  261. package/dist/commonjs/generated/service/operations/index.d.ts +7 -0
  262. package/dist/commonjs/generated/service/operations/index.d.ts.map +1 -0
  263. package/dist/commonjs/generated/service/operations/index.js +17 -0
  264. package/dist/commonjs/generated/service/operations/index.js.map +1 -0
  265. package/dist/commonjs/generated/service/operations/indexers.d.ts +67 -0
  266. package/dist/commonjs/generated/service/operations/indexers.d.ts.map +1 -0
  267. package/dist/commonjs/generated/service/operations/indexers.js +260 -0
  268. package/dist/commonjs/generated/service/operations/indexers.js.map +1 -0
  269. package/dist/commonjs/generated/service/operations/indexes.d.ts +58 -0
  270. package/dist/commonjs/generated/service/operations/indexes.d.ts.map +1 -0
  271. package/dist/commonjs/generated/service/operations/indexes.js +217 -0
  272. package/dist/commonjs/generated/service/operations/indexes.js.map +1 -0
  273. package/dist/commonjs/generated/service/operations/skillsets.d.ts +50 -0
  274. package/dist/commonjs/generated/service/operations/skillsets.d.ts.map +1 -0
  275. package/dist/commonjs/generated/service/operations/skillsets.js +193 -0
  276. package/dist/commonjs/generated/service/operations/skillsets.js.map +1 -0
  277. package/dist/commonjs/generated/service/operations/synonymMaps.d.ts +43 -0
  278. package/dist/commonjs/generated/service/operations/synonymMaps.d.ts.map +1 -0
  279. package/dist/commonjs/generated/service/operations/synonymMaps.js +164 -0
  280. package/dist/commonjs/generated/service/operations/synonymMaps.js.map +1 -0
  281. package/dist/commonjs/generated/service/operationsInterfaces/aliases.d.ts +36 -0
  282. package/dist/commonjs/generated/service/operationsInterfaces/aliases.d.ts.map +1 -0
  283. package/dist/commonjs/generated/service/operationsInterfaces/aliases.js +10 -0
  284. package/dist/commonjs/generated/service/operationsInterfaces/aliases.js.map +1 -0
  285. package/dist/commonjs/generated/service/operationsInterfaces/dataSources.d.ts +35 -0
  286. package/dist/commonjs/generated/service/operationsInterfaces/dataSources.d.ts.map +1 -0
  287. package/dist/commonjs/generated/service/operationsInterfaces/dataSources.js +10 -0
  288. package/dist/commonjs/generated/service/operationsInterfaces/dataSources.js.map +1 -0
  289. package/dist/commonjs/generated/service/operationsInterfaces/index.d.ts +7 -0
  290. package/dist/commonjs/generated/service/operationsInterfaces/index.d.ts.map +1 -0
  291. package/dist/commonjs/generated/service/operationsInterfaces/index.js +17 -0
  292. package/dist/commonjs/generated/service/operationsInterfaces/index.js.map +1 -0
  293. package/dist/commonjs/generated/service/operationsInterfaces/indexers.d.ts +59 -0
  294. package/dist/commonjs/generated/service/operationsInterfaces/indexers.d.ts.map +1 -0
  295. package/dist/commonjs/generated/service/operationsInterfaces/indexers.js +10 -0
  296. package/dist/commonjs/generated/service/operationsInterfaces/indexers.js.map +1 -0
  297. package/dist/commonjs/generated/service/operationsInterfaces/indexes.d.ts +50 -0
  298. package/dist/commonjs/generated/service/operationsInterfaces/indexes.d.ts.map +1 -0
  299. package/dist/commonjs/generated/service/operationsInterfaces/indexes.js +10 -0
  300. package/dist/commonjs/generated/service/operationsInterfaces/indexes.js.map +1 -0
  301. package/dist/commonjs/generated/service/operationsInterfaces/skillsets.d.ts +42 -0
  302. package/dist/commonjs/generated/service/operationsInterfaces/skillsets.d.ts.map +1 -0
  303. package/dist/commonjs/generated/service/operationsInterfaces/skillsets.js +10 -0
  304. package/{dist-esm/src → dist/commonjs}/generated/service/operationsInterfaces/skillsets.js.map +1 -1
  305. package/dist/commonjs/generated/service/operationsInterfaces/synonymMaps.d.ts +35 -0
  306. package/dist/commonjs/generated/service/operationsInterfaces/synonymMaps.d.ts.map +1 -0
  307. package/dist/commonjs/generated/service/operationsInterfaces/synonymMaps.js +10 -0
  308. package/dist/commonjs/generated/service/operationsInterfaces/synonymMaps.js.map +1 -0
  309. package/dist/commonjs/generated/service/searchServiceClient.d.ts +29 -0
  310. package/dist/commonjs/generated/service/searchServiceClient.d.ts.map +1 -0
  311. package/dist/commonjs/generated/service/searchServiceClient.js +111 -0
  312. package/dist/commonjs/generated/service/searchServiceClient.js.map +1 -0
  313. package/dist/commonjs/geographyPoint.d.ts +27 -0
  314. package/dist/commonjs/geographyPoint.d.ts.map +1 -0
  315. package/dist/commonjs/geographyPoint.js +31 -0
  316. package/dist/commonjs/geographyPoint.js.map +1 -0
  317. package/dist/commonjs/index.d.ts +15 -0
  318. package/dist/commonjs/index.d.ts.map +1 -0
  319. package/dist/commonjs/index.js +93 -0
  320. package/dist/commonjs/index.js.map +1 -0
  321. package/dist/commonjs/indexDocumentsBatch.d.ts +41 -0
  322. package/dist/commonjs/indexDocumentsBatch.d.ts.map +1 -0
  323. package/dist/commonjs/indexDocumentsBatch.js +67 -0
  324. package/dist/commonjs/indexDocumentsBatch.js.map +1 -0
  325. package/dist/commonjs/indexModels.d.ts +821 -0
  326. package/dist/commonjs/indexModels.d.ts.map +1 -0
  327. package/dist/commonjs/indexModels.js +5 -0
  328. package/dist/commonjs/indexModels.js.map +1 -0
  329. package/dist/commonjs/logger.d.ts +5 -0
  330. package/dist/commonjs/logger.d.ts.map +1 -0
  331. package/dist/commonjs/logger.js +11 -0
  332. package/dist/commonjs/logger.js.map +1 -0
  333. package/dist/commonjs/odata.d.ts +14 -0
  334. package/dist/commonjs/odata.d.ts.map +1 -0
  335. package/dist/commonjs/odata.js +50 -0
  336. package/dist/commonjs/odata.js.map +1 -0
  337. package/dist/commonjs/odataMetadataPolicy.d.ts +9 -0
  338. package/dist/commonjs/odataMetadataPolicy.d.ts.map +1 -0
  339. package/dist/commonjs/odataMetadataPolicy.js +21 -0
  340. package/dist/commonjs/odataMetadataPolicy.js.map +1 -0
  341. package/dist/commonjs/package.json +3 -0
  342. package/dist/commonjs/searchApiKeyCredentialPolicy.d.ts +8 -0
  343. package/dist/commonjs/searchApiKeyCredentialPolicy.d.ts.map +1 -0
  344. package/dist/commonjs/searchApiKeyCredentialPolicy.js +23 -0
  345. package/dist/commonjs/searchApiKeyCredentialPolicy.js.map +1 -0
  346. package/dist/commonjs/searchAudience.d.ts +18 -0
  347. package/dist/commonjs/searchAudience.d.ts.map +1 -0
  348. package/dist/commonjs/searchAudience.js +24 -0
  349. package/dist/commonjs/searchAudience.js.map +1 -0
  350. package/dist/commonjs/searchClient.d.ts +273 -0
  351. package/dist/commonjs/searchClient.d.ts.map +1 -0
  352. package/dist/commonjs/searchClient.js +668 -0
  353. package/dist/commonjs/searchClient.js.map +1 -0
  354. package/dist/commonjs/searchIndexClient.d.ts +215 -0
  355. package/dist/commonjs/searchIndexClient.d.ts.map +1 -0
  356. package/dist/commonjs/searchIndexClient.js +663 -0
  357. package/dist/commonjs/searchIndexClient.js.map +1 -0
  358. package/dist/commonjs/searchIndexerClient.d.ts +205 -0
  359. package/dist/commonjs/searchIndexerClient.d.ts.map +1 -0
  360. package/dist/commonjs/searchIndexerClient.js +604 -0
  361. package/dist/commonjs/searchIndexerClient.js.map +1 -0
  362. package/dist/commonjs/searchIndexingBufferedSender.d.ts +193 -0
  363. package/dist/commonjs/searchIndexingBufferedSender.d.ts.map +1 -0
  364. package/dist/commonjs/searchIndexingBufferedSender.js +288 -0
  365. package/dist/commonjs/searchIndexingBufferedSender.js.map +1 -0
  366. package/dist/commonjs/serialization.d.ts +3 -0
  367. package/dist/commonjs/serialization.d.ts.map +1 -0
  368. package/dist/commonjs/serialization.js +149 -0
  369. package/dist/commonjs/serialization.js.map +1 -0
  370. package/dist/commonjs/serviceModels.d.ts +2419 -0
  371. package/dist/commonjs/serviceModels.d.ts.map +1 -0
  372. package/dist/commonjs/serviceModels.js +658 -0
  373. package/dist/commonjs/serviceModels.js.map +1 -0
  374. package/dist/commonjs/serviceUtils.d.ts +36 -0
  375. package/dist/commonjs/serviceUtils.d.ts.map +1 -0
  376. package/dist/commonjs/serviceUtils.js +549 -0
  377. package/dist/commonjs/serviceUtils.js.map +1 -0
  378. package/dist/commonjs/synonymMapHelper.d.ts +10 -0
  379. package/dist/commonjs/synonymMapHelper.d.ts.map +1 -0
  380. package/dist/commonjs/synonymMapHelper.js +28 -0
  381. package/dist/commonjs/synonymMapHelper.js.map +1 -0
  382. package/dist/commonjs/tracing.d.ts +7 -0
  383. package/dist/commonjs/tracing.d.ts.map +1 -0
  384. package/dist/commonjs/tracing.js +16 -0
  385. package/dist/commonjs/tracing.js.map +1 -0
  386. package/dist/commonjs/tsdoc-metadata.json +11 -0
  387. package/dist/commonjs/walk.d.ts +2 -0
  388. package/dist/commonjs/walk.d.ts.map +1 -0
  389. package/dist/commonjs/walk.js +82 -0
  390. package/dist/commonjs/walk.js.map +1 -0
  391. package/dist/esm/base64.d.ts +11 -0
  392. package/dist/esm/base64.d.ts.map +1 -0
  393. package/{dist-esm/src → dist/esm}/base64.js +1 -1
  394. package/{dist-esm/src → dist/esm}/base64.js.map +1 -1
  395. package/dist/esm/errorModels.d.ts +50 -0
  396. package/dist/esm/errorModels.d.ts.map +1 -0
  397. package/dist/esm/errorModels.js +4 -0
  398. package/dist/esm/errorModels.js.map +1 -0
  399. package/dist/esm/generated/data/index.d.ts +4 -0
  400. package/dist/esm/generated/data/index.d.ts.map +1 -0
  401. package/{dist-esm/src/generated/service → dist/esm/generated/data}/index.js +3 -3
  402. package/dist/esm/generated/data/index.js.map +1 -0
  403. package/dist/esm/generated/data/models/index.d.ts +1289 -0
  404. package/dist/esm/generated/data/models/index.d.ts.map +1 -0
  405. package/dist/esm/generated/data/models/index.js +286 -0
  406. package/dist/esm/generated/data/models/index.js.map +1 -0
  407. package/dist/esm/generated/data/models/mappers.d.ts +51 -0
  408. package/dist/esm/generated/data/models/mappers.d.ts.map +1 -0
  409. package/dist/esm/generated/data/models/mappers.js +1435 -0
  410. package/dist/esm/generated/data/models/mappers.js.map +1 -0
  411. package/dist/esm/generated/data/models/parameters.d.ts +62 -0
  412. package/dist/esm/generated/data/models/parameters.d.ts.map +1 -0
  413. package/dist/esm/generated/data/models/parameters.js +619 -0
  414. package/dist/esm/generated/data/models/parameters.js.map +1 -0
  415. package/dist/esm/generated/data/operations/documents.d.ts +70 -0
  416. package/dist/esm/generated/data/operations/documents.d.ts.map +1 -0
  417. package/dist/esm/generated/data/operations/documents.js +312 -0
  418. package/dist/esm/generated/data/operations/documents.js.map +1 -0
  419. package/dist/esm/generated/data/operations/index.d.ts +2 -0
  420. package/dist/esm/generated/data/operations/index.d.ts.map +1 -0
  421. package/dist/esm/generated/data/operations/index.js +9 -0
  422. package/dist/esm/generated/data/operations/index.js.map +1 -0
  423. package/dist/esm/generated/data/operationsInterfaces/documents.d.ts +62 -0
  424. package/dist/esm/generated/data/operationsInterfaces/documents.d.ts.map +1 -0
  425. package/dist/esm/generated/data/operationsInterfaces/documents.js +9 -0
  426. package/dist/esm/generated/data/operationsInterfaces/documents.js.map +1 -0
  427. package/dist/esm/generated/data/operationsInterfaces/index.d.ts +2 -0
  428. package/dist/esm/generated/data/operationsInterfaces/index.d.ts.map +1 -0
  429. package/dist/esm/generated/data/operationsInterfaces/index.js +9 -0
  430. package/dist/esm/generated/data/operationsInterfaces/index.js.map +1 -0
  431. package/dist/esm/generated/data/searchClient.d.ts +21 -0
  432. package/dist/esm/generated/data/searchClient.d.ts.map +1 -0
  433. package/dist/esm/generated/data/searchClient.js +78 -0
  434. package/dist/esm/generated/data/searchClient.js.map +1 -0
  435. package/dist/esm/generated/service/index.d.ts +4 -0
  436. package/dist/esm/generated/service/index.d.ts.map +1 -0
  437. package/dist/esm/generated/service/index.js +11 -0
  438. package/dist/esm/generated/service/index.js.map +1 -0
  439. package/dist/esm/generated/service/models/index.d.ts +4737 -0
  440. package/dist/esm/generated/service/models/index.d.ts.map +1 -0
  441. package/dist/esm/generated/service/models/index.js +1506 -0
  442. package/dist/esm/generated/service/models/index.js.map +1 -0
  443. package/dist/esm/generated/service/models/mappers.d.ts +294 -0
  444. package/dist/esm/generated/service/models/mappers.d.ts.map +1 -0
  445. package/dist/esm/generated/service/models/mappers.js +6183 -0
  446. package/dist/esm/generated/service/models/mappers.js.map +1 -0
  447. package/dist/esm/generated/service/models/parameters.d.ts +29 -0
  448. package/dist/esm/generated/service/models/parameters.d.ts.map +1 -0
  449. package/dist/esm/generated/service/models/parameters.js +223 -0
  450. package/dist/esm/generated/service/models/parameters.js.map +1 -0
  451. package/dist/esm/generated/service/operations/aliases.d.ts +44 -0
  452. package/dist/esm/generated/service/operations/aliases.d.ts.map +1 -0
  453. package/dist/esm/generated/service/operations/aliases.js +160 -0
  454. package/dist/esm/generated/service/operations/aliases.js.map +1 -0
  455. package/dist/esm/generated/service/operations/dataSources.d.ts +43 -0
  456. package/dist/esm/generated/service/operations/dataSources.d.ts.map +1 -0
  457. package/dist/esm/generated/service/operations/dataSources.js +162 -0
  458. package/dist/esm/generated/service/operations/dataSources.js.map +1 -0
  459. package/dist/esm/generated/service/operations/index.d.ts +7 -0
  460. package/dist/esm/generated/service/operations/index.d.ts.map +1 -0
  461. package/dist/esm/generated/service/operations/index.js +14 -0
  462. package/dist/esm/generated/service/operations/index.js.map +1 -0
  463. package/dist/esm/generated/service/operations/indexers.d.ts +67 -0
  464. package/dist/esm/generated/service/operations/indexers.d.ts.map +1 -0
  465. package/dist/esm/generated/service/operations/indexers.js +255 -0
  466. package/dist/esm/generated/service/operations/indexers.js.map +1 -0
  467. package/dist/esm/generated/service/operations/indexes.d.ts +58 -0
  468. package/dist/esm/generated/service/operations/indexes.d.ts.map +1 -0
  469. package/dist/esm/generated/service/operations/indexes.js +212 -0
  470. package/dist/esm/generated/service/operations/indexes.js.map +1 -0
  471. package/dist/esm/generated/service/operations/skillsets.d.ts +50 -0
  472. package/dist/esm/generated/service/operations/skillsets.d.ts.map +1 -0
  473. package/dist/esm/generated/service/operations/skillsets.js +188 -0
  474. package/dist/esm/generated/service/operations/skillsets.js.map +1 -0
  475. package/dist/esm/generated/service/operations/synonymMaps.d.ts +43 -0
  476. package/dist/esm/generated/service/operations/synonymMaps.d.ts.map +1 -0
  477. package/dist/esm/generated/service/operations/synonymMaps.js +159 -0
  478. package/dist/esm/generated/service/operations/synonymMaps.js.map +1 -0
  479. package/dist/esm/generated/service/operationsInterfaces/aliases.d.ts +36 -0
  480. package/dist/esm/generated/service/operationsInterfaces/aliases.d.ts.map +1 -0
  481. package/dist/esm/generated/service/operationsInterfaces/aliases.js +9 -0
  482. package/dist/esm/generated/service/operationsInterfaces/aliases.js.map +1 -0
  483. package/dist/esm/generated/service/operationsInterfaces/dataSources.d.ts +35 -0
  484. package/dist/esm/generated/service/operationsInterfaces/dataSources.d.ts.map +1 -0
  485. package/dist/esm/generated/service/operationsInterfaces/dataSources.js +9 -0
  486. package/dist/esm/generated/service/operationsInterfaces/dataSources.js.map +1 -0
  487. package/dist/esm/generated/service/operationsInterfaces/index.d.ts +7 -0
  488. package/dist/esm/generated/service/operationsInterfaces/index.d.ts.map +1 -0
  489. package/dist/esm/generated/service/operationsInterfaces/index.js +14 -0
  490. package/dist/esm/generated/service/operationsInterfaces/index.js.map +1 -0
  491. package/dist/esm/generated/service/operationsInterfaces/indexers.d.ts +59 -0
  492. package/dist/esm/generated/service/operationsInterfaces/indexers.d.ts.map +1 -0
  493. package/dist/esm/generated/service/operationsInterfaces/indexers.js +9 -0
  494. package/dist/esm/generated/service/operationsInterfaces/indexers.js.map +1 -0
  495. package/dist/esm/generated/service/operationsInterfaces/indexes.d.ts +50 -0
  496. package/dist/esm/generated/service/operationsInterfaces/indexes.d.ts.map +1 -0
  497. package/dist/esm/generated/service/operationsInterfaces/indexes.js +9 -0
  498. package/dist/esm/generated/service/operationsInterfaces/indexes.js.map +1 -0
  499. package/dist/esm/generated/service/operationsInterfaces/skillsets.d.ts +42 -0
  500. package/dist/esm/generated/service/operationsInterfaces/skillsets.d.ts.map +1 -0
  501. package/dist/esm/generated/service/operationsInterfaces/skillsets.js +9 -0
  502. package/dist/esm/generated/service/operationsInterfaces/skillsets.js.map +1 -0
  503. package/dist/esm/generated/service/operationsInterfaces/synonymMaps.d.ts +35 -0
  504. package/dist/esm/generated/service/operationsInterfaces/synonymMaps.d.ts.map +1 -0
  505. package/dist/esm/generated/service/operationsInterfaces/synonymMaps.js +9 -0
  506. package/dist/esm/generated/service/operationsInterfaces/synonymMaps.js.map +1 -0
  507. package/dist/esm/generated/service/searchServiceClient.d.ts +29 -0
  508. package/dist/esm/generated/service/searchServiceClient.d.ts.map +1 -0
  509. package/dist/esm/generated/service/searchServiceClient.js +106 -0
  510. package/dist/esm/generated/service/searchServiceClient.js.map +1 -0
  511. package/dist/esm/geographyPoint.d.ts +27 -0
  512. package/dist/esm/geographyPoint.d.ts.map +1 -0
  513. package/dist/esm/geographyPoint.js +28 -0
  514. package/dist/esm/geographyPoint.js.map +1 -0
  515. package/dist/esm/index.d.ts +15 -0
  516. package/dist/esm/index.d.ts.map +1 -0
  517. package/dist/esm/index.js +16 -0
  518. package/dist/esm/index.js.map +1 -0
  519. package/dist/esm/indexDocumentsBatch.d.ts +41 -0
  520. package/dist/esm/indexDocumentsBatch.d.ts.map +1 -0
  521. package/dist/esm/indexDocumentsBatch.js +63 -0
  522. package/dist/esm/indexDocumentsBatch.js.map +1 -0
  523. package/dist/esm/indexModels.d.ts +821 -0
  524. package/dist/esm/indexModels.d.ts.map +1 -0
  525. package/dist/esm/indexModels.js +4 -0
  526. package/dist/esm/indexModels.js.map +1 -0
  527. package/dist/esm/logger.d.ts +5 -0
  528. package/dist/esm/logger.d.ts.map +1 -0
  529. package/dist/esm/logger.js +8 -0
  530. package/dist/esm/logger.js.map +1 -0
  531. package/dist/esm/odata.d.ts +14 -0
  532. package/dist/esm/odata.d.ts.map +1 -0
  533. package/dist/esm/odata.js +47 -0
  534. package/dist/esm/odata.js.map +1 -0
  535. package/dist/esm/odataMetadataPolicy.d.ts +9 -0
  536. package/dist/esm/odataMetadataPolicy.d.ts.map +1 -0
  537. package/dist/esm/odataMetadataPolicy.js +18 -0
  538. package/dist/esm/odataMetadataPolicy.js.map +1 -0
  539. package/dist/esm/package.json +3 -0
  540. package/dist/esm/searchApiKeyCredentialPolicy.d.ts +8 -0
  541. package/dist/esm/searchApiKeyCredentialPolicy.d.ts.map +1 -0
  542. package/dist/esm/searchApiKeyCredentialPolicy.js +20 -0
  543. package/dist/esm/searchApiKeyCredentialPolicy.js.map +1 -0
  544. package/dist/esm/searchAudience.d.ts +18 -0
  545. package/dist/esm/searchAudience.d.ts.map +1 -0
  546. package/dist/esm/searchAudience.js +21 -0
  547. package/dist/esm/searchAudience.js.map +1 -0
  548. package/dist/esm/searchClient.d.ts +273 -0
  549. package/dist/esm/searchClient.d.ts.map +1 -0
  550. package/dist/esm/searchClient.js +664 -0
  551. package/dist/esm/searchClient.js.map +1 -0
  552. package/dist/esm/searchIndexClient.d.ts +215 -0
  553. package/dist/esm/searchIndexClient.d.ts.map +1 -0
  554. package/dist/esm/searchIndexClient.js +659 -0
  555. package/dist/esm/searchIndexClient.js.map +1 -0
  556. package/dist/esm/searchIndexerClient.d.ts +205 -0
  557. package/dist/esm/searchIndexerClient.d.ts.map +1 -0
  558. package/dist/esm/searchIndexerClient.js +600 -0
  559. package/dist/esm/searchIndexerClient.js.map +1 -0
  560. package/dist/esm/searchIndexingBufferedSender.d.ts +193 -0
  561. package/dist/esm/searchIndexingBufferedSender.d.ts.map +1 -0
  562. package/dist/esm/searchIndexingBufferedSender.js +283 -0
  563. package/dist/esm/searchIndexingBufferedSender.js.map +1 -0
  564. package/dist/esm/serialization.d.ts +3 -0
  565. package/dist/esm/serialization.d.ts.map +1 -0
  566. package/dist/esm/serialization.js +144 -0
  567. package/dist/esm/serialization.js.map +1 -0
  568. package/dist/esm/serviceModels.d.ts +2419 -0
  569. package/dist/esm/serviceModels.d.ts.map +1 -0
  570. package/dist/esm/serviceModels.js +654 -0
  571. package/dist/esm/serviceModels.js.map +1 -0
  572. package/dist/esm/serviceUtils.d.ts +36 -0
  573. package/dist/esm/serviceUtils.d.ts.map +1 -0
  574. package/dist/esm/serviceUtils.js +518 -0
  575. package/dist/esm/serviceUtils.js.map +1 -0
  576. package/dist/esm/synonymMapHelper.d.ts +10 -0
  577. package/dist/esm/synonymMapHelper.d.ts.map +1 -0
  578. package/{dist-esm/src → dist/esm}/synonymMapHelper.js +3 -3
  579. package/dist/esm/synonymMapHelper.js.map +1 -0
  580. package/dist/esm/tracing.d.ts +7 -0
  581. package/dist/esm/tracing.d.ts.map +1 -0
  582. package/dist/esm/tracing.js +13 -0
  583. package/dist/esm/tracing.js.map +1 -0
  584. package/dist/esm/walk.d.ts +2 -0
  585. package/dist/esm/walk.d.ts.map +1 -0
  586. package/dist/esm/walk.js +79 -0
  587. package/dist/esm/walk.js.map +1 -0
  588. package/dist/react-native/base64.d.ts +11 -0
  589. package/dist/react-native/base64.d.ts.map +1 -0
  590. package/dist/react-native/base64.js +17 -0
  591. package/dist/react-native/base64.js.map +1 -0
  592. package/dist/react-native/errorModels.d.ts +50 -0
  593. package/dist/react-native/errorModels.d.ts.map +1 -0
  594. package/dist/react-native/errorModels.js +4 -0
  595. package/dist/react-native/errorModels.js.map +1 -0
  596. package/dist/react-native/generated/data/index.d.ts +4 -0
  597. package/dist/react-native/generated/data/index.d.ts.map +1 -0
  598. package/dist/react-native/generated/data/index.js +11 -0
  599. package/dist/react-native/generated/data/index.js.map +1 -0
  600. package/dist/react-native/generated/data/models/index.d.ts +1289 -0
  601. package/dist/react-native/generated/data/models/index.d.ts.map +1 -0
  602. package/dist/react-native/generated/data/models/index.js +286 -0
  603. package/dist/react-native/generated/data/models/index.js.map +1 -0
  604. package/dist/react-native/generated/data/models/mappers.d.ts +51 -0
  605. package/dist/react-native/generated/data/models/mappers.d.ts.map +1 -0
  606. package/dist/react-native/generated/data/models/mappers.js +1435 -0
  607. package/dist/react-native/generated/data/models/mappers.js.map +1 -0
  608. package/dist/react-native/generated/data/models/parameters.d.ts +62 -0
  609. package/dist/react-native/generated/data/models/parameters.d.ts.map +1 -0
  610. package/dist/react-native/generated/data/models/parameters.js +619 -0
  611. package/dist/react-native/generated/data/models/parameters.js.map +1 -0
  612. package/dist/react-native/generated/data/operations/documents.d.ts +70 -0
  613. package/dist/react-native/generated/data/operations/documents.d.ts.map +1 -0
  614. package/dist/react-native/generated/data/operations/documents.js +312 -0
  615. package/dist/react-native/generated/data/operations/documents.js.map +1 -0
  616. package/dist/react-native/generated/data/operations/index.d.ts +2 -0
  617. package/dist/react-native/generated/data/operations/index.d.ts.map +1 -0
  618. package/dist/react-native/generated/data/operations/index.js +9 -0
  619. package/dist/react-native/generated/data/operations/index.js.map +1 -0
  620. package/dist/react-native/generated/data/operationsInterfaces/documents.d.ts +62 -0
  621. package/dist/react-native/generated/data/operationsInterfaces/documents.d.ts.map +1 -0
  622. package/dist/react-native/generated/data/operationsInterfaces/documents.js +9 -0
  623. package/dist/react-native/generated/data/operationsInterfaces/documents.js.map +1 -0
  624. package/dist/react-native/generated/data/operationsInterfaces/index.d.ts +2 -0
  625. package/dist/react-native/generated/data/operationsInterfaces/index.d.ts.map +1 -0
  626. package/dist/react-native/generated/data/operationsInterfaces/index.js +9 -0
  627. package/dist/react-native/generated/data/operationsInterfaces/index.js.map +1 -0
  628. package/dist/react-native/generated/data/searchClient.d.ts +21 -0
  629. package/dist/react-native/generated/data/searchClient.d.ts.map +1 -0
  630. package/dist/react-native/generated/data/searchClient.js +78 -0
  631. package/dist/react-native/generated/data/searchClient.js.map +1 -0
  632. package/dist/react-native/generated/service/index.d.ts +4 -0
  633. package/dist/react-native/generated/service/index.d.ts.map +1 -0
  634. package/dist/react-native/generated/service/index.js +11 -0
  635. package/dist/react-native/generated/service/index.js.map +1 -0
  636. package/dist/react-native/generated/service/models/index.d.ts +4737 -0
  637. package/dist/react-native/generated/service/models/index.d.ts.map +1 -0
  638. package/dist/react-native/generated/service/models/index.js +1506 -0
  639. package/dist/react-native/generated/service/models/index.js.map +1 -0
  640. package/dist/react-native/generated/service/models/mappers.d.ts +294 -0
  641. package/dist/react-native/generated/service/models/mappers.d.ts.map +1 -0
  642. package/dist/react-native/generated/service/models/mappers.js +6183 -0
  643. package/dist/react-native/generated/service/models/mappers.js.map +1 -0
  644. package/dist/react-native/generated/service/models/parameters.d.ts +29 -0
  645. package/dist/react-native/generated/service/models/parameters.d.ts.map +1 -0
  646. package/dist/react-native/generated/service/models/parameters.js +223 -0
  647. package/dist/react-native/generated/service/models/parameters.js.map +1 -0
  648. package/dist/react-native/generated/service/operations/aliases.d.ts +44 -0
  649. package/dist/react-native/generated/service/operations/aliases.d.ts.map +1 -0
  650. package/dist/react-native/generated/service/operations/aliases.js +160 -0
  651. package/dist/react-native/generated/service/operations/aliases.js.map +1 -0
  652. package/dist/react-native/generated/service/operations/dataSources.d.ts +43 -0
  653. package/dist/react-native/generated/service/operations/dataSources.d.ts.map +1 -0
  654. package/dist/react-native/generated/service/operations/dataSources.js +162 -0
  655. package/dist/react-native/generated/service/operations/dataSources.js.map +1 -0
  656. package/dist/react-native/generated/service/operations/index.d.ts +7 -0
  657. package/dist/react-native/generated/service/operations/index.d.ts.map +1 -0
  658. package/dist/react-native/generated/service/operations/index.js +14 -0
  659. package/dist/react-native/generated/service/operations/index.js.map +1 -0
  660. package/dist/react-native/generated/service/operations/indexers.d.ts +67 -0
  661. package/dist/react-native/generated/service/operations/indexers.d.ts.map +1 -0
  662. package/dist/react-native/generated/service/operations/indexers.js +255 -0
  663. package/dist/react-native/generated/service/operations/indexers.js.map +1 -0
  664. package/dist/react-native/generated/service/operations/indexes.d.ts +58 -0
  665. package/dist/react-native/generated/service/operations/indexes.d.ts.map +1 -0
  666. package/dist/react-native/generated/service/operations/indexes.js +212 -0
  667. package/dist/react-native/generated/service/operations/indexes.js.map +1 -0
  668. package/dist/react-native/generated/service/operations/skillsets.d.ts +50 -0
  669. package/dist/react-native/generated/service/operations/skillsets.d.ts.map +1 -0
  670. package/dist/react-native/generated/service/operations/skillsets.js +188 -0
  671. package/dist/react-native/generated/service/operations/skillsets.js.map +1 -0
  672. package/dist/react-native/generated/service/operations/synonymMaps.d.ts +43 -0
  673. package/dist/react-native/generated/service/operations/synonymMaps.d.ts.map +1 -0
  674. package/dist/react-native/generated/service/operations/synonymMaps.js +159 -0
  675. package/dist/react-native/generated/service/operations/synonymMaps.js.map +1 -0
  676. package/dist/react-native/generated/service/operationsInterfaces/aliases.d.ts +36 -0
  677. package/dist/react-native/generated/service/operationsInterfaces/aliases.d.ts.map +1 -0
  678. package/dist/react-native/generated/service/operationsInterfaces/aliases.js +9 -0
  679. package/dist/react-native/generated/service/operationsInterfaces/aliases.js.map +1 -0
  680. package/dist/react-native/generated/service/operationsInterfaces/dataSources.d.ts +35 -0
  681. package/dist/react-native/generated/service/operationsInterfaces/dataSources.d.ts.map +1 -0
  682. package/dist/react-native/generated/service/operationsInterfaces/dataSources.js +9 -0
  683. package/dist/react-native/generated/service/operationsInterfaces/dataSources.js.map +1 -0
  684. package/dist/react-native/generated/service/operationsInterfaces/index.d.ts +7 -0
  685. package/dist/react-native/generated/service/operationsInterfaces/index.d.ts.map +1 -0
  686. package/dist/react-native/generated/service/operationsInterfaces/index.js +14 -0
  687. package/dist/react-native/generated/service/operationsInterfaces/index.js.map +1 -0
  688. package/dist/react-native/generated/service/operationsInterfaces/indexers.d.ts +59 -0
  689. package/dist/react-native/generated/service/operationsInterfaces/indexers.d.ts.map +1 -0
  690. package/dist/react-native/generated/service/operationsInterfaces/indexers.js +9 -0
  691. package/dist/react-native/generated/service/operationsInterfaces/indexers.js.map +1 -0
  692. package/dist/react-native/generated/service/operationsInterfaces/indexes.d.ts +50 -0
  693. package/dist/react-native/generated/service/operationsInterfaces/indexes.d.ts.map +1 -0
  694. package/dist/react-native/generated/service/operationsInterfaces/indexes.js +9 -0
  695. package/dist/react-native/generated/service/operationsInterfaces/indexes.js.map +1 -0
  696. package/dist/react-native/generated/service/operationsInterfaces/skillsets.d.ts +42 -0
  697. package/dist/react-native/generated/service/operationsInterfaces/skillsets.d.ts.map +1 -0
  698. package/dist/react-native/generated/service/operationsInterfaces/skillsets.js +9 -0
  699. package/dist/react-native/generated/service/operationsInterfaces/skillsets.js.map +1 -0
  700. package/dist/react-native/generated/service/operationsInterfaces/synonymMaps.d.ts +35 -0
  701. package/dist/react-native/generated/service/operationsInterfaces/synonymMaps.d.ts.map +1 -0
  702. package/dist/react-native/generated/service/operationsInterfaces/synonymMaps.js +9 -0
  703. package/dist/react-native/generated/service/operationsInterfaces/synonymMaps.js.map +1 -0
  704. package/dist/react-native/generated/service/searchServiceClient.d.ts +29 -0
  705. package/dist/react-native/generated/service/searchServiceClient.d.ts.map +1 -0
  706. package/dist/react-native/generated/service/searchServiceClient.js +106 -0
  707. package/dist/react-native/generated/service/searchServiceClient.js.map +1 -0
  708. package/dist/react-native/geographyPoint.d.ts +27 -0
  709. package/dist/react-native/geographyPoint.d.ts.map +1 -0
  710. package/dist/react-native/geographyPoint.js +28 -0
  711. package/dist/react-native/geographyPoint.js.map +1 -0
  712. package/dist/react-native/index.d.ts +15 -0
  713. package/dist/react-native/index.d.ts.map +1 -0
  714. package/dist/react-native/index.js +16 -0
  715. package/dist/react-native/index.js.map +1 -0
  716. package/dist/react-native/indexDocumentsBatch.d.ts +41 -0
  717. package/dist/react-native/indexDocumentsBatch.d.ts.map +1 -0
  718. package/dist/react-native/indexDocumentsBatch.js +63 -0
  719. package/dist/react-native/indexDocumentsBatch.js.map +1 -0
  720. package/dist/react-native/indexModels.d.ts +821 -0
  721. package/dist/react-native/indexModels.d.ts.map +1 -0
  722. package/dist/react-native/indexModels.js +4 -0
  723. package/dist/react-native/indexModels.js.map +1 -0
  724. package/dist/react-native/logger.d.ts +5 -0
  725. package/dist/react-native/logger.d.ts.map +1 -0
  726. package/dist/react-native/logger.js +8 -0
  727. package/dist/react-native/logger.js.map +1 -0
  728. package/dist/react-native/odata.d.ts +14 -0
  729. package/dist/react-native/odata.d.ts.map +1 -0
  730. package/dist/react-native/odata.js +47 -0
  731. package/dist/react-native/odata.js.map +1 -0
  732. package/dist/react-native/odataMetadataPolicy.d.ts +9 -0
  733. package/dist/react-native/odataMetadataPolicy.d.ts.map +1 -0
  734. package/dist/react-native/odataMetadataPolicy.js +18 -0
  735. package/dist/react-native/odataMetadataPolicy.js.map +1 -0
  736. package/dist/react-native/package.json +3 -0
  737. package/dist/react-native/searchApiKeyCredentialPolicy.d.ts +8 -0
  738. package/dist/react-native/searchApiKeyCredentialPolicy.d.ts.map +1 -0
  739. package/dist/react-native/searchApiKeyCredentialPolicy.js +20 -0
  740. package/dist/react-native/searchApiKeyCredentialPolicy.js.map +1 -0
  741. package/dist/react-native/searchAudience.d.ts +18 -0
  742. package/dist/react-native/searchAudience.d.ts.map +1 -0
  743. package/dist/react-native/searchAudience.js +21 -0
  744. package/dist/react-native/searchAudience.js.map +1 -0
  745. package/dist/react-native/searchClient.d.ts +273 -0
  746. package/dist/react-native/searchClient.d.ts.map +1 -0
  747. package/dist/react-native/searchClient.js +664 -0
  748. package/dist/react-native/searchClient.js.map +1 -0
  749. package/dist/react-native/searchIndexClient.d.ts +215 -0
  750. package/dist/react-native/searchIndexClient.d.ts.map +1 -0
  751. package/dist/react-native/searchIndexClient.js +659 -0
  752. package/dist/react-native/searchIndexClient.js.map +1 -0
  753. package/dist/react-native/searchIndexerClient.d.ts +205 -0
  754. package/dist/react-native/searchIndexerClient.d.ts.map +1 -0
  755. package/dist/react-native/searchIndexerClient.js +600 -0
  756. package/dist/react-native/searchIndexerClient.js.map +1 -0
  757. package/dist/react-native/searchIndexingBufferedSender.d.ts +193 -0
  758. package/dist/react-native/searchIndexingBufferedSender.d.ts.map +1 -0
  759. package/dist/react-native/searchIndexingBufferedSender.js +283 -0
  760. package/dist/react-native/searchIndexingBufferedSender.js.map +1 -0
  761. package/dist/react-native/serialization.d.ts +3 -0
  762. package/dist/react-native/serialization.d.ts.map +1 -0
  763. package/dist/react-native/serialization.js +144 -0
  764. package/dist/react-native/serialization.js.map +1 -0
  765. package/dist/react-native/serviceModels.d.ts +2419 -0
  766. package/dist/react-native/serviceModels.d.ts.map +1 -0
  767. package/dist/react-native/serviceModels.js +654 -0
  768. package/dist/react-native/serviceModels.js.map +1 -0
  769. package/dist/react-native/serviceUtils.d.ts +36 -0
  770. package/dist/react-native/serviceUtils.d.ts.map +1 -0
  771. package/dist/react-native/serviceUtils.js +518 -0
  772. package/dist/react-native/serviceUtils.js.map +1 -0
  773. package/dist/react-native/synonymMapHelper.d.ts +10 -0
  774. package/dist/react-native/synonymMapHelper.d.ts.map +1 -0
  775. package/dist/react-native/synonymMapHelper.js +24 -0
  776. package/dist/react-native/synonymMapHelper.js.map +1 -0
  777. package/dist/react-native/tracing.d.ts +7 -0
  778. package/dist/react-native/tracing.d.ts.map +1 -0
  779. package/dist/react-native/tracing.js +13 -0
  780. package/dist/react-native/tracing.js.map +1 -0
  781. package/dist/react-native/walk.d.ts +2 -0
  782. package/dist/react-native/walk.d.ts.map +1 -0
  783. package/dist/react-native/walk.js +79 -0
  784. package/dist/react-native/walk.js.map +1 -0
  785. package/package.json +79 -67
  786. package/dist/index.js +0 -13692
  787. package/dist/index.js.map +0 -1
  788. package/dist-esm/src/base64.browser.js.map +0 -1
  789. package/dist-esm/src/errorModels.js +0 -4
  790. package/dist-esm/src/errorModels.js.map +0 -1
  791. package/dist-esm/src/generated/data/index.js.map +0 -1
  792. package/dist-esm/src/generated/data/models/index.js +0 -72
  793. package/dist-esm/src/generated/data/models/index.js.map +0 -1
  794. package/dist-esm/src/generated/data/models/mappers.js.map +0 -1
  795. package/dist-esm/src/generated/data/models/parameters.js.map +0 -1
  796. package/dist-esm/src/generated/data/operations/documents.js.map +0 -1
  797. package/dist-esm/src/generated/data/operations/index.js.map +0 -1
  798. package/dist-esm/src/generated/data/operationsInterfaces/documents.js.map +0 -1
  799. package/dist-esm/src/generated/data/operationsInterfaces/index.js.map +0 -1
  800. package/dist-esm/src/generated/data/searchClient.js.map +0 -1
  801. package/dist-esm/src/generated/service/index.js.map +0 -1
  802. package/dist-esm/src/generated/service/models/index.js.map +0 -1
  803. package/dist-esm/src/generated/service/models/mappers.js.map +0 -1
  804. package/dist-esm/src/generated/service/models/parameters.js.map +0 -1
  805. package/dist-esm/src/generated/service/operations/dataSources.js.map +0 -1
  806. package/dist-esm/src/generated/service/operations/index.js +0 -13
  807. package/dist-esm/src/generated/service/operations/index.js.map +0 -1
  808. package/dist-esm/src/generated/service/operations/indexers.js.map +0 -1
  809. package/dist-esm/src/generated/service/operations/indexes.js.map +0 -1
  810. package/dist-esm/src/generated/service/operations/skillsets.js.map +0 -1
  811. package/dist-esm/src/generated/service/operations/synonymMaps.js.map +0 -1
  812. package/dist-esm/src/generated/service/operationsInterfaces/dataSources.js.map +0 -1
  813. package/dist-esm/src/generated/service/operationsInterfaces/index.js +0 -13
  814. package/dist-esm/src/generated/service/operationsInterfaces/index.js.map +0 -1
  815. package/dist-esm/src/generated/service/operationsInterfaces/indexers.js.map +0 -1
  816. package/dist-esm/src/generated/service/operationsInterfaces/indexes.js.map +0 -1
  817. package/dist-esm/src/generated/service/operationsInterfaces/synonymMaps.js.map +0 -1
  818. package/dist-esm/src/generated/service/searchServiceClient.js.map +0 -1
  819. package/dist-esm/src/index.js +0 -16
  820. package/dist-esm/src/index.js.map +0 -1
  821. package/dist-esm/src/indexDocumentsBatch.js.map +0 -1
  822. package/dist-esm/src/indexModels.js +0 -4
  823. package/dist-esm/src/indexModels.js.map +0 -1
  824. package/dist-esm/src/odataMetadataPolicy.js.map +0 -1
  825. package/dist-esm/src/searchApiKeyCredentialPolicy.js.map +0 -1
  826. package/dist-esm/src/searchClient.js.map +0 -1
  827. package/dist-esm/src/searchIndexClient.js.map +0 -1
  828. package/dist-esm/src/searchIndexerClient.js.map +0 -1
  829. package/dist-esm/src/searchIndexingBufferedSender.js.map +0 -1
  830. package/dist-esm/src/serialization.js.map +0 -1
  831. package/dist-esm/src/serviceModels.js.map +0 -1
  832. package/dist-esm/src/serviceUtils.js.map +0 -1
  833. package/dist-esm/src/synonymMapHelper.browser.js.map +0 -1
  834. package/dist-esm/src/synonymMapHelper.js.map +0 -1
  835. /package/{dist-esm/src → dist/browser}/generated/data/operationsInterfaces/documents.js +0 -0
  836. /package/{dist-esm/src → dist/browser}/generated/service/operationsInterfaces/dataSources.js +0 -0
  837. /package/{dist-esm/src → dist/browser}/generated/service/operationsInterfaces/indexers.js +0 -0
  838. /package/{dist-esm/src → dist/browser}/generated/service/operationsInterfaces/indexes.js +0 -0
  839. /package/{dist-esm/src → dist/browser}/generated/service/operationsInterfaces/skillsets.js +0 -0
  840. /package/{dist-esm/src → dist/browser}/generated/service/operationsInterfaces/synonymMaps.js +0 -0
@@ -0,0 +1,2419 @@
1
+ import type { OperationOptions } from "@azure/core-client";
2
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
3
+ import type { AIServicesAccountKey, AIStudioModelCatalogName, AsciiFoldingTokenFilter, AzureMachineLearningSkill, AzureOpenAIModelName, AzureOpenAITokenizerParameters, BinaryQuantizationCompression, BM25Similarity, CharFilterName, CjkBigramTokenFilter, ClassicSimilarity, ClassicTokenizer, CognitiveServicesAccount as BaseCognitiveServicesAccount, CognitiveServicesAccountKey, CommonGramTokenFilter, ConditionalSkill, CorsOptions, CustomEntity, CustomNormalizer, DefaultCognitiveServicesAccount, DictionaryDecompounderTokenFilter, DistanceScoringFunction, DocumentExtractionSkill, DocumentIntelligenceLayoutSkillMarkdownHeaderDepth, DocumentIntelligenceLayoutSkillOutputMode, EdgeNGramTokenFilterSide, EdgeNGramTokenizer, ElisionTokenFilter, EntityLinkingSkill, EntityRecognitionSkillV3, FieldMapping, FreshnessScoringFunction, HighWaterMarkChangeDetectionPolicy, IndexingSchedule, IndexProjectionMode, KeepTokenFilter, KeywordMarkerTokenFilter, KnownBlobIndexerDataToExtract, KnownBlobIndexerImageAction, KnownBlobIndexerParsingMode, KnownBlobIndexerPDFTextRotationAlgorithm, KnownCharFilterName, KnownCustomEntityLookupSkillLanguage, KnownEntityCategory, KnownEntityRecognitionSkillLanguage, KnownImageAnalysisSkillLanguage, KnownImageDetail, KnownIndexerExecutionEnvironment, KnownKeyPhraseExtractionSkillLanguage, KnownLexicalAnalyzerName, KnownLexicalTokenizerName, KnownOcrSkillLanguage, KnownPIIDetectionSkillMaskingMode, KnownRegexFlags, KnownSearchFieldDataType, KnownSearchIndexerDataSourceType, KnownSentimentSkillLanguage, KnownSplitSkillLanguage, KnownTextSplitMode, KnownTextTranslationSkillLanguage, KnownTokenFilterName, KnownVectorSearchAlgorithmKind, KnownVectorSearchAlgorithmMetric, KnownVisualFeature, LanguageDetectionSkill, LengthTokenFilter, LexicalAnalyzerName, LexicalNormalizerName, LexicalTokenizerName, LimitTokenFilter, LuceneStandardAnalyzer, MagnitudeScoringFunction, MappingCharFilter, MarkdownHeaderDepth, MarkdownParsingSubmode, MergeSkill, MicrosoftLanguageStemmingTokenizer, MicrosoftLanguageTokenizer, NativeBlobSoftDeleteDeletionDetectionPolicy, NGramTokenizer, OcrLineEnding, PathHierarchyTokenizerV2 as PathHierarchyTokenizer, PatternCaptureTokenFilter, PatternReplaceCharFilter, PatternReplaceTokenFilter, PhoneticTokenFilter, ScalarQuantizationCompression, ScoringFunctionAggregation, SearchAlias, SearchIndexerDataContainer, SearchIndexerDataNoneIdentity, SearchIndexerDataUserAssignedIdentity, SearchIndexerIndexProjectionSelector, SearchIndexerKnowledgeStoreProjection, SearchIndexerSkill as BaseSearchIndexerSkill, SemanticSearch, SentimentSkillV3, ServiceCounters, ServiceLimits, ShaperSkill, ShingleTokenFilter, SnowballTokenFilter, SoftDeleteColumnDeletionDetectionPolicy, SplitSkillUnit, SqlIntegratedChangeTrackingPolicy, StemmerOverrideTokenFilter, StemmerTokenFilter, StopAnalyzer, StopwordsTokenFilter, Suggester as SearchSuggester, SynonymTokenFilter, TagScoringFunction, TextWeights, TokenFilterName, TruncateTokenFilter, UaxUrlEmailTokenizer, UniqueTokenFilter, VectorEncodingFormat, VectorSearchProfile, VectorSearchVectorizerKind, WordDelimiterTokenFilter } from "./generated/service/models/index.js";
4
+ /**
5
+ * Options for a list skillsets operation.
6
+ */
7
+ export type ListSkillsetsOptions = OperationOptions;
8
+ /**
9
+ * Options for a list synonymMaps operation.
10
+ */
11
+ export type ListSynonymMapsOptions = OperationOptions;
12
+ /**
13
+ * Options for a list indexes operation.
14
+ */
15
+ export type ListIndexesOptions = OperationOptions;
16
+ /**
17
+ * Options for a list indexers operation.
18
+ */
19
+ export type ListIndexersOptions = OperationOptions;
20
+ /**
21
+ * Options for a list data sources operation.
22
+ */
23
+ export type ListDataSourceConnectionsOptions = OperationOptions;
24
+ /**
25
+ * Options for get index operation.
26
+ */
27
+ export type GetIndexOptions = OperationOptions;
28
+ /**
29
+ * Options for get skillset operation.
30
+ */
31
+ export type GetSkillSetOptions = OperationOptions;
32
+ /**
33
+ * Options for get synonymmaps operation.
34
+ */
35
+ export type GetSynonymMapsOptions = OperationOptions;
36
+ /**
37
+ * Options for get indexer operation.
38
+ */
39
+ export type GetIndexerOptions = OperationOptions;
40
+ /**
41
+ * Options for get datasource operation.
42
+ */
43
+ export type GetDataSourceConnectionOptions = OperationOptions;
44
+ /**
45
+ * Options for get index statistics operation.
46
+ */
47
+ export type GetIndexStatisticsOptions = OperationOptions;
48
+ /**
49
+ * Statistics for a given index. Statistics are collected periodically and are not guaranteed to
50
+ * always be up-to-date.
51
+ */
52
+ export interface SearchIndexStatistics {
53
+ /**
54
+ * The number of documents in the index.
55
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
56
+ */
57
+ readonly documentCount: number;
58
+ /**
59
+ * The amount of storage in bytes consumed by the index.
60
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
61
+ */
62
+ readonly storageSize: number;
63
+ /**
64
+ * The amount of memory in bytes consumed by vectors in the index.
65
+ * NOTE: This property will not be serialized. It can only be populated by the server.
66
+ */
67
+ readonly vectorIndexSize: number;
68
+ }
69
+ /**
70
+ * Response from a get service statistics request. If successful, it includes service level
71
+ * counters and limits.
72
+ */
73
+ export interface SearchServiceStatistics {
74
+ /**
75
+ * Service level resource counters.
76
+ */
77
+ counters: ServiceCounters;
78
+ /**
79
+ * Service level general limits.
80
+ */
81
+ limits: ServiceLimits;
82
+ }
83
+ /**
84
+ * Options for get service statistics operation.
85
+ */
86
+ export type GetServiceStatisticsOptions = OperationOptions;
87
+ /**
88
+ * Options for get indexer status operation.
89
+ */
90
+ export type GetIndexerStatusOptions = OperationOptions;
91
+ /**
92
+ * Options for reset indexer operation.
93
+ */
94
+ export type ResetIndexerOptions = OperationOptions;
95
+ /**
96
+ * Options for run indexer operation.
97
+ */
98
+ export type RunIndexerOptions = OperationOptions;
99
+ /**
100
+ * Options for create index operation.
101
+ */
102
+ export type CreateIndexOptions = OperationOptions;
103
+ /**
104
+ * Options for create skillset operation.
105
+ */
106
+ export type CreateSkillsetOptions = OperationOptions;
107
+ /**
108
+ * Options for create alias operation.
109
+ */
110
+ export type CreateAliasOptions = OperationOptions;
111
+ /**
112
+ * Options for create or update alias operation.
113
+ */
114
+ export interface CreateOrUpdateAliasOptions extends OperationOptions {
115
+ /**
116
+ * If set to true, Resource will be deleted only if the etag matches.
117
+ */
118
+ onlyIfUnchanged?: boolean;
119
+ }
120
+ /**
121
+ * Options for delete alias operation.
122
+ */
123
+ export interface DeleteAliasOptions extends OperationOptions {
124
+ /**
125
+ * If set to true, Resource will be deleted only if the etag matches.
126
+ */
127
+ onlyIfUnchanged?: boolean;
128
+ }
129
+ /**
130
+ * Options for get alias operation.
131
+ */
132
+ export type GetAliasOptions = OperationOptions;
133
+ /**
134
+ * Options for list aliases operation.
135
+ */
136
+ export type ListAliasesOptions = OperationOptions;
137
+ /**
138
+ * Search Alias object.
139
+ */
140
+ export type SearchIndexAlias = SearchAlias;
141
+ /**
142
+ * Options for create synonymmap operation.
143
+ */
144
+ export type CreateSynonymMapOptions = OperationOptions;
145
+ /**
146
+ * Options for create indexer operation.
147
+ */
148
+ export type CreateIndexerOptions = OperationOptions;
149
+ /**
150
+ * Options for create datasource operation.
151
+ */
152
+ export type CreateDataSourceConnectionOptions = OperationOptions;
153
+ /**
154
+ * Options for create/update index operation.
155
+ */
156
+ export interface CreateOrUpdateIndexOptions extends OperationOptions {
157
+ /**
158
+ * Allows new analyzers, tokenizers, token filters, or char filters to be added to an index by
159
+ * taking the index offline for at least a few seconds. This temporarily causes indexing and
160
+ * query requests to fail. Performance and write availability of the index can be impaired for
161
+ * several minutes after the index is updated, or longer for very large indexes.
162
+ */
163
+ allowIndexDowntime?: boolean;
164
+ /**
165
+ * If set to true, Resource will be deleted only if the etag matches.
166
+ */
167
+ onlyIfUnchanged?: boolean;
168
+ }
169
+ /**
170
+ * Options for reset docs operation.
171
+ */
172
+ export interface ResetDocumentsOptions extends OperationOptions {
173
+ /** document keys to be reset */
174
+ documentKeys?: string[];
175
+ /** datasource document identifiers to be reset */
176
+ datasourceDocumentIds?: string[];
177
+ /** If false, keys or ids will be appended to existing ones. If true, only the keys or ids in this payload will be queued to be re-ingested. */
178
+ overwrite?: boolean;
179
+ }
180
+ /**
181
+ * Options for reset skills operation.
182
+ */
183
+ export interface ResetSkillsOptions extends OperationOptions {
184
+ /** the names of skills to be reset. */
185
+ skillNames?: string[];
186
+ }
187
+ /**
188
+ * Options for create/update skillset operation.
189
+ */
190
+ export interface CreateOrUpdateSkillsetOptions extends OperationOptions {
191
+ /**
192
+ * If set to true, Resource will be updated only if the etag matches.
193
+ */
194
+ onlyIfUnchanged?: boolean;
195
+ /**
196
+ * Ignores cache reset requirements.
197
+ */
198
+ skipIndexerResetRequirementForCache?: boolean;
199
+ /**
200
+ * Disables cache reprocessing change detection.
201
+ */
202
+ disableCacheReprocessingChangeDetection?: boolean;
203
+ }
204
+ /**
205
+ * Options for create/update synonymmap operation.
206
+ */
207
+ export interface CreateOrUpdateSynonymMapOptions extends OperationOptions {
208
+ /**
209
+ * If set to true, Resource will be updated only if the etag matches.
210
+ */
211
+ onlyIfUnchanged?: boolean;
212
+ }
213
+ /**
214
+ * Options for create/update indexer operation.
215
+ */
216
+ export interface CreateorUpdateIndexerOptions extends OperationOptions {
217
+ /**
218
+ * If set to true, Resource will be updated only if the etag matches.
219
+ */
220
+ onlyIfUnchanged?: boolean;
221
+ /** Ignores cache reset requirements. */
222
+ skipIndexerResetRequirementForCache?: boolean;
223
+ /** Disables cache reprocessing change detection. */
224
+ disableCacheReprocessingChangeDetection?: boolean;
225
+ }
226
+ /**
227
+ * Options for create/update datasource operation.
228
+ */
229
+ export interface CreateorUpdateDataSourceConnectionOptions extends OperationOptions {
230
+ /**
231
+ * If set to true, Resource will be updated only if the etag matches.
232
+ */
233
+ onlyIfUnchanged?: boolean;
234
+ /**
235
+ * Ignores cache reset requirements.
236
+ */
237
+ skipIndexerResetRequirementForCache?: boolean;
238
+ }
239
+ /**
240
+ * Options for delete index operation.
241
+ */
242
+ export interface DeleteIndexOptions extends OperationOptions {
243
+ /**
244
+ * If set to true, Resource will be deleted only if the etag matches.
245
+ */
246
+ onlyIfUnchanged?: boolean;
247
+ }
248
+ /**
249
+ * Options for delete skillset operaion.
250
+ */
251
+ export interface DeleteSkillsetOptions extends OperationOptions {
252
+ /**
253
+ * If set to true, Resource will be deleted only if the etag matches.
254
+ */
255
+ onlyIfUnchanged?: boolean;
256
+ }
257
+ /**
258
+ * Options for delete synonymmap operation.
259
+ */
260
+ export interface DeleteSynonymMapOptions extends OperationOptions {
261
+ /**
262
+ * If set to true, Resource will be deleted only if the etag matches.
263
+ */
264
+ onlyIfUnchanged?: boolean;
265
+ }
266
+ /**
267
+ * Options for delete indexer operation.
268
+ */
269
+ export interface DeleteIndexerOptions extends OperationOptions {
270
+ /**
271
+ * If set to true, Resource will be deleted only if the etag matches.
272
+ */
273
+ onlyIfUnchanged?: boolean;
274
+ }
275
+ /**
276
+ * Options for delete datasource operation.
277
+ */
278
+ export interface DeleteDataSourceConnectionOptions extends OperationOptions {
279
+ /**
280
+ * If set to true, Resource will be deleted only if the etag matches.
281
+ */
282
+ onlyIfUnchanged?: boolean;
283
+ }
284
+ /**
285
+ * Specifies some text and analysis components used to break that text into tokens.
286
+ */
287
+ export interface AnalyzeRequest {
288
+ /**
289
+ * The text to break into tokens.
290
+ */
291
+ text: string;
292
+ /**
293
+ * The name of the analyzer to use to break the given text. If this parameter is not specified,
294
+ * you must specify a tokenizer instead. The tokenizer and analyzer parameters are mutually
295
+ * exclusive. {@link KnownAnalyzerNames} is an enum containing built-in analyzer names.
296
+ * NOTE: Either analyzerName or tokenizerName is required in an AnalyzeRequest.
297
+ */
298
+ analyzerName?: LexicalAnalyzerName;
299
+ /**
300
+ * The name of the tokenizer to use to break the given text. If this parameter is not specified,
301
+ * you must specify an analyzer instead. The tokenizer and analyzer parameters are mutually
302
+ * exclusive. {@link KnownTokenizerNames} is an enum containing built-in tokenizer names.
303
+ * NOTE: Either analyzerName or tokenizerName is required in an AnalyzeRequest.
304
+ */
305
+ tokenizerName?: LexicalTokenizerName;
306
+ /**
307
+ * The name of the normalizer to use to normalize the given text. {@link KnownNormalizerNames} is
308
+ * an enum containing built-in analyzer names.
309
+ */
310
+ normalizerName?: LexicalNormalizerName;
311
+ /**
312
+ * An optional list of token filters to use when breaking the given text. This parameter can only
313
+ * be set when using the tokenizer parameter.
314
+ */
315
+ tokenFilters?: TokenFilterName[];
316
+ /**
317
+ * An optional list of character filters to use when breaking the given text. This parameter can
318
+ * only be set when using the tokenizer parameter.
319
+ */
320
+ charFilters?: CharFilterName[];
321
+ }
322
+ /**
323
+ * Options for analyze text operation.
324
+ */
325
+ export type AnalyzeTextOptions = OperationOptions & AnalyzeRequest;
326
+ /**
327
+ * Flexibly separates text into terms via a regular expression pattern. This analyzer is
328
+ * implemented using Apache Lucene.
329
+ */
330
+ export interface PatternAnalyzer {
331
+ /**
332
+ * Polymorphic Discriminator
333
+ */
334
+ odatatype: "#Microsoft.Azure.Search.PatternAnalyzer";
335
+ /**
336
+ * The name of the analyzer. It must only contain letters, digits, spaces, dashes or underscores,
337
+ * can only start and end with alphanumeric characters, and is limited to 128 characters.
338
+ */
339
+ name: string;
340
+ /**
341
+ * A value indicating whether terms should be lower-cased. Default is true. Default value: true.
342
+ */
343
+ lowerCaseTerms?: boolean;
344
+ /**
345
+ * A regular expression pattern to match token separators. Default is an expression that matches
346
+ * one or more whitespace characters. Default value: `\W+`.
347
+ */
348
+ pattern?: string;
349
+ /**
350
+ * Regular expression flags. Possible values include: 'CANON_EQ', 'CASE_INSENSITIVE', 'COMMENTS',
351
+ * 'DOTALL', 'LITERAL', 'MULTILINE', 'UNICODE_CASE', 'UNIX_LINES'
352
+ */
353
+ flags?: RegexFlags[];
354
+ /**
355
+ * A list of stopwords.
356
+ */
357
+ stopwords?: string[];
358
+ }
359
+ /**
360
+ * Allows you to take control over the process of converting text into indexable/searchable tokens.
361
+ * It's a user-defined configuration consisting of a single predefined tokenizer and one or more
362
+ * filters. The tokenizer is responsible for breaking text into tokens, and the filters for
363
+ * modifying tokens emitted by the tokenizer.
364
+ */
365
+ export interface CustomAnalyzer {
366
+ /**
367
+ * Polymorphic Discriminator
368
+ */
369
+ odatatype: "#Microsoft.Azure.Search.CustomAnalyzer";
370
+ /**
371
+ * The name of the analyzer. It must only contain letters, digits, spaces, dashes or underscores,
372
+ * can only start and end with alphanumeric characters, and is limited to 128 characters.
373
+ */
374
+ name: string;
375
+ /**
376
+ * The name of the tokenizer to use to divide continuous text into a sequence of tokens, such as
377
+ * breaking a sentence into words. {@link KnownTokenizerNames} is an enum containing built-in tokenizer names.
378
+ */
379
+ tokenizerName: LexicalTokenizerName;
380
+ /**
381
+ * A list of token filters used to filter out or modify the tokens generated by a tokenizer. For
382
+ * example, you can specify a lowercase filter that converts all characters to lowercase. The
383
+ * filters are run in the order in which they are listed.
384
+ */
385
+ tokenFilters?: TokenFilterName[];
386
+ /**
387
+ * A list of character filters used to prepare input text before it is processed by the
388
+ * tokenizer. For instance, they can replace certain characters or symbols. The filters are run
389
+ * in the order in which they are listed.
390
+ */
391
+ charFilters?: CharFilterName[];
392
+ }
393
+ /**
394
+ * Contains the possible cases for Analyzer.
395
+ */
396
+ export type LexicalAnalyzer = CustomAnalyzer | PatternAnalyzer | LuceneStandardAnalyzer | StopAnalyzer;
397
+ /**
398
+ * A skill that can call a Web API endpoint, allowing you to extend a skillset by having it call
399
+ * your custom code.
400
+ */
401
+ export interface WebApiSkill extends BaseSearchIndexerSkill {
402
+ /**
403
+ * Polymorphic discriminator, which specifies the different types this object can be
404
+ */
405
+ odatatype: "#Microsoft.Skills.Custom.WebApiSkill";
406
+ /**
407
+ * The url for the Web API.
408
+ */
409
+ uri: string;
410
+ /**
411
+ * The headers required to make the http request.
412
+ */
413
+ httpHeaders?: {
414
+ [propertyName: string]: string;
415
+ };
416
+ /**
417
+ * The method for the http request.
418
+ */
419
+ httpMethod?: string;
420
+ /**
421
+ * The desired timeout for the request. Default is 30 seconds.
422
+ */
423
+ timeout?: string;
424
+ /**
425
+ * The desired batch size which indicates number of documents.
426
+ */
427
+ batchSize?: number;
428
+ /**
429
+ * If set, the number of parallel calls that can be made to the Web API.
430
+ */
431
+ degreeOfParallelism?: number;
432
+ /**
433
+ * Applies to custom skills that connect to external code in an Azure function or some other
434
+ * application that provides the transformations. This value should be the application ID
435
+ * created for the function or app when it was registered with Azure Active Directory. When
436
+ * specified, the custom skill connects to the function or app using a managed ID (either system
437
+ * or user-assigned) of the search service and the access token of the function or app, using
438
+ * this value as the resource id for creating the scope of the access token.
439
+ */
440
+ authResourceId?: string;
441
+ /**
442
+ * The user-assigned managed identity used for outbound connections. If an authResourceId is
443
+ * provided and it's not specified, the system-assigned managed identity is used. On updates to
444
+ * the indexer, if the identity is unspecified, the value remains unchanged. If undefined, the
445
+ * value of this property is cleared.
446
+ */
447
+ authIdentity?: SearchIndexerDataIdentity;
448
+ }
449
+ /** Allows you to generate a vector embedding for a given image or text input using the Azure AI Services Vision Vectorize API. */
450
+ export interface VisionVectorizeSkill extends BaseSearchIndexerSkill {
451
+ /** Polymorphic discriminator, which specifies the different types this object can be */
452
+ odatatype: "#Microsoft.Skills.Vision.VectorizeSkill";
453
+ /** The version of the model to use when calling the AI Services Vision service. It will default to the latest available when not specified. */
454
+ modelVersion?: string;
455
+ }
456
+ /**
457
+ * Contains the possible cases for Skill.
458
+ */
459
+ export type SearchIndexerSkill = AzureMachineLearningSkill | AzureOpenAIEmbeddingSkill | ConditionalSkill | CustomEntityLookupSkill | DocumentExtractionSkill | DocumentIntelligenceLayoutSkill | EntityLinkingSkill | EntityRecognitionSkill | EntityRecognitionSkillV3 | ImageAnalysisSkill | KeyPhraseExtractionSkill | LanguageDetectionSkill | MergeSkill | OcrSkill | PIIDetectionSkill | SentimentSkill | SentimentSkillV3 | ShaperSkill | SplitSkill | TextTranslationSkill | VisionVectorizeSkill | WebApiSkill;
460
+ /** A skill that extracts content and layout information (as markdown), via Azure AI Services, from files within the enrichment pipeline. */
461
+ export interface DocumentIntelligenceLayoutSkill extends BaseSearchIndexerSkill {
462
+ /** Polymorphic discriminator, which specifies the different types this object can be */
463
+ odatatype: "#Microsoft.Skills.Util.DocumentIntelligenceLayoutSkill";
464
+ /** Controls the cardinality of the output produced by the skill. Default is 'oneToMany'. */
465
+ outputMode?: DocumentIntelligenceLayoutSkillOutputMode;
466
+ /** The depth of headers in the markdown output. Default is h6. */
467
+ markdownHeaderDepth?: DocumentIntelligenceLayoutSkillMarkdownHeaderDepth;
468
+ }
469
+ /**
470
+ * Contains the possible cases for CognitiveServicesAccount.
471
+ */
472
+ export type CognitiveServicesAccount = DefaultCognitiveServicesAccount | CognitiveServicesAccountKey | AIServicesAccountKey | AIServicesAccountIdentity;
473
+ /** The multi-region account of an Azure AI service resource that's attached to a skillset. */
474
+ export interface AIServicesAccountIdentity extends BaseCognitiveServicesAccount {
475
+ /** Polymorphic discriminator, which specifies the different types this object can be */
476
+ odatatype: "#Microsoft.Azure.Search.AIServicesByIdentity";
477
+ /** The user-assigned managed identity used for connections to AI Service. If not specified, the system-assigned managed identity is used. On updates to the skillset, if the identity is unspecified, the value remains unchanged. If set to "none", the value of this property is cleared. */
478
+ identity?: SearchIndexerDataIdentity;
479
+ /** The subdomain url for the corresponding AI Service. */
480
+ subdomainUrl: string;
481
+ }
482
+ /**
483
+ * Tokenizer that uses regex pattern matching to construct distinct tokens. This tokenizer is
484
+ * implemented using Apache Lucene.
485
+ */
486
+ export interface PatternTokenizer {
487
+ /**
488
+ * Polymorphic Discriminator
489
+ */
490
+ odatatype: "#Microsoft.Azure.Search.PatternTokenizer";
491
+ /**
492
+ * The name of the tokenizer. It must only contain letters, digits, spaces, dashes or
493
+ * underscores, can only start and end with alphanumeric characters, and is limited to 128
494
+ * characters.
495
+ */
496
+ name: string;
497
+ /**
498
+ * A regular expression pattern to match token separators. Default is an expression that matches
499
+ * one or more whitespace characters. Default value: `\W+`.
500
+ */
501
+ pattern?: string;
502
+ /**
503
+ * Regular expression flags. Possible values include: 'CANON_EQ', 'CASE_INSENSITIVE', 'COMMENTS',
504
+ * 'DOTALL', 'LITERAL', 'MULTILINE', 'UNICODE_CASE', 'UNIX_LINES'
505
+ */
506
+ flags?: RegexFlags[];
507
+ /**
508
+ * The zero-based ordinal of the matching group in the regular expression pattern to extract into
509
+ * tokens. Use -1 if you want to use the entire pattern to split the input into tokens,
510
+ * irrespective of matching groups. Default is -1. Default value: -1.
511
+ */
512
+ group?: number;
513
+ }
514
+ /**
515
+ * Breaks text following the Unicode Text Segmentation rules. This tokenizer is implemented using
516
+ * Apache Lucene.
517
+ */
518
+ export interface LuceneStandardTokenizer {
519
+ /**
520
+ * Polymorphic Discriminator
521
+ */
522
+ odatatype: "#Microsoft.Azure.Search.StandardTokenizerV2" | "#Microsoft.Azure.Search.StandardTokenizer";
523
+ /**
524
+ * The name of the tokenizer. It must only contain letters, digits, spaces, dashes or
525
+ * underscores, can only start and end with alphanumeric characters, and is limited to 128
526
+ * characters.
527
+ */
528
+ name: string;
529
+ /**
530
+ * The maximum token length. Default is 255. Tokens longer than the maximum length are split. The
531
+ * maximum token length that can be used is 300 characters. Default value: 255.
532
+ */
533
+ maxTokenLength?: number;
534
+ }
535
+ /**
536
+ * Generates n-grams of the given size(s) starting from the front or the back of an input token.
537
+ * This token filter is implemented using Apache Lucene.
538
+ */
539
+ export interface EdgeNGramTokenFilter {
540
+ /**
541
+ * Polymorphic Discriminator
542
+ */
543
+ odatatype: "#Microsoft.Azure.Search.EdgeNGramTokenFilterV2" | "#Microsoft.Azure.Search.EdgeNGramTokenFilter";
544
+ /**
545
+ * The name of the token filter. It must only contain letters, digits, spaces, dashes or
546
+ * underscores, can only start and end with alphanumeric characters, and is limited to 128
547
+ * characters.
548
+ */
549
+ name: string;
550
+ /**
551
+ * The minimum n-gram length. Default is 1. Maximum is 300. Must be less than the value of
552
+ * maxGram. Default value: 1.
553
+ */
554
+ minGram?: number;
555
+ /**
556
+ * The maximum n-gram length. Default is 2. Maximum is 300. Default value: 2.
557
+ */
558
+ maxGram?: number;
559
+ /**
560
+ * Specifies which side of the input the n-gram should be generated from. Default is "front".
561
+ * Possible values include: 'Front', 'Back'
562
+ */
563
+ side?: EdgeNGramTokenFilterSide;
564
+ }
565
+ /**
566
+ * Emits the entire input as a single token. This tokenizer is implemented using Apache Lucene.
567
+ */
568
+ export interface KeywordTokenizer {
569
+ /**
570
+ * Polymorphic Discriminator
571
+ */
572
+ odatatype: "#Microsoft.Azure.Search.KeywordTokenizerV2" | "#Microsoft.Azure.Search.KeywordTokenizer";
573
+ /**
574
+ * The name of the tokenizer. It must only contain letters, digits, spaces, dashes or
575
+ * underscores, can only start and end with alphanumeric characters, and is limited to 128
576
+ * characters.
577
+ */
578
+ name: string;
579
+ /**
580
+ * The maximum token length. Default is 256. Tokens longer than the maximum length are split. The
581
+ * maximum token length that can be used is 300 characters. Default value: 256.
582
+ */
583
+ maxTokenLength?: number;
584
+ }
585
+ /**
586
+ * Contains the possible cases for Tokenizer.
587
+ */
588
+ export type LexicalTokenizer = ClassicTokenizer | EdgeNGramTokenizer | KeywordTokenizer | MicrosoftLanguageTokenizer | MicrosoftLanguageStemmingTokenizer | NGramTokenizer | PathHierarchyTokenizer | PatternTokenizer | LuceneStandardTokenizer | UaxUrlEmailTokenizer;
589
+ /**
590
+ * Definition of additional projections to azure blob, table, or files, of enriched data.
591
+ */
592
+ export interface SearchIndexerKnowledgeStore {
593
+ /**
594
+ * The connection string to the storage account projections will be stored in.
595
+ */
596
+ storageConnectionString: string;
597
+ /**
598
+ * A list of additional projections to perform during indexing.
599
+ */
600
+ projections: SearchIndexerKnowledgeStoreProjection[];
601
+ /**
602
+ * The user-assigned managed identity used for connections to Azure Storage when writing
603
+ * knowledge store projections. If the connection string indicates an identity (ResourceId) and
604
+ * it's not specified, the system-assigned managed identity is used. On updates to the indexer,
605
+ * if the identity is unspecified, the value remains unchanged. If set to "none", the value of
606
+ * this property is cleared.
607
+ */
608
+ identity?: SearchIndexerDataIdentity;
609
+ }
610
+ /**
611
+ * Contains the possible cases for Similarity.
612
+ */
613
+ export type SimilarityAlgorithm = ClassicSimilarity | BM25Similarity;
614
+ /**
615
+ * Generates n-grams of the given size(s). This token filter is implemented using Apache Lucene.
616
+ */
617
+ export interface NGramTokenFilter {
618
+ /**
619
+ * Polymorphic Discriminator
620
+ */
621
+ odatatype: "#Microsoft.Azure.Search.NGramTokenFilterV2" | "#Microsoft.Azure.Search.NGramTokenFilter";
622
+ /**
623
+ * The name of the token filter. It must only contain letters, digits, spaces, dashes or
624
+ * underscores, can only start and end with alphanumeric characters, and is limited to 128
625
+ * characters.
626
+ */
627
+ name: string;
628
+ /**
629
+ * The minimum n-gram length. Default is 1. Maximum is 300. Must be less than the value of
630
+ * maxGram. Default value: 1.
631
+ */
632
+ minGram?: number;
633
+ /**
634
+ * The maximum n-gram length. Default is 2. Maximum is 300. Default value: 2.
635
+ */
636
+ maxGram?: number;
637
+ }
638
+ /**
639
+ * Contains the possible cases for TokenFilter.
640
+ */
641
+ export type TokenFilter = AsciiFoldingTokenFilter | CjkBigramTokenFilter | CommonGramTokenFilter | DictionaryDecompounderTokenFilter | EdgeNGramTokenFilter | ElisionTokenFilter | KeepTokenFilter | KeywordMarkerTokenFilter | LengthTokenFilter | LimitTokenFilter | NGramTokenFilter | PatternCaptureTokenFilter | PatternReplaceTokenFilter | PhoneticTokenFilter | ShingleTokenFilter | SnowballTokenFilter | StemmerTokenFilter | StemmerOverrideTokenFilter | StopwordsTokenFilter | SynonymTokenFilter | TruncateTokenFilter | UniqueTokenFilter | WordDelimiterTokenFilter;
642
+ /**
643
+ * Contains the possible cases for CharFilter.
644
+ */
645
+ export type CharFilter = MappingCharFilter | PatternReplaceCharFilter;
646
+ /**
647
+ * Contains the possible cases for LexicalNormalizer.
648
+ */
649
+ export type LexicalNormalizer = CustomNormalizer;
650
+ /**
651
+ * Contains the possible cases for ScoringFunction.
652
+ */
653
+ export type ScoringFunction = DistanceScoringFunction | FreshnessScoringFunction | MagnitudeScoringFunction | TagScoringFunction;
654
+ /**
655
+ * Defines values for ComplexDataType.
656
+ * Possible values include: 'Edm.ComplexType', 'Collection(Edm.ComplexType)'
657
+ * @readonly
658
+ */
659
+ export type ComplexDataType = "Edm.ComplexType" | "Collection(Edm.ComplexType)";
660
+ /**
661
+ * Represents a field in an index definition, which describes the name, data type, and search
662
+ * behavior of a field.
663
+ */
664
+ export type SearchField = SimpleField | ComplexField;
665
+ /**
666
+ * Represents a field in an index definition, which describes the name, data type, and search
667
+ * behavior of a field.
668
+ */
669
+ export interface SimpleField {
670
+ /**
671
+ * The name of the field, which must be unique within the fields collection of the index or
672
+ * parent field.
673
+ */
674
+ name: string;
675
+ /**
676
+ * The data type of the field.
677
+ */
678
+ type: SearchFieldDataType;
679
+ /**
680
+ * A value indicating whether the field uniquely identifies documents in the index. Exactly one
681
+ * top-level field in each index must be chosen as the key field and it must be of type
682
+ * Edm.String. Key fields can be used to look up documents directly and update or delete specific
683
+ * documents. Default is false.
684
+ */
685
+ key?: boolean;
686
+ /**
687
+ * A value indicating whether the field can be returned in a search result. You can disable this
688
+ * option if you want to use a field (for example, margin) as a filter, sorting, or scoring
689
+ * mechanism but do not want the field to be visible to the end user. This property must be false
690
+ * for key fields. This property can be changed on existing fields. Enabling this property does
691
+ * not cause any increase in index storage requirements. Default is true for vector fields, false
692
+ * otherwise.
693
+ */
694
+ hidden?: boolean;
695
+ /**
696
+ * An immutable value indicating whether the field will be persisted separately on disk to be
697
+ * returned in a search result. You can disable this option if you don't plan to return the field
698
+ * contents in a search response to save on storage overhead. This can only be set during index
699
+ * creation and only for vector fields. This property cannot be changed for existing fields or set
700
+ * as false for new fields. If this property is set to `false`, the property `hidden` must be set to
701
+ * `true`. This property must be true or unset for key fields, for new fields, and for non-vector
702
+ * fields, and it must be null for complex fields. Disabling this property will reduce index
703
+ * storage requirements. The default is true for vector fields.
704
+ */
705
+ stored?: boolean;
706
+ /**
707
+ * A value indicating whether the field is full-text searchable. This means it will undergo
708
+ * analysis such as word-breaking during indexing. If you set a searchable field to a value like
709
+ * "sunny day", internally it will be split into the individual tokens "sunny" and "day". This
710
+ * enables full-text searches for these terms. Fields of type Edm.String or Collection(Edm.String)
711
+ * are searchable by default. This property must be false for simple
712
+ * fields of other non-string data types.
713
+ * Note: searchable fields consume extra space in your index to accommodate additional tokenized versions of the field value for full-text
714
+ * searches. If you want to save space in your index and you don't need a field to be included in
715
+ * searches, set searchable to false. Default is false.
716
+ */
717
+ searchable?: boolean;
718
+ /**
719
+ * A value indicating whether to enable the field to be referenced in $filter queries. `filterable`
720
+ * differs from `searchable` in how strings are handled. Fields of type Edm.String or
721
+ * Collection(Edm.String) that are filterable do not undergo word-breaking, so comparisons are
722
+ * for exact matches only. For example, if you set such a field f to "sunny day", $filter=f eq
723
+ * 'sunny' will find no matches, but $filter=f eq 'sunny day' will.
724
+ * Default is false.
725
+ */
726
+ filterable?: boolean;
727
+ /**
728
+ * A value indicating whether to enable the field to be referenced in $orderby expressions. By
729
+ * default, the service sorts results by score, but in many experiences users will want
730
+ * to sort by fields in the documents. A simple field can be sortable only if it is single-valued
731
+ * (it has a single value in the scope of the parent document). Simple collection fields cannot
732
+ * be sortable, since they are multi-valued. Simple sub-fields of complex collections are also
733
+ * multi-valued, and therefore cannot be sortable. This is true whether it's an immediate parent
734
+ * field, or an ancestor field, that's the complex collection. The default is false.
735
+ */
736
+ sortable?: boolean;
737
+ /**
738
+ * A value indicating whether to enable the field to be referenced in facet queries. Typically
739
+ * used in a presentation of search results that includes hit count by category (for example,
740
+ * search for digital cameras and see hits by brand, by megapixels, by price, and so on).
741
+ * Fields of type Edm.GeographyPoint or Collection(Edm.GeographyPoint) cannot be facetable.
742
+ * Default is false for all other simple fields.
743
+ */
744
+ facetable?: boolean;
745
+ /**
746
+ * The name of the analyzer to use for the field. This option can be used only with
747
+ * searchable fields and it can't be set together with either searchAnalyzer or indexAnalyzer.
748
+ * Once the analyzer is chosen, it cannot be changed for the field.
749
+ */
750
+ analyzerName?: LexicalAnalyzerName;
751
+ /**
752
+ * The name of the analyzer used at search time for the field. This option can be used only with
753
+ * searchable fields. It must be set together with `indexAnalyzerName` and it cannot be set together
754
+ * with the `analyzerName` option. This property cannot be set to the name of a language
755
+ * analyzer; use the `analyzerName` property instead if you need a language analyzer. This
756
+ * analyzer can be updated on an existing field.
757
+ */
758
+ searchAnalyzerName?: LexicalAnalyzerName;
759
+ /**
760
+ * The name of the analyzer used at indexing time for the field. This option can be used only
761
+ * with searchable fields. It must be set together with searchAnalyzer and it cannot be set
762
+ * together with the `analyzerName` option. Once the analyzer is chosen, it cannot be changed for the
763
+ * field. KnownAnalyzerNames is an enum containing known values.
764
+ */
765
+ indexAnalyzerName?: LexicalAnalyzerName;
766
+ /**
767
+ * A list of the names of synonym maps to associate with this field. This option can be used only
768
+ * with searchable fields. Currently only one synonym map per field is supported. Assigning a
769
+ * synonym map to a field ensures that query terms targeting that field are expanded at
770
+ * query-time using the rules in the synonym map. This attribute can be changed on existing
771
+ * fields.
772
+ */
773
+ synonymMapNames?: string[];
774
+ /**
775
+ * The name of the normalizer used at indexing time for the field.
776
+ */
777
+ normalizerName?: LexicalNormalizerName;
778
+ /**
779
+ * The dimensionality of the vector field.
780
+ */
781
+ vectorSearchDimensions?: number;
782
+ /**
783
+ * The name of the vector search profile that specifies the algorithm and vectorizer to use when
784
+ * searching the vector field.
785
+ */
786
+ vectorSearchProfileName?: string;
787
+ /**
788
+ * The encoding format to interpret the field contents.
789
+ */
790
+ vectorEncodingFormat?: VectorEncodingFormat;
791
+ }
792
+ export declare function isComplexField(field: SearchField): field is ComplexField;
793
+ /**
794
+ * Represents a field in an index definition, which describes the name, data type, and search
795
+ * behavior of a field.
796
+ */
797
+ export interface ComplexField {
798
+ /**
799
+ * The name of the field, which must be unique within the fields collection of the index or
800
+ * parent field.
801
+ */
802
+ name: string;
803
+ /**
804
+ * The data type of the field.
805
+ * Possible values include: 'Edm.ComplexType','Collection(Edm.ComplexType)'
806
+ */
807
+ type: ComplexDataType;
808
+ /**
809
+ * A list of sub-fields.
810
+ */
811
+ fields?: SearchField[];
812
+ }
813
+ /**
814
+ * Represents a synonym map definition.
815
+ */
816
+ export interface SynonymMap {
817
+ /**
818
+ * The name of the synonym map.
819
+ */
820
+ name: string;
821
+ /**
822
+ * An array of synonym rules in the specified synonym map format.
823
+ */
824
+ synonyms: string[];
825
+ /**
826
+ * A description of an encryption key that you create in Azure Key Vault. This key is used to
827
+ * provide an additional level of encryption-at-rest for your data when you want full assurance
828
+ * that no one, not even Microsoft, can decrypt your data in Azure Cognitive Search. Once you
829
+ * have encrypted your data, it will always remain encrypted. Azure Cognitive Search will ignore
830
+ * attempts to set this property to null. You can change this property as needed if you want to
831
+ * rotate your encryption key; Your data will be unaffected. Encryption with customer-managed
832
+ * keys is not available for free search services, and is only available for paid services
833
+ * created on or after January 1, 2019.
834
+ */
835
+ encryptionKey?: SearchResourceEncryptionKey;
836
+ /**
837
+ * The ETag of the synonym map.
838
+ */
839
+ etag?: string;
840
+ }
841
+ /**
842
+ * An iterator for listing the indexes that exist in the Search service. Will make requests
843
+ * as needed during iteration. Use .byPage() to make one request to the server
844
+ * per iteration.
845
+ */
846
+ export type IndexIterator = PagedAsyncIterableIterator<SearchIndex, SearchIndex[], {}>;
847
+ /**
848
+ * An iterator for listing the aliases that exist in the Search service. This will make requests
849
+ * as needed during iteration. Use .byPage() to make one request to the server
850
+ * per iteration.
851
+ */
852
+ export type AliasIterator = PagedAsyncIterableIterator<SearchIndexAlias, SearchIndexAlias[], {}>;
853
+ /**
854
+ * An iterator for listing the indexes that exist in the Search service. Will make requests
855
+ * as needed during iteration. Use .byPage() to make one request to the server
856
+ * per iteration.
857
+ */
858
+ export type IndexNameIterator = PagedAsyncIterableIterator<string, string[], {}>;
859
+ /**
860
+ * Represents a search index definition, which describes the fields and search behavior of an
861
+ * index.
862
+ */
863
+ export interface SearchIndex {
864
+ /**
865
+ * The name of the index.
866
+ */
867
+ name: string;
868
+ /**
869
+ * The fields of the index.
870
+ */
871
+ fields: SearchField[];
872
+ /**
873
+ * The scoring profiles for the index.
874
+ */
875
+ scoringProfiles?: ScoringProfile[];
876
+ /**
877
+ * The name of the scoring profile to use if none is specified in the query. If this property is
878
+ * not set and no scoring profile is specified in the query, then default scoring (tf-idf) will
879
+ * be used.
880
+ */
881
+ defaultScoringProfile?: string;
882
+ /**
883
+ * Options to control Cross-Origin Resource Sharing (CORS) for the index.
884
+ */
885
+ corsOptions?: CorsOptions;
886
+ /**
887
+ * The suggesters for the index.
888
+ */
889
+ suggesters?: SearchSuggester[];
890
+ /**
891
+ * The analyzers for the index.
892
+ */
893
+ analyzers?: LexicalAnalyzer[];
894
+ /**
895
+ * The tokenizers for the index.
896
+ */
897
+ tokenizers?: LexicalTokenizer[];
898
+ /**
899
+ * The token filters for the index.
900
+ */
901
+ tokenFilters?: TokenFilter[];
902
+ /**
903
+ * The character filters for the index.
904
+ */
905
+ charFilters?: CharFilter[];
906
+ /**
907
+ * The normalizers for the index.
908
+ */
909
+ normalizers?: LexicalNormalizer[];
910
+ /**
911
+ * A description of an encryption key that you create in Azure Key Vault. This key is used to
912
+ * provide an additional level of encryption-at-rest for your data when you want full assurance
913
+ * that no one, not even Microsoft, can decrypt your data in Azure Cognitive Search. Once you
914
+ * have encrypted your data, it will always remain encrypted. Azure Cognitive Search will ignore
915
+ * attempts to set this property to null. You can change this property as needed if you want to
916
+ * rotate your encryption key; Your data will be unaffected. Encryption with customer-managed
917
+ * keys is not available for free search services, and is only available for paid services
918
+ * created on or after January 1, 2019.
919
+ */
920
+ encryptionKey?: SearchResourceEncryptionKey;
921
+ /**
922
+ * The type of similarity algorithm to be used when scoring and ranking the documents matching a
923
+ * search query. The similarity algorithm can only be defined at index creation time and cannot
924
+ * be modified on existing indexes. If null, the ClassicSimilarity algorithm is used.
925
+ */
926
+ similarity?: SimilarityAlgorithm;
927
+ /**
928
+ * Defines parameters for a search index that influence semantic capabilities.
929
+ */
930
+ semanticSearch?: SemanticSearch;
931
+ /**
932
+ * Contains configuration options related to vector search.
933
+ */
934
+ vectorSearch?: VectorSearch;
935
+ /**
936
+ * The ETag of the index.
937
+ */
938
+ etag?: string;
939
+ }
940
+ export interface SearchIndexerCache {
941
+ /**
942
+ * The connection string to the storage account where the cache data will be persisted.
943
+ */
944
+ storageConnectionString?: string;
945
+ /**
946
+ * Specifies whether incremental reprocessing is enabled.
947
+ */
948
+ enableReprocessing?: boolean;
949
+ /** The user-assigned managed identity used for connections to the enrichment cache. If the
950
+ * connection string indicates an identity (ResourceId) and it's not specified, the
951
+ * system-assigned managed identity is used. On updates to the indexer, if the identity is
952
+ * unspecified, the value remains unchanged. If set to "none", the value of this property is
953
+ * cleared.
954
+ */
955
+ identity?: SearchIndexerDataIdentity;
956
+ }
957
+ /**
958
+ * Represents an indexer.
959
+ */
960
+ export interface SearchIndexer {
961
+ /**
962
+ * The name of the indexer.
963
+ */
964
+ name: string;
965
+ /**
966
+ * The description of the indexer.
967
+ */
968
+ description?: string;
969
+ /**
970
+ * The name of the datasource from which this indexer reads data.
971
+ */
972
+ dataSourceName: string;
973
+ /**
974
+ * The name of the skillset executing with this indexer.
975
+ */
976
+ skillsetName?: string;
977
+ /**
978
+ * The name of the index to which this indexer writes data.
979
+ */
980
+ targetIndexName: string;
981
+ /**
982
+ * The schedule for this indexer.
983
+ */
984
+ schedule?: IndexingSchedule;
985
+ /**
986
+ * Parameters for indexer execution.
987
+ */
988
+ parameters?: IndexingParameters;
989
+ /**
990
+ * Defines mappings between fields in the data source and corresponding target fields in the
991
+ * index.
992
+ */
993
+ fieldMappings?: FieldMapping[];
994
+ /**
995
+ * Output field mappings are applied after enrichment and immediately before indexing.
996
+ */
997
+ outputFieldMappings?: FieldMapping[];
998
+ /**
999
+ * A value indicating whether the indexer is disabled. Default is false. Default value: false.
1000
+ */
1001
+ isDisabled?: boolean;
1002
+ /**
1003
+ * The ETag of the indexer.
1004
+ */
1005
+ etag?: string;
1006
+ /**
1007
+ * A description of an encryption key that you create in Azure Key Vault. This key is used to
1008
+ * provide an additional level of encryption-at-rest for your indexer definition (as well as
1009
+ * indexer execution status) when you want full assurance that no one, not even Microsoft, can
1010
+ * decrypt them in Azure Cognitive Search. Once you have encrypted your indexer definition, it
1011
+ * will always remain encrypted. Azure Cognitive Search will ignore attempts to set this property
1012
+ * to null. You can change this property as needed if you want to rotate your encryption key;
1013
+ * Your indexer definition (and indexer execution status) will be unaffected. Encryption with
1014
+ * customer-managed keys is not available for free search services, and is only available for
1015
+ * paid services created on or after January 1, 2019.
1016
+ */
1017
+ encryptionKey?: SearchResourceEncryptionKey;
1018
+ /**
1019
+ * Adds caching to an enrichment pipeline to allow for incremental modification steps without
1020
+ * having to rebuild the index every time.
1021
+ */
1022
+ cache?: SearchIndexerCache;
1023
+ }
1024
+ /**
1025
+ * A customer-managed encryption key in Azure Key Vault. Keys that you create and manage can be
1026
+ * used to encrypt or decrypt data-at-rest in Azure Cognitive Search, such as indexes and synonym
1027
+ * maps.
1028
+ */
1029
+ export interface SearchResourceEncryptionKey {
1030
+ /**
1031
+ * The name of your Azure Key Vault key to be used to encrypt your data at rest.
1032
+ */
1033
+ keyName: string;
1034
+ /**
1035
+ * The version of your Azure Key Vault key to be used to encrypt your data at rest.
1036
+ */
1037
+ keyVersion: string;
1038
+ /**
1039
+ * The URI of your Azure Key Vault, also referred to as DNS name, that contains the key to be
1040
+ * used to encrypt your data at rest. An example URI might be
1041
+ * https://my-keyvault-name.vault.azure.net.
1042
+ */
1043
+ vaultUrl: string;
1044
+ /**
1045
+ * An AAD Application ID that was granted the required access permissions to the Azure Key Vault
1046
+ * that is to be used when encrypting your data at rest. The Application ID should not be
1047
+ * confused with the Object ID for your AAD Application.
1048
+ */
1049
+ applicationId?: string;
1050
+ /**
1051
+ * The authentication key of the specified AAD application.
1052
+ */
1053
+ applicationSecret?: string;
1054
+ /**
1055
+ * An explicit managed identity to use for this encryption key. If not specified and the access
1056
+ * credentials property is null, the system-assigned managed identity is used. On update to the
1057
+ * resource, if the explicit identity is unspecified, it remains unchanged. If "none" is specified,
1058
+ * the value of this property is cleared.
1059
+ */
1060
+ identity?: SearchIndexerDataIdentity;
1061
+ }
1062
+ /**
1063
+ * A list of skills.
1064
+ */
1065
+ export interface SearchIndexerSkillset {
1066
+ /**
1067
+ * The name of the skillset.
1068
+ */
1069
+ name: string;
1070
+ /**
1071
+ * The description of the skillset.
1072
+ */
1073
+ description?: string;
1074
+ /**
1075
+ * A list of skills in the skillset.
1076
+ */
1077
+ skills: SearchIndexerSkill[];
1078
+ /**
1079
+ * Details about cognitive services to be used when running skills.
1080
+ */
1081
+ cognitiveServicesAccount?: CognitiveServicesAccount;
1082
+ /**
1083
+ * Definition of additional projections to azure blob, table, or files, of enriched data.
1084
+ */
1085
+ knowledgeStore?: SearchIndexerKnowledgeStore;
1086
+ /**
1087
+ * Definition of additional projections to secondary search index(es).
1088
+ */
1089
+ indexProjection?: SearchIndexerIndexProjection;
1090
+ /**
1091
+ * The ETag of the skillset.
1092
+ */
1093
+ etag?: string;
1094
+ /**
1095
+ * A description of an encryption key that you create in Azure Key Vault. This key is used to
1096
+ * provide an additional level of encryption-at-rest for your skillset definition when you want
1097
+ * full assurance that no one, not even Microsoft, can decrypt your skillset definition in Azure
1098
+ * Cognitive Search. Once you have encrypted your skillset definition, it will always remain
1099
+ * encrypted. Azure Cognitive Search will ignore attempts to set this property to null. You can
1100
+ * change this property as needed if you want to rotate your encryption key; Your skillset
1101
+ * definition will be unaffected. Encryption with customer-managed keys is not available for free
1102
+ * search services, and is only available for paid services created on or after January 1, 2019.
1103
+ */
1104
+ encryptionKey?: SearchResourceEncryptionKey;
1105
+ }
1106
+ /**
1107
+ * Defines parameters for a search index that influence scoring in search queries.
1108
+ */
1109
+ export interface ScoringProfile {
1110
+ /**
1111
+ * The name of the scoring profile.
1112
+ */
1113
+ name: string;
1114
+ /**
1115
+ * Parameters that boost scoring based on text matches in certain index fields.
1116
+ */
1117
+ textWeights?: TextWeights;
1118
+ /**
1119
+ * The collection of functions that influence the scoring of documents.
1120
+ */
1121
+ functions?: ScoringFunction[];
1122
+ /**
1123
+ * A value indicating how the results of individual scoring functions should be combined.
1124
+ * Defaults to "Sum". Ignored if there are no scoring functions. Possible values include: 'sum',
1125
+ * 'average', 'minimum', 'maximum', 'firstMatching'
1126
+ */
1127
+ functionAggregation?: ScoringFunctionAggregation;
1128
+ }
1129
+ /**
1130
+ * Defines values for TokenizerName.
1131
+ * @readonly
1132
+ */
1133
+ export declare enum KnownTokenizerNames {
1134
+ /**
1135
+ * Grammar-based tokenizer that is suitable for processing most European-language documents. See
1136
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/standard/ClassicTokenizer.html
1137
+ */
1138
+ Classic = "classic",
1139
+ /**
1140
+ * Tokenizes the input from an edge into n-grams of the given size(s). See
1141
+ * https://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/ngram/EdgeNGramTokenizer.html
1142
+ */
1143
+ EdgeNGram = "edgeNGram",
1144
+ /**
1145
+ * Emits the entire input as a single token. See
1146
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/KeywordTokenizer.html
1147
+ */
1148
+ Keyword = "keyword_v2",
1149
+ /**
1150
+ * Divides text at non-letters. See
1151
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/LetterTokenizer.html
1152
+ */
1153
+ Letter = "letter",
1154
+ /**
1155
+ * Divides text at non-letters and converts them to lower case. See
1156
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/LowerCaseTokenizer.html
1157
+ */
1158
+ Lowercase = "lowercase",
1159
+ /**
1160
+ * Divides text using language-specific rules.
1161
+ */
1162
+ MicrosoftLanguageTokenizer = "microsoft_language_tokenizer",
1163
+ /**
1164
+ * Divides text using language-specific rules and reduces words to their base forms.
1165
+ */
1166
+ MicrosoftLanguageStemmingTokenizer = "microsoft_language_stemming_tokenizer",
1167
+ /**
1168
+ * Tokenizes the input into n-grams of the given size(s). See
1169
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/ngram/NGramTokenizer.html
1170
+ */
1171
+ NGram = "nGram",
1172
+ /**
1173
+ * Tokenizer for path-like hierarchies. See
1174
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/path/PathHierarchyTokenizer.html
1175
+ */
1176
+ PathHierarchy = "path_hierarchy_v2",
1177
+ /**
1178
+ * Tokenizer that uses regex pattern matching to construct distinct tokens. See
1179
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/pattern/PatternTokenizer.html
1180
+ */
1181
+ Pattern = "pattern",
1182
+ /**
1183
+ * Standard Lucene analyzer; Composed of the standard tokenizer, lowercase filter and stop
1184
+ * filter. See
1185
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/standard/StandardTokenizer.html
1186
+ */
1187
+ Standard = "standard_v2",
1188
+ /**
1189
+ * Tokenizes urls and emails as one token. See
1190
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/standard/UAX29URLEmailTokenizer.html
1191
+ */
1192
+ UaxUrlEmail = "uax_url_email",
1193
+ /**
1194
+ * Divides text at whitespace. See
1195
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/WhitespaceTokenizer.html
1196
+ */
1197
+ Whitespace = "whitespace"
1198
+ }
1199
+ /**
1200
+ * Defines values for TokenFilterName.
1201
+ * @readonly
1202
+ */
1203
+ export declare enum KnownTokenFilterNames {
1204
+ /**
1205
+ * A token filter that applies the Arabic normalizer to normalize the orthography. See
1206
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/ar/ArabicNormalizationFilter.html
1207
+ */
1208
+ ArabicNormalization = "arabic_normalization",
1209
+ /**
1210
+ * Strips all characters after an apostrophe (including the apostrophe itself). See
1211
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/tr/ApostropheFilter.html
1212
+ */
1213
+ Apostrophe = "apostrophe",
1214
+ /**
1215
+ * Converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127
1216
+ * ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if such
1217
+ * equivalents exist. See
1218
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/ASCIIFoldingFilter.html
1219
+ */
1220
+ AsciiFolding = "asciifolding",
1221
+ /**
1222
+ * Forms bigrams of CJK terms that are generated from StandardTokenizer. See
1223
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/cjk/CJKBigramFilter.html
1224
+ */
1225
+ CjkBigram = "cjk_bigram",
1226
+ /**
1227
+ * Normalizes CJK width differences. Folds fullwidth ASCII variants into the equivalent basic
1228
+ * Latin, and half-width Katakana variants into the equivalent Kana. See
1229
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/cjk/CJKWidthFilter.html
1230
+ */
1231
+ CjkWidth = "cjk_width",
1232
+ /**
1233
+ * Removes English possessives, and dots from acronyms. See
1234
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/standard/ClassicFilter.html
1235
+ */
1236
+ Classic = "classic",
1237
+ /**
1238
+ * Construct bigrams for frequently occurring terms while indexing. Single terms are still
1239
+ * indexed too, with bigrams overlaid. See
1240
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/commongrams/CommonGramsFilter.html
1241
+ */
1242
+ CommonGram = "common_grams",
1243
+ /**
1244
+ * Generates n-grams of the given size(s) starting from the front or the back of an input token.
1245
+ * See
1246
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilter.html
1247
+ */
1248
+ EdgeNGram = "edgeNGram_v2",
1249
+ /**
1250
+ * Removes elisions. For example, "l'avion" (the plane) will be converted to "avion" (plane). See
1251
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/util/ElisionFilter.html
1252
+ */
1253
+ Elision = "elision",
1254
+ /**
1255
+ * Normalizes German characters according to the heuristics of the German2 snowball algorithm.
1256
+ * See
1257
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/de/GermanNormalizationFilter.html
1258
+ */
1259
+ GermanNormalization = "german_normalization",
1260
+ /**
1261
+ * Normalizes text in Hindi to remove some differences in spelling variations. See
1262
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/hi/HindiNormalizationFilter.html
1263
+ */
1264
+ HindiNormalization = "hindi_normalization",
1265
+ /**
1266
+ * Normalizes the Unicode representation of text in Indian languages. See
1267
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/in/IndicNormalizationFilter.html
1268
+ */
1269
+ IndicNormalization = "indic_normalization",
1270
+ /**
1271
+ * Emits each incoming token twice, once as keyword and once as non-keyword. See
1272
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/KeywordRepeatFilter.html
1273
+ */
1274
+ KeywordRepeat = "keyword_repeat",
1275
+ /**
1276
+ * A high-performance kstem filter for English. See
1277
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/en/KStemFilter.html
1278
+ */
1279
+ KStem = "kstem",
1280
+ /**
1281
+ * Removes words that are too long or too short. See
1282
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/LengthFilter.html
1283
+ */
1284
+ Length = "length",
1285
+ /**
1286
+ * Limits the number of tokens while indexing. See
1287
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/LimitTokenCountFilter.html
1288
+ */
1289
+ Limit = "limit",
1290
+ /**
1291
+ * Normalizes token text to lower case. See
1292
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/LowerCaseFilter.htm
1293
+ */
1294
+ Lowercase = "lowercase",
1295
+ /**
1296
+ * Generates n-grams of the given size(s). See
1297
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/ngram/NGramTokenFilter.html
1298
+ */
1299
+ NGram = "nGram_v2",
1300
+ /**
1301
+ * Applies normalization for Persian. See
1302
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/fa/PersianNormalizationFilter.html
1303
+ */
1304
+ PersianNormalization = "persian_normalization",
1305
+ /**
1306
+ * Create tokens for phonetic matches. See
1307
+ * https://lucene.apache.org/core/4_10_3/analyzers-phonetic/org/apache/lucene/analysis/phonetic/package-tree.html
1308
+ */
1309
+ Phonetic = "phonetic",
1310
+ /**
1311
+ * Uses the Porter stemming algorithm to transform the token stream. See
1312
+ * http://tartarus.org/~martin/PorterStemmer
1313
+ */
1314
+ PorterStem = "porter_stem",
1315
+ /**
1316
+ * Reverses the token string. See
1317
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/reverse/ReverseStringFilter.html
1318
+ */
1319
+ Reverse = "reverse",
1320
+ /**
1321
+ * Normalizes use of the interchangeable Scandinavian characters. See
1322
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/ScandinavianNormalizationFilter.html
1323
+ */
1324
+ ScandinavianNormalization = "scandinavian_normalization",
1325
+ /**
1326
+ * Folds Scandinavian characters åÅäæÄÆ-&gt;a and öÖøØ-&gt;o. It also discriminates against use
1327
+ * of double vowels aa, ae, ao, oe and oo, leaving just the first one. See
1328
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/ScandinavianFoldingFilter.html
1329
+ */
1330
+ ScandinavianFoldingNormalization = "scandinavian_folding",
1331
+ /**
1332
+ * Creates combinations of tokens as a single token. See
1333
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/shingle/ShingleFilter.html
1334
+ */
1335
+ Shingle = "shingle",
1336
+ /**
1337
+ * A filter that stems words using a Snowball-generated stemmer. See
1338
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/snowball/SnowballFilter.html
1339
+ */
1340
+ Snowball = "snowball",
1341
+ /**
1342
+ * Normalizes the Unicode representation of Sorani text. See
1343
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/ckb/SoraniNormalizationFilter.html
1344
+ */
1345
+ SoraniNormalization = "sorani_normalization",
1346
+ /**
1347
+ * Language specific stemming filter. See
1348
+ * https://docs.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search#TokenFilters
1349
+ */
1350
+ Stemmer = "stemmer",
1351
+ /**
1352
+ * Removes stop words from a token stream. See
1353
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/StopFilter.html
1354
+ */
1355
+ Stopwords = "stopwords",
1356
+ /**
1357
+ * Trims leading and trailing whitespace from tokens. See
1358
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/TrimFilter.html
1359
+ */
1360
+ Trim = "trim",
1361
+ /**
1362
+ * Truncates the terms to a specific length. See
1363
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/TruncateTokenFilter.html
1364
+ */
1365
+ Truncate = "truncate",
1366
+ /**
1367
+ * Filters out tokens with same text as the previous token. See
1368
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/RemoveDuplicatesTokenFilter.html
1369
+ */
1370
+ Unique = "unique",
1371
+ /**
1372
+ * Normalizes token text to upper case. See
1373
+ * http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/UpperCaseFilter.html
1374
+ */
1375
+ Uppercase = "uppercase",
1376
+ /**
1377
+ * Splits words into subwords and performs optional transformations on subword groups.
1378
+ */
1379
+ WordDelimiter = "word_delimiter"
1380
+ }
1381
+ /**
1382
+ * Defines values for CharFilterName.
1383
+ * @readonly
1384
+ */
1385
+ export declare enum KnownCharFilterNames {
1386
+ /**
1387
+ * A character filter that attempts to strip out HTML constructs. See
1388
+ * https://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/charfilter/HTMLStripCharFilter.html
1389
+ */
1390
+ HtmlStrip = "html_strip"
1391
+ }
1392
+ /**
1393
+ * Defines values for AnalyzerName.
1394
+ * See https://docs.microsoft.com/rest/api/searchservice/Language-support
1395
+ * @readonly
1396
+ */
1397
+ export declare enum KnownAnalyzerNames {
1398
+ /**
1399
+ * Arabic
1400
+ */
1401
+ ArMicrosoft = "ar.microsoft",
1402
+ /**
1403
+ * Arabic
1404
+ */
1405
+ ArLucene = "ar.lucene",
1406
+ /**
1407
+ * Armenian
1408
+ */
1409
+ HyLucene = "hy.lucene",
1410
+ /**
1411
+ * Bangla
1412
+ */
1413
+ BnMicrosoft = "bn.microsoft",
1414
+ /**
1415
+ * Basque
1416
+ */
1417
+ EuLucene = "eu.lucene",
1418
+ /**
1419
+ * Bulgarian
1420
+ */
1421
+ BgMicrosoft = "bg.microsoft",
1422
+ /**
1423
+ * Bulgarian
1424
+ */
1425
+ BgLucene = "bg.lucene",
1426
+ /**
1427
+ * Catalan
1428
+ */
1429
+ CaMicrosoft = "ca.microsoft",
1430
+ /**
1431
+ * Catalan
1432
+ */
1433
+ CaLucene = "ca.lucene",
1434
+ /**
1435
+ * Chinese Simplified
1436
+ */
1437
+ ZhHansMicrosoft = "zh-Hans.microsoft",
1438
+ /**
1439
+ * Chinese Simplified
1440
+ */
1441
+ ZhHansLucene = "zh-Hans.lucene",
1442
+ /**
1443
+ * Chinese Traditional
1444
+ */
1445
+ ZhHantMicrosoft = "zh-Hant.microsoft",
1446
+ /**
1447
+ * Chinese Traditional
1448
+ */
1449
+ ZhHantLucene = "zh-Hant.lucene",
1450
+ /**
1451
+ * Croatian
1452
+ */
1453
+ HrMicrosoft = "hr.microsoft",
1454
+ /**
1455
+ * Czech
1456
+ */
1457
+ CsMicrosoft = "cs.microsoft",
1458
+ /**
1459
+ * Czech
1460
+ */
1461
+ CsLucene = "cs.lucene",
1462
+ /**
1463
+ * Danish
1464
+ */
1465
+ DaMicrosoft = "da.microsoft",
1466
+ /**
1467
+ * Danish
1468
+ */
1469
+ DaLucene = "da.lucene",
1470
+ /**
1471
+ * Dutch
1472
+ */
1473
+ NlMicrosoft = "nl.microsoft",
1474
+ /**
1475
+ * Dutch
1476
+ */
1477
+ NlLucene = "nl.lucene",
1478
+ /**
1479
+ * English
1480
+ */
1481
+ EnMicrosoft = "en.microsoft",
1482
+ /**
1483
+ * English
1484
+ */
1485
+ EnLucene = "en.lucene",
1486
+ /**
1487
+ * Estonian
1488
+ */
1489
+ EtMicrosoft = "et.microsoft",
1490
+ /**
1491
+ * Finnish
1492
+ */
1493
+ FiMicrosoft = "fi.microsoft",
1494
+ /**
1495
+ * Finnish
1496
+ */
1497
+ FiLucene = "fi.lucene",
1498
+ /**
1499
+ * French
1500
+ */
1501
+ FrMicrosoft = "fr.microsoft",
1502
+ /**
1503
+ * French
1504
+ */
1505
+ FrLucene = "fr.lucene",
1506
+ /**
1507
+ * Galician
1508
+ */
1509
+ GlLucene = "gl.lucene",
1510
+ /**
1511
+ * German
1512
+ */
1513
+ DeMicrosoft = "de.microsoft",
1514
+ /**
1515
+ * German
1516
+ */
1517
+ DeLucene = "de.lucene",
1518
+ /**
1519
+ * Greek
1520
+ */
1521
+ ElMicrosoft = "el.microsoft",
1522
+ /**
1523
+ * Greek
1524
+ */
1525
+ ElLucene = "el.lucene",
1526
+ /**
1527
+ * Gujarati
1528
+ */
1529
+ GuMicrosoft = "gu.microsoft",
1530
+ /**
1531
+ * Hebrew
1532
+ */
1533
+ HeMicrosoft = "he.microsoft",
1534
+ /**
1535
+ * Hindi
1536
+ */
1537
+ HiMicrosoft = "hi.microsoft",
1538
+ /**
1539
+ * Hindi
1540
+ */
1541
+ HiLucene = "hi.lucene",
1542
+ /**
1543
+ * Hungarian
1544
+ */
1545
+ HuMicrosoft = "hu.microsoft",
1546
+ /**
1547
+ * Hungarian
1548
+ */
1549
+ HuLucene = "hu.lucene",
1550
+ /**
1551
+ * Icelandic
1552
+ */
1553
+ IsMicrosoft = "is.microsoft",
1554
+ /**
1555
+ * Indonesian (Bahasa)
1556
+ */
1557
+ IdMicrosoft = "id.microsoft",
1558
+ /**
1559
+ * Indonesian (Bahasa)
1560
+ */
1561
+ IdLucene = "id.lucene",
1562
+ /**
1563
+ * Irish
1564
+ */
1565
+ GaLucene = "ga.lucene",
1566
+ /**
1567
+ * Italian
1568
+ */
1569
+ ItMicrosoft = "it.microsoft",
1570
+ /**
1571
+ * Italian
1572
+ */
1573
+ ItLucene = "it.lucene",
1574
+ /**
1575
+ * Japanese
1576
+ */
1577
+ JaMicrosoft = "ja.microsoft",
1578
+ /**
1579
+ * Japanese
1580
+ */
1581
+ JaLucene = "ja.lucene",
1582
+ /**
1583
+ * Kannada
1584
+ */
1585
+ KnMicrosoft = "kn.microsoft",
1586
+ /**
1587
+ * Korean
1588
+ */
1589
+ KoMicrosoft = "ko.microsoft",
1590
+ /**
1591
+ * Korean
1592
+ */
1593
+ KoLucene = "ko.lucene",
1594
+ /**
1595
+ * Latvian
1596
+ */
1597
+ LvMicrosoft = "lv.microsoft",
1598
+ /**
1599
+ * Latvian
1600
+ */
1601
+ LvLucene = "lv.lucene",
1602
+ /**
1603
+ * Lithuanian
1604
+ */
1605
+ LtMicrosoft = "lt.microsoft",
1606
+ /**
1607
+ * Malayalam
1608
+ */
1609
+ MlMicrosoft = "ml.microsoft",
1610
+ /**
1611
+ * Malay (Latin)
1612
+ */
1613
+ MsMicrosoft = "ms.microsoft",
1614
+ /**
1615
+ * Marathi
1616
+ */
1617
+ MrMicrosoft = "mr.microsoft",
1618
+ /**
1619
+ * Norwegian
1620
+ */
1621
+ NbMicrosoft = "nb.microsoft",
1622
+ /**
1623
+ * Norwegian
1624
+ */
1625
+ NoLucene = "no.lucene",
1626
+ /**
1627
+ * Persian
1628
+ */
1629
+ FaLucene = "fa.lucene",
1630
+ /**
1631
+ * Polish
1632
+ */
1633
+ PlMicrosoft = "pl.microsoft",
1634
+ /**
1635
+ * Polish
1636
+ */
1637
+ PlLucene = "pl.lucene",
1638
+ /**
1639
+ * Portuguese (Brazil)
1640
+ */
1641
+ PtBRMicrosoft = "pt-BR.microsoft",
1642
+ /**
1643
+ * Portuguese (Brazil)
1644
+ */
1645
+ PtBRLucene = "pt-BR.lucene",
1646
+ /**
1647
+ * Portuguese (Portugal)
1648
+ */
1649
+ PtPTMicrosoft = "pt-PT.microsoft",
1650
+ /**
1651
+ * Portuguese (Portugal)
1652
+ */
1653
+ PtPTLucene = "pt-PT.lucene",
1654
+ /**
1655
+ * Punjabi
1656
+ */ PaMicrosoft = "pa.microsoft",
1657
+ /**
1658
+ * Romanian
1659
+ */
1660
+ RoMicrosoft = "ro.microsoft",
1661
+ /**
1662
+ * Romanian
1663
+ */
1664
+ RoLucene = "ro.lucene",
1665
+ /**
1666
+ * Russian
1667
+ */
1668
+ RuMicrosoft = "ru.microsoft",
1669
+ /**
1670
+ * Russian
1671
+ */
1672
+ RuLucene = "ru.lucene",
1673
+ /**
1674
+ * Serbian (Cyrillic)
1675
+ */
1676
+ SrCyrillicMicrosoft = "sr-cyrillic.microsoft",
1677
+ /**
1678
+ * Serbian (Latin)
1679
+ */
1680
+ SrLatinMicrosoft = "sr-latin.microsoft",
1681
+ /**
1682
+ * Slovak
1683
+ */
1684
+ SkMicrosoft = "sk.microsoft",
1685
+ /**
1686
+ * Slovenian
1687
+ */
1688
+ SlMicrosoft = "sl.microsoft",
1689
+ /**
1690
+ * Spanish
1691
+ */
1692
+ EsMicrosoft = "es.microsoft",
1693
+ /**
1694
+ * Spanish
1695
+ */
1696
+ EsLucene = "es.lucene",
1697
+ /**
1698
+ * Swedish
1699
+ */
1700
+ SvMicrosoft = "sv.microsoft",
1701
+ /**
1702
+ * Swedish
1703
+ */
1704
+ SvLucene = "sv.lucene",
1705
+ /**
1706
+ * Tamil
1707
+ */
1708
+ TaMicrosoft = "ta.microsoft",
1709
+ /**
1710
+ * Telugu
1711
+ */
1712
+ TeMicrosoft = "te.microsoft",
1713
+ /**
1714
+ * Thai
1715
+ */
1716
+ ThMicrosoft = "th.microsoft",
1717
+ /**
1718
+ * Thai
1719
+ */
1720
+ ThLucene = "th.lucene",
1721
+ /**
1722
+ * Turkish
1723
+ */
1724
+ TrMicrosoft = "tr.microsoft",
1725
+ /**
1726
+ * Turkish
1727
+ */
1728
+ TrLucene = "tr.lucene",
1729
+ /**
1730
+ * Ukrainian
1731
+ */
1732
+ UkMicrosoft = "uk.microsoft",
1733
+ /**
1734
+ * Urdu
1735
+ */
1736
+ UrMicrosoft = "ur.microsoft",
1737
+ /**
1738
+ * Vietnamese
1739
+ */
1740
+ ViMicrosoft = "vi.microsoft",
1741
+ /**
1742
+ * See: https://lucene.apache.org/core/6_6_1/core/org/apache/lucene/analysis/standard/StandardAnalyzer.html
1743
+ */
1744
+ StandardLucene = "standard.lucene",
1745
+ /**
1746
+ * See https://lucene.apache.org/core/6_6_1/analyzers-common/org/apache/lucene/analysis/miscellaneous/ASCIIFoldingFilter.html
1747
+ */
1748
+ StandardAsciiFoldingLucene = "standardasciifolding.lucene",
1749
+ /**
1750
+ * Treats the entire content of a field as a single token. This is useful for data like zip codes, ids, and some product names.
1751
+ */
1752
+ Keyword = "keyword",
1753
+ /**
1754
+ * Flexibly separates text into terms via a regular expression pattern.
1755
+ */
1756
+ Pattern = "pattern",
1757
+ /**
1758
+ * Divides text at non-letters and converts them to lower case.
1759
+ */
1760
+ Simple = "simple",
1761
+ /**
1762
+ * Divides text at non-letters; Applies the lowercase and stopword token filters.
1763
+ */
1764
+ Stop = "stop",
1765
+ /**
1766
+ * An analyzer that uses the whitespace tokenizer.
1767
+ */
1768
+ Whitespace = "whitespace"
1769
+ }
1770
+ /**
1771
+ * Contains the possible cases for DataChangeDetectionPolicy.
1772
+ */
1773
+ export type DataChangeDetectionPolicy = HighWaterMarkChangeDetectionPolicy | SqlIntegratedChangeTrackingPolicy;
1774
+ /**
1775
+ * Contains the possible cases for SearchIndexerDataIdentity.
1776
+ */
1777
+ export type SearchIndexerDataIdentity = SearchIndexerDataNoneIdentity | SearchIndexerDataUserAssignedIdentity;
1778
+ /**
1779
+ * Contains the possible cases for DataDeletionDetectionPolicy.
1780
+ */
1781
+ export type DataDeletionDetectionPolicy = SoftDeleteColumnDeletionDetectionPolicy | NativeBlobSoftDeleteDeletionDetectionPolicy;
1782
+ /**
1783
+ * Represents a datasource definition, which can be used to configure an indexer.
1784
+ */
1785
+ export interface SearchIndexerDataSourceConnection {
1786
+ /**
1787
+ * The name of the datasource.
1788
+ */
1789
+ name: string;
1790
+ /**
1791
+ * The description of the datasource.
1792
+ */
1793
+ description?: string;
1794
+ /**
1795
+ * The type of the datasource. Possible values include: 'AzureSql', 'CosmosDb', 'AzureBlob',
1796
+ * 'AzureTable', 'MySql', 'AdlsGen2'
1797
+ */
1798
+ type: SearchIndexerDataSourceType;
1799
+ /**
1800
+ * The connection string for the datasource.
1801
+ */
1802
+ connectionString?: string;
1803
+ /**
1804
+ * The data container for the datasource.
1805
+ */
1806
+ container: SearchIndexerDataContainer;
1807
+ /**
1808
+ * An explicit managed identity to use for this datasource. If not specified and the connection
1809
+ * string is a managed identity, the system-assigned managed identity is used. If not specified,
1810
+ * the value remains unchanged. If "none" is specified, the value of this property is cleared.
1811
+ */
1812
+ identity?: SearchIndexerDataIdentity;
1813
+ /**
1814
+ * The data change detection policy for the datasource.
1815
+ */
1816
+ dataChangeDetectionPolicy?: DataChangeDetectionPolicy;
1817
+ /**
1818
+ * The data deletion detection policy for the datasource.
1819
+ */
1820
+ dataDeletionDetectionPolicy?: DataDeletionDetectionPolicy;
1821
+ /**
1822
+ * The ETag of the DataSource.
1823
+ */
1824
+ etag?: string;
1825
+ /**
1826
+ * A description of an encryption key that you create in Azure Key Vault. This key is used to
1827
+ * provide an additional level of encryption-at-rest for your datasource definition when you want
1828
+ * full assurance that no one, not even Microsoft, can decrypt your data source definition in
1829
+ * Azure Cognitive Search. Once you have encrypted your data source definition, it will always
1830
+ * remain encrypted. Azure Cognitive Search will ignore attempts to set this property to null.
1831
+ * You can change this property as needed if you want to rotate your encryption key; Your
1832
+ * datasource definition will be unaffected. Encryption with customer-managed keys is not
1833
+ * available for free search services, and is only available for paid services created on or
1834
+ * after January 1, 2019.
1835
+ */
1836
+ encryptionKey?: SearchResourceEncryptionKey;
1837
+ }
1838
+ /** Contains configuration options related to vector search. */
1839
+ export interface VectorSearch {
1840
+ /** Defines combinations of configurations to use with vector search. */
1841
+ profiles?: VectorSearchProfile[];
1842
+ /** Contains configuration options specific to the algorithm used during indexing and/or querying. */
1843
+ algorithms?: VectorSearchAlgorithmConfiguration[];
1844
+ /** Contains configuration options on how to vectorize text vector queries. */
1845
+ vectorizers?: VectorSearchVectorizer[];
1846
+ /**
1847
+ * Contains configuration options specific to the compression method used during indexing or
1848
+ * querying.
1849
+ */
1850
+ compressions?: VectorSearchCompression[];
1851
+ }
1852
+ /** Contains configuration options specific to the algorithm used during indexing and/or querying. */
1853
+ export type VectorSearchAlgorithmConfiguration = HnswAlgorithmConfiguration | ExhaustiveKnnAlgorithmConfiguration;
1854
+ /** Contains configuration options specific to the algorithm used during indexing and/or querying. */
1855
+ export interface BaseVectorSearchAlgorithmConfiguration {
1856
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1857
+ kind: VectorSearchAlgorithmKind;
1858
+ /** The name to associate with this particular configuration. */
1859
+ name: string;
1860
+ }
1861
+ /**
1862
+ * Contains configuration options specific to the hnsw approximate nearest neighbors algorithm
1863
+ * used during indexing time.
1864
+ */
1865
+ export type HnswAlgorithmConfiguration = BaseVectorSearchAlgorithmConfiguration & {
1866
+ /**
1867
+ * Polymorphic discriminator, which specifies the different types this object can be
1868
+ */
1869
+ kind: "hnsw";
1870
+ /**
1871
+ * Contains the parameters specific to hnsw algorithm.
1872
+ *
1873
+ */
1874
+ parameters?: HnswParameters;
1875
+ };
1876
+ /**
1877
+ * Contains the parameters specific to hnsw algorithm.
1878
+ */
1879
+ export interface HnswParameters {
1880
+ /**
1881
+ * The number of bi-directional links created for every new element during construction.
1882
+ * Increasing this parameter value may improve recall and reduce retrieval times for datasets
1883
+ * with high intrinsic dimensionality at the expense of increased memory consumption and longer
1884
+ * indexing time.
1885
+ */
1886
+ m?: number;
1887
+ /**
1888
+ * The size of the dynamic list containing the nearest neighbors, which is used during index
1889
+ * time. Increasing this parameter may improve index quality, at the expense of increased
1890
+ * indexing time. At a certain point, increasing this parameter leads to diminishing returns.
1891
+ */
1892
+ efConstruction?: number;
1893
+ /**
1894
+ * The size of the dynamic list containing the nearest neighbors, which is used during search
1895
+ * time. Increasing this parameter may improve search results, at the expense of slower search.
1896
+ * Increasing this parameter leads to diminishing returns.
1897
+ */
1898
+ efSearch?: number;
1899
+ /**
1900
+ * The similarity metric to use for vector comparisons.
1901
+ */
1902
+ metric?: VectorSearchAlgorithmMetric;
1903
+ }
1904
+ /** Contains configuration options specific to the exhaustive KNN algorithm used during querying, which will perform brute-force search across the entire vector index. */
1905
+ export type ExhaustiveKnnAlgorithmConfiguration = BaseVectorSearchAlgorithmConfiguration & {
1906
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1907
+ kind: "exhaustiveKnn";
1908
+ /** Contains the parameters specific to exhaustive KNN algorithm. */
1909
+ parameters?: ExhaustiveKnnParameters;
1910
+ };
1911
+ /** Contains the parameters specific to exhaustive KNN algorithm. */
1912
+ export interface ExhaustiveKnnParameters {
1913
+ /** The similarity metric to use for vector comparisons. */
1914
+ metric?: VectorSearchAlgorithmMetric;
1915
+ }
1916
+ /** A dictionary of index projection-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type. */
1917
+ export interface SearchIndexerIndexProjectionParameters {
1918
+ /** Describes unknown properties.*/
1919
+ [property: string]: unknown;
1920
+ /** Defines behavior of the index projections in relation to the rest of the indexer. */
1921
+ projectionMode?: IndexProjectionMode;
1922
+ }
1923
+ /** Definition of additional projections to secondary search indexes. */
1924
+ export interface SearchIndexerIndexProjection {
1925
+ /** A list of projections to be performed to secondary search indexes. */
1926
+ selectors: SearchIndexerIndexProjectionSelector[];
1927
+ /** A dictionary of index projection-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type. */
1928
+ parameters?: SearchIndexerIndexProjectionParameters;
1929
+ }
1930
+ /** Contains specific details for a vectorization method to be used during query time. */
1931
+ export interface BaseVectorSearchVectorizer {
1932
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1933
+ kind: VectorSearchVectorizerKind;
1934
+ /** The name to associate with this particular vectorization method. */
1935
+ vectorizerName: string;
1936
+ }
1937
+ /** Contains the parameters specific to using an Azure Open AI service for vectorization at query time. */
1938
+ export interface AzureOpenAIVectorizer extends BaseVectorSearchVectorizer {
1939
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1940
+ kind: "azureOpenAI";
1941
+ /** Contains the parameters specific to Azure Open AI embedding vectorization. */
1942
+ parameters?: AzureOpenAIParameters;
1943
+ }
1944
+ /** Specifies a user-defined vectorizer for generating the vector embedding of a query string. Integration of an external vectorizer is achieved using the custom Web API interface of a skillset. */
1945
+ export interface WebApiVectorizer extends BaseVectorSearchVectorizer {
1946
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1947
+ kind: "customWebApi";
1948
+ /** Specifies the properties of the user-defined vectorizer. */
1949
+ parameters?: WebApiParameters;
1950
+ }
1951
+ /** Specifies the properties for connecting to a user-defined vectorizer. */
1952
+ export interface WebApiParameters {
1953
+ /** The URI of the Web API providing the vectorizer. */
1954
+ uri?: string;
1955
+ /** The headers required to make the HTTP request. */
1956
+ httpHeaders?: {
1957
+ [propertyName: string]: string;
1958
+ };
1959
+ /** The method for the HTTP request. */
1960
+ httpMethod?: string;
1961
+ /** The desired timeout for the request. Default is 30 seconds. */
1962
+ timeout?: string;
1963
+ /** Applies to custom endpoints that connect to external code in an Azure function or some other application that provides the transformations. This value should be the application ID created for the function or app when it was registered with Azure Active Directory. When specified, the vectorization connects to the function or app using a managed ID (either system or user-assigned) of the search service and the access token of the function or app, using this value as the resource id for creating the scope of the access token. */
1964
+ authResourceId?: string;
1965
+ /** The user-assigned managed identity used for outbound connections. If an authResourceId is provided and it's not specified, the system-assigned managed identity is used. On updates to the indexer, if the identity is unspecified, the value remains unchanged. If set to "none", the value of this property is cleared. */
1966
+ authIdentity?: SearchIndexerDataIdentity;
1967
+ }
1968
+ /** Contains configuration options on how to vectorize text vector queries. */
1969
+ export type VectorSearchVectorizer = AIServicesVisionVectorizer | AzureMachineLearningVectorizer | AzureOpenAIVectorizer | WebApiVectorizer;
1970
+ /** Specifies the AI Services Vision parameters for vectorizing a query image or text. */
1971
+ export interface AIServicesVisionVectorizer extends BaseVectorSearchVectorizer {
1972
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1973
+ kind: "aiServicesVision";
1974
+ /** Contains the parameters specific to AI Services Vision embedding vectorization. */
1975
+ parameters?: AIServicesVisionParameters;
1976
+ }
1977
+ /** Specifies the AI Services Vision parameters for vectorizing a query image or text. */
1978
+ export interface AIServicesVisionParameters {
1979
+ /** The version of the model to use when calling the AI Services Vision service. It will default to the latest available when not specified. */
1980
+ modelVersion?: string;
1981
+ /** The resource URI of the AI Services resource. */
1982
+ resourceUri: string;
1983
+ /** API key of the designated AI Services resource. */
1984
+ apiKey?: string;
1985
+ /** The user-assigned managed identity used for outbound connections. If an authResourceId is provided and it's not specified, the system-assigned managed identity is used. On updates to the index, if the identity is unspecified, the value remains unchanged. If set to "none", the value of this property is cleared. */
1986
+ authIdentity?: SearchIndexerDataIdentity;
1987
+ }
1988
+ /** Specifies an Azure Machine Learning endpoint deployed via the Azure AI Studio Model Catalog for generating the vector embedding of a query string. */
1989
+ export interface AzureMachineLearningVectorizer extends BaseVectorSearchVectorizer {
1990
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1991
+ kind: "aml";
1992
+ /** Specifies the properties of the AML vectorizer. */
1993
+ amlParameters?: AzureMachineLearningVectorizerParameters;
1994
+ }
1995
+ /** Specifies the properties for connecting to an AML vectorizer. */
1996
+ export type AzureMachineLearningVectorizerParameters = NoAuthAzureMachineLearningVectorizerParameters | KeyAuthAzureMachineLearningVectorizerParameters | TokenAuthAzureMachineLearningVectorizerParameters;
1997
+ /** Specifies the properties common between all AML vectorizer auth types. */
1998
+ export interface BaseAzureMachineLearningVectorizerParameters {
1999
+ /** When specified, indicates the timeout for the http client making the API call. */
2000
+ timeout?: string;
2001
+ /** The name of the embedding model from the Azure AI Studio Catalog that is deployed at the provided endpoint. */
2002
+ modelName?: AIStudioModelCatalogName;
2003
+ }
2004
+ /**
2005
+ * Specifies the properties for connecting to an AML vectorizer with no authentication.
2006
+ */
2007
+ export interface NoAuthAzureMachineLearningVectorizerParameters extends BaseAzureMachineLearningVectorizerParameters {
2008
+ /** Indicates how the service should attempt to identify itself to the AML instance */
2009
+ authKind: "none";
2010
+ /** The scoring URI of the AML service to which the JSON payload will be sent. Only the https URI scheme is allowed. */
2011
+ scoringUri: string;
2012
+ }
2013
+ /**
2014
+ * Specifies the properties for connecting to an AML vectorizer with an authentication key.
2015
+ */
2016
+ export interface KeyAuthAzureMachineLearningVectorizerParameters extends BaseAzureMachineLearningVectorizerParameters {
2017
+ /** Indicates how the service should attempt to identify itself to the AML instance */
2018
+ authKind: "key";
2019
+ /** The scoring URI of the AML service to which the JSON payload will be sent. Only the https URI scheme is allowed. */
2020
+ scoringUri: string;
2021
+ /** The key for the AML service. */
2022
+ authenticationKey: string;
2023
+ }
2024
+ /**
2025
+ * Specifies the properties for connecting to an AML vectorizer with a managed identity.
2026
+ */
2027
+ export interface TokenAuthAzureMachineLearningVectorizerParameters extends BaseAzureMachineLearningVectorizerParameters {
2028
+ /** Indicates how the service should attempt to identify itself to the AML instance */
2029
+ authKind: "token";
2030
+ /** The Azure Resource Manager resource ID of the AML service. It should be in the format subscriptions/\{guid\}/resourceGroups/\{resource-group-name\}/Microsoft.MachineLearningServices/workspaces/\{workspace-name\}/services/\{service_name\}. */
2031
+ resourceId: string;
2032
+ /** The region the AML service is deployed in. */
2033
+ region?: string;
2034
+ }
2035
+ /** Specifies the parameters for connecting to the Azure OpenAI resource. */
2036
+ export interface AzureOpenAIParameters {
2037
+ /** The resource URI of the Azure OpenAI resource. */
2038
+ resourceUrl?: string;
2039
+ /** ID of the Azure OpenAI model deployment on the designated resource. */
2040
+ deploymentId?: string;
2041
+ /** API key of the designated Azure OpenAI resource. */
2042
+ apiKey?: string;
2043
+ /** The user-assigned managed identity used for outbound connections. */
2044
+ authIdentity?: SearchIndexerDataIdentity;
2045
+ /** The name of the embedding model that is deployed at the provided deploymentId path. */
2046
+ modelName?: AzureOpenAIModelName;
2047
+ }
2048
+ /** Allows you to generate a vector embedding for a given text input using the Azure OpenAI resource. */
2049
+ export interface AzureOpenAIEmbeddingSkill extends BaseSearchIndexerSkill, AzureOpenAIParameters {
2050
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2051
+ odatatype: "#Microsoft.Skills.Text.AzureOpenAIEmbeddingSkill";
2052
+ /** The number of dimensions the resulting output embeddings should have. Only supported in text-embedding-3 and later models. */
2053
+ dimensions?: number;
2054
+ }
2055
+ /** A dictionary of knowledge store-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type. */
2056
+ export interface SearchIndexerKnowledgeStoreParameters {
2057
+ /** Describes unknown properties. The value of an unknown property can be of "any" type. */
2058
+ [property: string]: unknown;
2059
+ /** Whether or not projections should synthesize a generated key name if one isn't already present. */
2060
+ synthesizeGeneratedKeyName?: boolean;
2061
+ }
2062
+ /** A dictionary of indexer-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type. */
2063
+ export interface IndexingParametersConfiguration {
2064
+ /** Describes unknown properties. The value of an unknown property can be of "any" type. */
2065
+ [property: string]: any;
2066
+ /** Represents the parsing mode for indexing from an Azure blob data source. */
2067
+ parsingMode?: BlobIndexerParsingMode;
2068
+ /** Comma-delimited list of filename extensions to ignore when processing from Azure blob storage. For example, you could exclude ".png, .mp4" to skip over those files during indexing. */
2069
+ excludedFileNameExtensions?: string;
2070
+ /** Comma-delimited list of filename extensions to select when processing from Azure blob storage. For example, you could focus indexing on specific application files ".docx, .pptx, .msg" to specifically include those file types. */
2071
+ indexedFileNameExtensions?: string;
2072
+ /** For Azure blobs, set to false if you want to continue indexing when an unsupported content type is encountered, and you don't know all the content types (file extensions) in advance. */
2073
+ failOnUnsupportedContentType?: boolean;
2074
+ /** For Azure blobs, set to false if you want to continue indexing if a document fails indexing. */
2075
+ failOnUnprocessableDocument?: boolean;
2076
+ /** For Azure blobs, set this property to true to still index storage metadata for blob content that is too large to process. Oversized blobs are treated as errors by default. For limits on blob size, see https://learn.microsoft.com/azure/search/search-limits-quotas-capacity. */
2077
+ indexStorageMetadataOnlyForOversizedDocuments?: boolean;
2078
+ /** For CSV blobs, specifies a comma-delimited list of column headers, useful for mapping source fields to destination fields in an index. */
2079
+ delimitedTextHeaders?: string;
2080
+ /** For CSV blobs, specifies the end-of-line single-character delimiter for CSV files where each line starts a new document (for example, "|"). */
2081
+ delimitedTextDelimiter?: string;
2082
+ /** For CSV blobs, indicates that the first (non-blank) line of each blob contains headers. */
2083
+ firstLineContainsHeaders?: boolean;
2084
+ /** Specifies the submode that will determine whether a markdown file will be parsed into exactly one search document or multiple search documents. Default is `oneToMany`. */
2085
+ markdownParsingSubmode?: MarkdownParsingSubmode;
2086
+ /** Specifies the max header depth that will be considered while grouping markdown content. Default is `h6`. */
2087
+ markdownHeaderDepth?: MarkdownHeaderDepth;
2088
+ /** For JSON arrays, given a structured or semi-structured document, you can specify a path to the array using this property. */
2089
+ documentRoot?: string;
2090
+ /** Specifies the data to extract from Azure blob storage and tells the indexer which data to extract from image content when "imageAction" is set to a value other than "none". This applies to embedded image content in a .PDF or other application, or image files such as .jpg and .png, in Azure blobs. */
2091
+ dataToExtract?: BlobIndexerDataToExtract;
2092
+ /** Determines how to process embedded images and image files in Azure blob storage. Setting the "imageAction" configuration to any value other than "none" requires that a skillset also be attached to that indexer. */
2093
+ imageAction?: BlobIndexerImageAction;
2094
+ /** If true, will create a path //document//file_data that is an object representing the original file data downloaded from your blob data source. This allows you to pass the original file data to a custom skill for processing within the enrichment pipeline, or to the Document Extraction skill. */
2095
+ allowSkillsetToReadFileData?: boolean;
2096
+ /** Determines algorithm for text extraction from PDF files in Azure blob storage. */
2097
+ pdfTextRotationAlgorithm?: BlobIndexerPDFTextRotationAlgorithm;
2098
+ /** Specifies the environment in which the indexer should execute. */
2099
+ executionEnvironment?: IndexerExecutionEnvironment;
2100
+ /** Increases the timeout beyond the 5-minute default for Azure SQL database data sources, specified in the format "hh:mm:ss". */
2101
+ queryTimeout?: string;
2102
+ }
2103
+ /** Represents parameters for indexer execution. */
2104
+ export interface IndexingParameters {
2105
+ /** The number of items that are read from the data source and indexed as a single batch in order to improve performance. The default depends on the data source type. */
2106
+ batchSize?: number;
2107
+ /** The maximum number of items that can fail indexing for indexer execution to still be considered successful. -1 means no limit. Default is 0. */
2108
+ maxFailedItems?: number;
2109
+ /** The maximum number of items in a single batch that can fail indexing for the batch to still be considered successful. -1 means no limit. Default is 0. */
2110
+ maxFailedItemsPerBatch?: number;
2111
+ /** A dictionary of indexer-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type. */
2112
+ configuration?: IndexingParametersConfiguration;
2113
+ }
2114
+ /** A skill looks for text from a custom, user-defined list of words and phrases. */
2115
+ export interface CustomEntityLookupSkill extends BaseSearchIndexerSkill {
2116
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2117
+ odatatype: "#Microsoft.Skills.Text.CustomEntityLookupSkill";
2118
+ /** A value indicating which language code to use. Default is en. */
2119
+ defaultLanguageCode?: CustomEntityLookupSkillLanguage;
2120
+ /** Path to a JSON or CSV file containing all the target text to match against. This entity definition is read at the beginning of an indexer run. Any updates to this file during an indexer run will not take effect until subsequent runs. This config must be accessible over HTTPS. */
2121
+ entitiesDefinitionUri?: string;
2122
+ /** The inline CustomEntity definition. */
2123
+ inlineEntitiesDefinition?: CustomEntity[];
2124
+ /** A global flag for CaseSensitive. If CaseSensitive is not set in CustomEntity, this value will be the default value. */
2125
+ globalDefaultCaseSensitive?: boolean;
2126
+ /** A global flag for AccentSensitive. If AccentSensitive is not set in CustomEntity, this value will be the default value. */
2127
+ globalDefaultAccentSensitive?: boolean;
2128
+ /** A global flag for FuzzyEditDistance. If FuzzyEditDistance is not set in CustomEntity, this value will be the default value. */
2129
+ globalDefaultFuzzyEditDistance?: number;
2130
+ }
2131
+ /**
2132
+ * Text analytics entity recognition.
2133
+ *
2134
+ * @deprecated This skill has been deprecated.
2135
+ */
2136
+ export interface EntityRecognitionSkill extends BaseSearchIndexerSkill {
2137
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2138
+ odatatype: "#Microsoft.Skills.Text.EntityRecognitionSkill";
2139
+ /** A list of entity categories that should be extracted. */
2140
+ categories?: EntityCategory[];
2141
+ /** A value indicating which language code to use. Default is en. */
2142
+ defaultLanguageCode?: EntityRecognitionSkillLanguage;
2143
+ /** Determines whether or not to include entities which are well known but don't conform to a pre-defined type. If this configuration is not set (default), set to null or set to false, entities which don't conform to one of the pre-defined types will not be surfaced. */
2144
+ includeTypelessEntities?: boolean;
2145
+ /** A value between 0 and 1 that be used to only include entities whose confidence score is greater than the value specified. If not set (default), or if explicitly set to null, all entities will be included. */
2146
+ minimumPrecision?: number;
2147
+ }
2148
+ /** A skill that analyzes image files. It extracts a rich set of visual features based on the image content. */
2149
+ export interface ImageAnalysisSkill extends BaseSearchIndexerSkill {
2150
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2151
+ odatatype: "#Microsoft.Skills.Vision.ImageAnalysisSkill";
2152
+ /** A value indicating which language code to use. Default is en. */
2153
+ defaultLanguageCode?: ImageAnalysisSkillLanguage;
2154
+ /** A list of visual features. */
2155
+ visualFeatures?: VisualFeature[];
2156
+ /** A string indicating which domain-specific details to return. */
2157
+ details?: ImageDetail[];
2158
+ }
2159
+ /** A skill that uses text analytics for key phrase extraction. */
2160
+ export interface KeyPhraseExtractionSkill extends BaseSearchIndexerSkill {
2161
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2162
+ odatatype: "#Microsoft.Skills.Text.KeyPhraseExtractionSkill";
2163
+ /** A value indicating which language code to use. Default is en. */
2164
+ defaultLanguageCode?: KeyPhraseExtractionSkillLanguage;
2165
+ /** A number indicating how many key phrases to return. If absent, all identified key phrases will be returned. */
2166
+ maxKeyPhraseCount?: number;
2167
+ /** The version of the model to use when calling the Text Analytics service. It will default to the latest available when not specified. We recommend you do not specify this value unless absolutely necessary. */
2168
+ modelVersion?: string;
2169
+ }
2170
+ /** A skill that extracts text from image files. */
2171
+ export interface OcrSkill extends BaseSearchIndexerSkill {
2172
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2173
+ odatatype: "#Microsoft.Skills.Vision.OcrSkill";
2174
+ /** A value indicating which language code to use. Default is `en`. */
2175
+ defaultLanguageCode?: OcrSkillLanguage;
2176
+ /** A value indicating to turn orientation detection on or not. Default is false. */
2177
+ shouldDetectOrientation?: boolean;
2178
+ /** Defines the sequence of characters to use between the lines of text recognized by the OCR skill. The default value is "space". */
2179
+ lineEnding?: OcrLineEnding;
2180
+ }
2181
+ /** Using the Text Analytics API, extracts personal information from an input text and gives you the option of masking it. */
2182
+ export interface PIIDetectionSkill extends BaseSearchIndexerSkill {
2183
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2184
+ odatatype: "#Microsoft.Skills.Text.PIIDetectionSkill";
2185
+ /** A value indicating which language code to use. Default is en. */
2186
+ defaultLanguageCode?: string;
2187
+ /** A value between 0 and 1 that be used to only include entities whose confidence score is greater than the value specified. If not set (default), or if explicitly set to null, all entities will be included. */
2188
+ minimumPrecision?: number;
2189
+ /** A parameter that provides various ways to mask the personal information detected in the input text. Default is 'none'. */
2190
+ maskingMode?: PIIDetectionSkillMaskingMode;
2191
+ /** The character used to mask the text if the maskingMode parameter is set to replace. Default is '*'. */
2192
+ maskingCharacter?: string;
2193
+ /** The version of the model to use when calling the Text Analytics service. It will default to the latest available when not specified. We recommend you do not specify this value unless absolutely necessary. */
2194
+ modelVersion?: string;
2195
+ /** A list of PII entity categories that should be extracted and masked. */
2196
+ categories?: string[];
2197
+ /** If specified, will set the PII domain to include only a subset of the entity categories. Possible values include: 'phi', 'none'. Default is 'none'. */
2198
+ domain?: string;
2199
+ }
2200
+ /**
2201
+ * Text analytics positive-negative sentiment analysis, scored as a floating point value in a range of zero to 1.
2202
+ *
2203
+ * @deprecated This skill has been deprecated.
2204
+ */
2205
+ export interface SentimentSkill extends BaseSearchIndexerSkill {
2206
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2207
+ odatatype: "#Microsoft.Skills.Text.SentimentSkill";
2208
+ /** A value indicating which language code to use. Default is en. */
2209
+ defaultLanguageCode?: SentimentSkillLanguage;
2210
+ }
2211
+ /** A skill to split a string into chunks of text. */
2212
+ export interface SplitSkill extends BaseSearchIndexerSkill {
2213
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2214
+ odatatype: "#Microsoft.Skills.Text.SplitSkill";
2215
+ /** A value indicating which language code to use. Default is `en`. */
2216
+ defaultLanguageCode?: SplitSkillLanguage;
2217
+ /** A value indicating which split mode to perform. */
2218
+ textSplitMode?: TextSplitMode;
2219
+ /** The desired maximum page length. Default is 10000. */
2220
+ maxPageLength?: number;
2221
+ /** Only applicable when textSplitMode is set to 'pages'. If specified, n+1th chunk will start with this number of characters/tokens from the end of the nth chunk. */
2222
+ pageOverlapLength?: number;
2223
+ /** Only applicable when textSplitMode is set to 'pages'. If specified, the SplitSkill will discontinue splitting after processing the first 'maximumPagesToTake' pages, in order to improve performance when only a few initial pages are needed from each document. */
2224
+ maximumPagesToTake?: number;
2225
+ /** Only applies if textSplitMode is set to pages. There are two possible values. The choice of the values will decide the length (maximumPageLength and pageOverlapLength) measurement. The default is 'characters', which means the length will be measured by character. */
2226
+ unit?: SplitSkillUnit;
2227
+ /** Only applies if the unit is set to azureOpenAITokens. If specified, the splitSkill will use these parameters when performing the tokenization. The parameters are a valid 'encoderModelName' and an optional 'allowedSpecialTokens' property. */
2228
+ azureOpenAITokenizerParameters?: AzureOpenAITokenizerParameters;
2229
+ }
2230
+ /** A skill to translate text from one language to another. */
2231
+ export interface TextTranslationSkill extends BaseSearchIndexerSkill {
2232
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2233
+ odatatype: "#Microsoft.Skills.Text.TranslationSkill";
2234
+ /** The language code to translate documents into for documents that don't specify the to language explicitly. */
2235
+ defaultToLanguageCode: TextTranslationSkillLanguage;
2236
+ /** The language code to translate documents from for documents that don't specify the from language explicitly. */
2237
+ defaultFromLanguageCode?: TextTranslationSkillLanguage;
2238
+ /** The language code to translate documents from when neither the fromLanguageCode input nor the defaultFromLanguageCode parameter are provided, and the automatic language detection is unsuccessful. Default is en. */
2239
+ suggestedFrom?: TextTranslationSkillLanguage;
2240
+ }
2241
+ /** A skill that analyzes image files. It extracts a rich set of visual features based on the image content. */
2242
+ export interface ImageAnalysisSkill extends BaseSearchIndexerSkill {
2243
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2244
+ odatatype: "#Microsoft.Skills.Vision.ImageAnalysisSkill";
2245
+ /** A value indicating which language code to use. Default is en. */
2246
+ defaultLanguageCode?: ImageAnalysisSkillLanguage;
2247
+ /** A list of visual features. */
2248
+ visualFeatures?: VisualFeature[];
2249
+ /** A string indicating which domain-specific details to return. */
2250
+ details?: ImageDetail[];
2251
+ }
2252
+ /** Contains configuration options specific to the compression method used during indexing or querying. */
2253
+ export type VectorSearchCompression = BinaryQuantizationCompression | ScalarQuantizationCompression;
2254
+ /**
2255
+ * Defines values for LexicalAnalyzerName.
2256
+ * {@link KnownLexicalAnalyzerName} can be used interchangeably with LexicalAnalyzerName,
2257
+ * this enum contains the known values that the service supports.
2258
+ * ### Known values supported by the service
2259
+ * **ar.microsoft**: Microsoft analyzer for Arabic.
2260
+ * **ar.lucene**: Lucene analyzer for Arabic.
2261
+ * **hy.lucene**: Lucene analyzer for Armenian.
2262
+ * **bn.microsoft**: Microsoft analyzer for Bangla.
2263
+ * **eu.lucene**: Lucene analyzer for Basque.
2264
+ * **bg.microsoft**: Microsoft analyzer for Bulgarian.
2265
+ * **bg.lucene**: Lucene analyzer for Bulgarian.
2266
+ * **ca.microsoft**: Microsoft analyzer for Catalan.
2267
+ * **ca.lucene**: Lucene analyzer for Catalan.
2268
+ * **zh-Hans.microsoft**: Microsoft analyzer for Chinese (Simplified).
2269
+ * **zh-Hans.lucene**: Lucene analyzer for Chinese (Simplified).
2270
+ * **zh-Hant.microsoft**: Microsoft analyzer for Chinese (Traditional).
2271
+ * **zh-Hant.lucene**: Lucene analyzer for Chinese (Traditional).
2272
+ * **hr.microsoft**: Microsoft analyzer for Croatian.
2273
+ * **cs.microsoft**: Microsoft analyzer for Czech.
2274
+ * **cs.lucene**: Lucene analyzer for Czech.
2275
+ * **da.microsoft**: Microsoft analyzer for Danish.
2276
+ * **da.lucene**: Lucene analyzer for Danish.
2277
+ * **nl.microsoft**: Microsoft analyzer for Dutch.
2278
+ * **nl.lucene**: Lucene analyzer for Dutch.
2279
+ * **en.microsoft**: Microsoft analyzer for English.
2280
+ * **en.lucene**: Lucene analyzer for English.
2281
+ * **et.microsoft**: Microsoft analyzer for Estonian.
2282
+ * **fi.microsoft**: Microsoft analyzer for Finnish.
2283
+ * **fi.lucene**: Lucene analyzer for Finnish.
2284
+ * **fr.microsoft**: Microsoft analyzer for French.
2285
+ * **fr.lucene**: Lucene analyzer for French.
2286
+ * **gl.lucene**: Lucene analyzer for Galician.
2287
+ * **de.microsoft**: Microsoft analyzer for German.
2288
+ * **de.lucene**: Lucene analyzer for German.
2289
+ * **el.microsoft**: Microsoft analyzer for Greek.
2290
+ * **el.lucene**: Lucene analyzer for Greek.
2291
+ * **gu.microsoft**: Microsoft analyzer for Gujarati.
2292
+ * **he.microsoft**: Microsoft analyzer for Hebrew.
2293
+ * **hi.microsoft**: Microsoft analyzer for Hindi.
2294
+ * **hi.lucene**: Lucene analyzer for Hindi.
2295
+ * **hu.microsoft**: Microsoft analyzer for Hungarian.
2296
+ * **hu.lucene**: Lucene analyzer for Hungarian.
2297
+ * **is.microsoft**: Microsoft analyzer for Icelandic.
2298
+ * **id.microsoft**: Microsoft analyzer for Indonesian (Bahasa).
2299
+ * **id.lucene**: Lucene analyzer for Indonesian.
2300
+ * **ga.lucene**: Lucene analyzer for Irish.
2301
+ * **it.microsoft**: Microsoft analyzer for Italian.
2302
+ * **it.lucene**: Lucene analyzer for Italian.
2303
+ * **ja.microsoft**: Microsoft analyzer for Japanese.
2304
+ * **ja.lucene**: Lucene analyzer for Japanese.
2305
+ * **kn.microsoft**: Microsoft analyzer for Kannada.
2306
+ * **ko.microsoft**: Microsoft analyzer for Korean.
2307
+ * **ko.lucene**: Lucene analyzer for Korean.
2308
+ * **lv.microsoft**: Microsoft analyzer for Latvian.
2309
+ * **lv.lucene**: Lucene analyzer for Latvian.
2310
+ * **lt.microsoft**: Microsoft analyzer for Lithuanian.
2311
+ * **ml.microsoft**: Microsoft analyzer for Malayalam.
2312
+ * **ms.microsoft**: Microsoft analyzer for Malay (Latin).
2313
+ * **mr.microsoft**: Microsoft analyzer for Marathi.
2314
+ * **nb.microsoft**: Microsoft analyzer for Norwegian (Bokmål).
2315
+ * **no.lucene**: Lucene analyzer for Norwegian.
2316
+ * **fa.lucene**: Lucene analyzer for Persian.
2317
+ * **pl.microsoft**: Microsoft analyzer for Polish.
2318
+ * **pl.lucene**: Lucene analyzer for Polish.
2319
+ * **pt-BR.microsoft**: Microsoft analyzer for Portuguese (Brazil).
2320
+ * **pt-BR.lucene**: Lucene analyzer for Portuguese (Brazil).
2321
+ * **pt-PT.microsoft**: Microsoft analyzer for Portuguese (Portugal).
2322
+ * **pt-PT.lucene**: Lucene analyzer for Portuguese (Portugal).
2323
+ * **pa.microsoft**: Microsoft analyzer for Punjabi.
2324
+ * **ro.microsoft**: Microsoft analyzer for Romanian.
2325
+ * **ro.lucene**: Lucene analyzer for Romanian.
2326
+ * **ru.microsoft**: Microsoft analyzer for Russian.
2327
+ * **ru.lucene**: Lucene analyzer for Russian.
2328
+ * **sr-cyrillic.microsoft**: Microsoft analyzer for Serbian (Cyrillic).
2329
+ * **sr-latin.microsoft**: Microsoft analyzer for Serbian (Latin).
2330
+ * **sk.microsoft**: Microsoft analyzer for Slovak.
2331
+ * **sl.microsoft**: Microsoft analyzer for Slovenian.
2332
+ * **es.microsoft**: Microsoft analyzer for Spanish.
2333
+ * **es.lucene**: Lucene analyzer for Spanish.
2334
+ * **sv.microsoft**: Microsoft analyzer for Swedish.
2335
+ * **sv.lucene**: Lucene analyzer for Swedish.
2336
+ * **ta.microsoft**: Microsoft analyzer for Tamil.
2337
+ * **te.microsoft**: Microsoft analyzer for Telugu.
2338
+ * **th.microsoft**: Microsoft analyzer for Thai.
2339
+ * **th.lucene**: Lucene analyzer for Thai.
2340
+ * **tr.microsoft**: Microsoft analyzer for Turkish.
2341
+ * **tr.lucene**: Lucene analyzer for Turkish.
2342
+ * **uk.microsoft**: Microsoft analyzer for Ukrainian.
2343
+ * **ur.microsoft**: Microsoft analyzer for Urdu.
2344
+ * **vi.microsoft**: Microsoft analyzer for Vietnamese.
2345
+ * **standard.lucene**: Standard Lucene analyzer.
2346
+ * **standardasciifolding.lucene**: Standard ASCII Folding Lucene analyzer. See https:\/\/learn.microsoft.com\/rest\/api\/searchservice\/Custom-analyzers-in-Azure-Search#Analyzers
2347
+ * **keyword**: Treats the entire content of a field as a single token. This is useful for data like zip codes, ids, and some product names. See http:\/\/lucene.apache.org\/core\/4_10_3\/analyzers-common\/org\/apache\/lucene\/analysis\/core\/KeywordAnalyzer.html
2348
+ * **pattern**: Flexibly separates text into terms via a regular expression pattern. See http:\/\/lucene.apache.org\/core\/4_10_3\/analyzers-common\/org\/apache\/lucene\/analysis\/miscellaneous\/PatternAnalyzer.html
2349
+ * **simple**: Divides text at non-letters and converts them to lower case. See http:\/\/lucene.apache.org\/core\/4_10_3\/analyzers-common\/org\/apache\/lucene\/analysis\/core\/SimpleAnalyzer.html
2350
+ * **stop**: Divides text at non-letters; Applies the lowercase and stopword token filters. See http:\/\/lucene.apache.org\/core\/4_10_3\/analyzers-common\/org\/apache\/lucene\/analysis\/core\/StopAnalyzer.html
2351
+ * **whitespace**: An analyzer that uses the whitespace tokenizer. See http:\/\/lucene.apache.org\/core\/4_10_3\/analyzers-common\/org\/apache\/lucene\/analysis\/core\/WhitespaceAnalyzer.html
2352
+ */
2353
+ export type AnalyzerNames = `${KnownLexicalAnalyzerName}`;
2354
+ export type BlobIndexerDataToExtract = `${KnownBlobIndexerDataToExtract}`;
2355
+ export type BlobIndexerImageAction = `${KnownBlobIndexerImageAction}`;
2356
+ export type BlobIndexerParsingMode = `${KnownBlobIndexerParsingMode}`;
2357
+ export type BlobIndexerPDFTextRotationAlgorithm = `${KnownBlobIndexerPDFTextRotationAlgorithm}`;
2358
+ export type CharFilterNames = `${KnownCharFilterName}`;
2359
+ export type CustomEntityLookupSkillLanguage = `${KnownCustomEntityLookupSkillLanguage}`;
2360
+ export type EntityCategory = `${KnownEntityCategory}`;
2361
+ export type EntityRecognitionSkillLanguage = `${KnownEntityRecognitionSkillLanguage}`;
2362
+ export type ImageAnalysisSkillLanguage = `${KnownImageAnalysisSkillLanguage}`;
2363
+ export type ImageDetail = `${KnownImageDetail}`;
2364
+ export type IndexerExecutionEnvironment = `${KnownIndexerExecutionEnvironment}`;
2365
+ export type KeyPhraseExtractionSkillLanguage = `${KnownKeyPhraseExtractionSkillLanguage}`;
2366
+ export type OcrSkillLanguage = `${KnownOcrSkillLanguage}`;
2367
+ export type PIIDetectionSkillMaskingMode = `${KnownPIIDetectionSkillMaskingMode}`;
2368
+ export type RegexFlags = `${KnownRegexFlags}`;
2369
+ /**
2370
+ * Defines values for SearchFieldDataType.
2371
+ *
2372
+ * ### Known values supported by the service:
2373
+ *
2374
+ * **Edm.String**: Indicates that a field contains a string.
2375
+ *
2376
+ * **Edm.Int32**: Indicates that a field contains a 32-bit signed integer.
2377
+ *
2378
+ * **Edm.Int64**: Indicates that a field contains a 64-bit signed integer.
2379
+ *
2380
+ * **Edm.Double**: Indicates that a field contains an IEEE double-precision floating point number.
2381
+ *
2382
+ * **Edm.Boolean**: Indicates that a field contains a Boolean value (true or false).
2383
+ *
2384
+ * **Edm.DateTimeOffset**: Indicates that a field contains a date/time value, including timezone
2385
+ * information.
2386
+ *
2387
+ * **Edm.GeographyPoint**: Indicates that a field contains a geo-location in terms of longitude and
2388
+ * latitude.
2389
+ *
2390
+ * **Edm.ComplexType**: Indicates that a field contains one or more complex objects that in turn
2391
+ * have sub-fields of other types.
2392
+ *
2393
+ * **Edm.Single**: Indicates that a field contains a single-precision floating point number. This is
2394
+ * only valid when used as part of a collection type, i.e. Collection(Edm.Single).
2395
+ *
2396
+ * **Edm.Half**: Indicates that a field contains a half-precision floating point number. This is
2397
+ * only valid when used as part of a collection type, i.e. Collection(Edm.Half).
2398
+ *
2399
+ * **Edm.Int16**: Indicates that a field contains a 16-bit signed integer. This is only valid when
2400
+ * used as part of a collection type, i.e. Collection(Edm.Int16).
2401
+ *
2402
+ * **Edm.SByte**: Indicates that a field contains a 8-bit signed integer. This is only valid when
2403
+ * used as part of a collection type, i.e. Collection(Edm.SByte).
2404
+ *
2405
+ * **Edm.Byte**: Indicates that a field contains a 8-bit unsigned integer. This is only valid when
2406
+ * used as part of a collection type, i.e. Collection(Edm.Byte).
2407
+ */
2408
+ export type SearchFieldDataType = Exclude<`${KnownSearchFieldDataType}` | `Collection(${KnownSearchFieldDataType})`, "Edm.ComplexType" | "Edm.Byte" | "Edm.Half" | "Edm.Int16" | "Edm.SByte" | "Edm.Single">;
2409
+ export type SearchIndexerDataSourceType = `${KnownSearchIndexerDataSourceType}`;
2410
+ export type SentimentSkillLanguage = `${KnownSentimentSkillLanguage}`;
2411
+ export type SplitSkillLanguage = `${KnownSplitSkillLanguage}`;
2412
+ export type TextSplitMode = `${KnownTextSplitMode}`;
2413
+ export type TextTranslationSkillLanguage = `${KnownTextTranslationSkillLanguage}`;
2414
+ export type TokenFilterNames = `${KnownTokenFilterName}`;
2415
+ export type TokenizerNames = `${KnownLexicalTokenizerName}`;
2416
+ export type VectorSearchAlgorithmKind = `${KnownVectorSearchAlgorithmKind}`;
2417
+ export type VectorSearchAlgorithmMetric = `${KnownVectorSearchAlgorithmMetric}`;
2418
+ export type VisualFeature = `${KnownVisualFeature}`;
2419
+ //# sourceMappingURL=serviceModels.d.ts.map