The Client for Analyze API of Azure Cognitive Search. The client provides viewer of Analyze API Response.
- Send Analyze Request in editor and view response in another editor with webview
- Parameters can be set in the file that has
.analyze
extension.
- Parameters can be set in the file that has
- Create
.analyze
file from template
-
Open "Command Pallete", use 'Create Azure Search Analyze Request' command. Plugin open text editor with 5 parameter names.
-
Set following parameters in editor. All parameters are required.
- apiVersion -
?api-version=2019-05-06
. See detail - serviceName - Azure Cognitive Searche Service name. See official reference
- apiKey - API key for search service. See official reference how to get
- indexName - Index name that contains the field you want to analyze.
- analyzerNames - A list of analyze names. It can be specified 1 or more analyzers. e.g.
["ja.lucene", "ja.microsoft"]
- text - Target text of analyze API.
- apiVersion -
-
Click gray text
Analyze text with analyzers
in editor. So the plugin calls Analyze API with your parameters, then open the response of Analyze API in another column.
- Show original text in Response View
- Show token start/end offset of the text in Response View
- Show error message in Response View if there are errors in each requests
First release. This is alpha version.
This plugin only support analyzer
parameter of Analyze API..
See LICENSE file.