@algolia/n8n-nodes-algolia 0.6.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +66 -55
- package/dist/nodes/Algolia/Algolia.node.js +1918 -1996
- package/dist/nodes/Algolia/specs/abtesting-v3.json +43 -155
- package/dist/nodes/Algolia/specs/abtesting.json +35 -122
- package/dist/nodes/Algolia/specs/advanced-personalization.json +64 -238
- package/dist/nodes/Algolia/specs/analytics.json +107 -366
- package/dist/nodes/Algolia/specs/composition.json +237 -716
- package/dist/nodes/Algolia/specs/crawler.json +181 -536
- package/dist/nodes/Algolia/specs/ingestion.json +245 -992
- package/dist/nodes/Algolia/specs/insights.json +56 -222
- package/dist/nodes/Algolia/specs/monitoring.json +17 -57
- package/dist/nodes/Algolia/specs/personalization.json +24 -74
- package/dist/nodes/Algolia/specs/query-suggestions.json +26 -79
- package/dist/nodes/Algolia/specs/recommend.json +219 -688
- package/dist/nodes/Algolia/specs/search.json +459 -1428
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,84 +22,95 @@ This node supports the following operations:
|
|
|
22
22
|
|
|
23
23
|
<!-- THE FOLLOWING SECTION IS GENERATED BY CI. ANY CHANGES WILL BE OVERRIDDEN -->
|
|
24
24
|
<!-- OPERATIONS START -->
|
|
25
|
+
|
|
25
26
|
### Advanced
|
|
26
|
-
|
|
27
|
-
- **
|
|
27
|
+
|
|
28
|
+
- **Retrieve log entries** - The request must be authenticated by an API key with the [`logs` ACL](https://www.algolia.com/doc/guides/security/api-keys/#access-control-list-acl).
|
|
29
|
+
- **Check application task status** - Checks the status of a given application task.
|
|
28
30
|
|
|
29
31
|
### Api Keys
|
|
30
|
-
|
|
31
|
-
- **
|
|
32
|
-
- **
|
|
33
|
-
- **
|
|
34
|
-
- **
|
|
35
|
-
- **
|
|
32
|
+
|
|
33
|
+
- **List API keys** - Lists all API keys associated with your Algolia application, including their permissions and restrictions.
|
|
34
|
+
- **Create an API key** - Creates a new API key with specific permissions and restrictions.
|
|
35
|
+
- **Retrieve API key permissions** - Gets the permissions and restrictions of an API key.
|
|
36
|
+
- **Update an API key** - Replaces the permissions of an existing API key.
|
|
37
|
+
- **Delete an API key** - Deletes the API key.
|
|
38
|
+
- **Restore an API key** - Restores a deleted API key.
|
|
36
39
|
|
|
37
40
|
### Clusters
|
|
38
|
-
|
|
39
|
-
- **
|
|
40
|
-
- **
|
|
41
|
-
- **
|
|
42
|
-
- **Get user
|
|
43
|
-
- **
|
|
41
|
+
|
|
42
|
+
- **Assign or move a user ID** - Assigns or moves a user ID to a cluster.
|
|
43
|
+
- **List user IDs** - Lists the userIDs assigned to a multi-cluster application.
|
|
44
|
+
- **Assign multiple userIDs** - Assigns multiple user IDs to a cluster.
|
|
45
|
+
- **Get top user IDs** - Get the IDs of the 10 users with the highest number of records per cluster.
|
|
46
|
+
- **Retrieve user ID** - Returns the user ID data stored in the mapping.
|
|
47
|
+
- **Delete user ID** - Deletes a user ID and its associated data from the clusters.
|
|
44
48
|
- **List clusters** - Lists the available clusters in a multi-cluster setup.
|
|
45
|
-
- **Search user
|
|
46
|
-
- **
|
|
49
|
+
- **Search for user IDs** - Since it can take a few seconds to get the data from the different clusters,
|
|
50
|
+
- **Get migration and user mapping status** - To determine when the time-consuming process of creating a large batch of users or migrating users from one cluster to another is complete, this operation retrieves the status of the process.
|
|
47
51
|
|
|
48
52
|
### Dictionaries
|
|
49
|
-
|
|
53
|
+
|
|
54
|
+
- **Add or delete dictionary entries** - Adds or deletes multiple entries from your plurals, segmentation, or stop word dictionaries.
|
|
50
55
|
- **Search dictionary entries** - Searches for standard and custom dictionary entries.
|
|
51
|
-
- **
|
|
52
|
-
- **
|
|
53
|
-
- **
|
|
56
|
+
- **Retrieve dictionary settings** - Retrieves the languages for which standard dictionary entries are turned off.
|
|
57
|
+
- **Update dictionary settings** - Turns standard stop word dictionary entries on or off for a given language.
|
|
58
|
+
- **List available languages** - Lists supported languages with their supported dictionary types and number of custom entries.
|
|
54
59
|
|
|
55
60
|
### Indices
|
|
56
|
-
|
|
57
|
-
- **
|
|
58
|
-
- **
|
|
59
|
-
- **
|
|
60
|
-
- **
|
|
61
|
+
|
|
62
|
+
- **Delete an index** - Deletes an index and all its settings.
|
|
63
|
+
- **Retrieve index settings** - Retrieves an object with non-null index settings.
|
|
64
|
+
- **Update index settings** - Update the specified index settings.
|
|
65
|
+
- **Check task status** - Checks the status of a given task.
|
|
66
|
+
- **Copy or move an index** - Copies or moves (renames) an index within the same Algolia application.
|
|
61
67
|
- **List indices** - Lists all indices in the current Algolia application.
|
|
62
68
|
|
|
63
69
|
### Records
|
|
64
|
-
|
|
65
|
-
- **
|
|
66
|
-
- **
|
|
67
|
-
- **
|
|
68
|
-
- **Delete
|
|
69
|
-
- **
|
|
70
|
-
- **
|
|
71
|
-
- **
|
|
72
|
-
- **
|
|
73
|
-
- **
|
|
70
|
+
|
|
71
|
+
- **Add a new record (with auto-generated object ID)** - Adds a record to an index or replaces it.
|
|
72
|
+
- **Retrieve a record** - Retrieves one record by its object ID.
|
|
73
|
+
- **Add or replace a record** - If a record with the specified object ID exists, the existing record is replaced.
|
|
74
|
+
- **Delete a record** - Deletes a record by its object ID.
|
|
75
|
+
- **Delete records matching a filter** - This operation doesn't accept empty filters.
|
|
76
|
+
- **Delete all records from an index** - Deletes only the records from an index while keeping settings, synonyms, and rules.
|
|
77
|
+
- **Add or update attributes** - Adds new attributes to a record, or updates existing ones.
|
|
78
|
+
- **Batch indexing operations on one index** - Adds, updates, or deletes records in one index with a single API request.
|
|
79
|
+
- **Batch indexing operations on multiple indices** - Adds, updates, or deletes records in multiple indices with a single API request.
|
|
80
|
+
- **Retrieve records** - Retrieves one or more records, potentially from different indices.
|
|
74
81
|
|
|
75
82
|
### Rules
|
|
76
|
-
|
|
77
|
-
- **
|
|
78
|
-
- **
|
|
79
|
-
- **
|
|
80
|
-
- **
|
|
81
|
-
- **
|
|
83
|
+
|
|
84
|
+
- **Retrieve a rule** - Retrieves a rule by its ID.
|
|
85
|
+
- **Create or replace a rule** - If a rule with the specified object ID doesn't exist, it's created.
|
|
86
|
+
- **Delete a rule** - Deletes a rule by its ID.
|
|
87
|
+
- **Create or update rules** - Create or update multiple rules.
|
|
88
|
+
- **Delete all rules** - Deletes all rules from the index.
|
|
89
|
+
- **Search for rules** - Searches for rules in your index.
|
|
82
90
|
|
|
83
91
|
### Search
|
|
84
|
-
|
|
85
|
-
- **Search** -
|
|
92
|
+
|
|
93
|
+
- **Search an index** - Searches a single index and returns matching search results as hits.
|
|
94
|
+
- **Search multiple indices** - Sends multiple search requests to one or more indices.
|
|
86
95
|
- **Search for facet values** - Searches for values of a specified facet attribute.
|
|
87
|
-
- **Browse** - Retrieves records from an index, up to 1,000 per request.
|
|
96
|
+
- **Browse for records** - Retrieves records from an index, up to 1,000 per request.
|
|
88
97
|
|
|
89
98
|
### Synonyms
|
|
90
|
-
|
|
91
|
-
- **
|
|
92
|
-
- **
|
|
93
|
-
- **
|
|
94
|
-
- **
|
|
95
|
-
- **
|
|
99
|
+
|
|
100
|
+
- **Retrieve a synonym** - Retrieves a synonym by its ID.
|
|
101
|
+
- **Create or replace a synonym** - If a synonym with the specified object ID doesn't exist, Algolia adds a new one.
|
|
102
|
+
- **Delete a synonym** - Deletes a synonym by its ID.
|
|
103
|
+
- **Create or replace synonyms** - If a synonym with the `objectID` doesn't exist, Algolia adds a new one.
|
|
104
|
+
- **Delete all synonyms** - Deletes all synonyms from the index.
|
|
105
|
+
- **Search for synonyms** - Searches for synonyms in your index.
|
|
96
106
|
|
|
97
107
|
### Vaults
|
|
98
|
-
|
|
99
|
-
- **
|
|
100
|
-
- **
|
|
101
|
-
- **
|
|
102
|
-
|
|
108
|
+
|
|
109
|
+
- **List allowed sources** - Retrieves all allowed IP addresses with access to your application.
|
|
110
|
+
- **Replace allowed sources** - Replaces the list of allowed sources.
|
|
111
|
+
- **Add a source** - Adds a source to the list of allowed sources.
|
|
112
|
+
- **Delete a source** - Deletes a source from the list of allowed sources.
|
|
113
|
+
<!-- OPERATIONS END -->
|
|
103
114
|
|
|
104
115
|
## Credentials
|
|
105
116
|
|