mirror of https://gitee.com/bigwinds/arangodb
22 lines
591 B
Markdown
22 lines
591 B
Markdown
---
|
|
layout: default
|
|
description: HTTP interface for managing ArangoSearch Analyzers
|
|
title: Analyzers HTTP API
|
|
---
|
|
HTTP Interface for Analyzers
|
|
============================
|
|
|
|
The RESTful API for managing ArangoSearch Analyzers is accessible via the
|
|
`/_api/analyzer` endpoint.
|
|
|
|
See the description of [Analyzers](../arangosearch-analyzers.html) for an
|
|
introduction and the available types, properties and features.
|
|
|
|
Analyzer Operations
|
|
-------------------
|
|
|
|
{% docublock post_api_analyzer %}
|
|
{% docublock get_api_analyzer %}
|
|
{% docublock get_api_analyzers %}
|
|
{% docublock delete_api_analyzer %}
|