UNPKG

@azure/search-documents

Version:
5 lines 781 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export { getServiceStatistics, getKnowledgeSourceStatus, createKnowledgeSource, listKnowledgeSources, getKnowledgeSource, deleteKnowledgeSource, createOrUpdateKnowledgeSource, createKnowledgeBase, listKnowledgeBases, getKnowledgeBase, deleteKnowledgeBase, createOrUpdateKnowledgeBase, createAlias, listAliases, getAlias, deleteAlias, createOrUpdateAlias, analyzeText, getIndexStatistics, createIndex, listIndexesWithSelectedProperties, listIndexes, getIndex, deleteIndex, createOrUpdateIndex, createSynonymMap, getSynonymMaps, getSynonymMap, deleteSynonymMap, createOrUpdateSynonymMap, } from "./operations.js"; export { createSearchIndex } from "./searchIndexContext.js"; //# sourceMappingURL=index.js.map