Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Azure Search Analyze ClientNew to Visual Studio Code? Get it now.
Azure Search Analyze Client

Azure Search Analyze Client

Jun Ohtani

|
1,954 installs
| (0) | Free
The Client for Azure Cognitive Search Analyze API
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

azure-search-analyze-client README

The Client for Analyze API of Azure Cognitive Search. The client provides viewer of Analyze API Response.

Features

  • Send Analyze Request in editor and view response in another editor with webview
    • Parameters can be set in the file that has .analyze extension.
  • Create .analyze file from template

Usage

  1. Open "Command Pallete", use 'Create Azure Search Analyze Request' command. Plugin open text editor with 5 parameter names.

  2. Set following parameters in editor. All parameters are required.

    1. apiVersion - ?api-version=2019-05-06. See detail
    2. serviceName - Azure Cognitive Searche Service name. See official reference
    3. apiKey - API key for search service. See official reference how to get
    4. indexName - Index name that contains the field you want to analyze.
    5. analyzerNames - A list of analyze names. It can be specified 1 or more analyzers. e.g. ["ja.lucene", "ja.microsoft"]
    6. text - Target text of analyze API.
  3. 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.

Release Notes

Not release yet.

0.1.0

First release. This is alpha version. This plugin only support analyzer parameter of Analyze API..

LICENSE

See LICENSE file.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft