@azure/search-documents 12.2.0-beta.1 → 12.2.0-beta.3

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