10000 Remove Simple Queries leftovers & Hash/Skiplist index refs by Simran-B · Pull Request #991 · arangodb/docs · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Remove Simple Queries leftovers & Hash/Skiplist index refs #991

Merged
merged 4 c 10000 ommits into from
May 16, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove statements related to Simple Queries in 3.9+
  • Loading branch information

Uh oh!

There was an error while loading. Please reload this page.

Simran-B committed Apr 29, 2022
commit 24bbdb5907336a5dfef429346921d666db0b1392
3 changes: 0 additions & 3 deletions 3.10/http/indexes-fulltext.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ description: Fulltext
Fulltext
========

If a [fulltext index](../appendix-glossary.html#fulltext-index) exists, then
`/_api/simple/fulltext` will use this index to execute the specified fulltext query.

<!-- js/actions/api-index.js -->
{% docublock post_api_index_fulltext %}
3 changes: 0 additions & 3 deletions 3.9/http/indexes-fulltext.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ description: Fulltext
Fulltext
========

If a [fulltext index](../appendix-glossary.html#fulltext-index) exists, then
`/_api/simple/fulltext` will use this index to execute the specified fulltext query.

<!-- js/actions/api-index.js -->
{% docublock post_api_index_fulltext %}
3 changes: 0 additions & 3 deletions 3.9/http/indexes-hash.md
10667
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ description: Working with Hash Indexes
Working with Hash Indexes
=========================

If a suitable hash index exists, then `/_api/simple/by-example` will use this
index to execute a query-by-example.

<!-- js/actions/api-index.js -->
{% docublock post_api_index_hash %}
3 changes: 0 additions & 3 deletions 3.9/http/indexes-persistent.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ description: Working with Persistent Indexes
Working with Persistent Indexes
===============================

If a suitable persistent index exists, then `/_api/simple/range` and other operations
will use this index to execute queries.

<!-- js/actions/api-index.js -->
{% docublock post_api_index_persistent %}
3 changes: 0 additions & 3 deletions 3.9/http/indexes-skiplist.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ description: Working with Skiplist Indexes
Working with Skiplist Indexes
=============================

If a suitable skiplist index exists, then `/_api/simple/range` and other operations
will use this index to execute queries.

<!-- js/actions/api-index.js -->
{% docublock post_api_index_skiplist %}
0