mirror of https://gitee.com/bigwinds/arangodb
32 lines
779 B
Markdown
32 lines
779 B
Markdown
---
|
|
layout: default
|
|
description: HTTP interface to manage Views of type ArangoSearch
|
|
title: ArangoSearch Views HTTP API
|
|
redirect_from:
|
|
- /3.5/http/views-creating.html # 3.4 -> 3.5
|
|
- /3.5/http/views-dropping.html # 3.4 -> 3.5
|
|
- /3.5/http/views-modifying.html # 3.4 -> 3.5
|
|
- /3.5/http/views-getting.html # 3.4 -> 3.5
|
|
- /3.5/http/views-arango-search.html # 3.4 -> 3.5
|
|
---
|
|
ArangoSearch View
|
|
=================
|
|
|
|
<!-- js/actions/api-view.js -->
|
|
|
|
{% docublock post_api_view_arangosearch %}
|
|
|
|
{% docublock get_api_view_name %}
|
|
|
|
{% docublock get_api_view_properties %}
|
|
|
|
{% docublock get_api_views %}
|
|
|
|
{% docublock put_api_view_properties_arangosearch %}
|
|
|
|
{% docublock patch_api_view_properties_arangosearch %}
|
|
|
|
{% docublock put_api_view_rename %}
|
|
|
|
{% docublock delete_api_view %}
|