@algolia/n8n-nodes-algolia 0.4.4 → 0.6.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 +80 -8
- package/dist/nodes/Algolia/Algolia.node.js +17957 -531
- package/dist/nodes/Algolia/Algolia.node.json +16 -19
- package/dist/nodes/Algolia/specs/abtesting-v3.json +1701 -0
- package/dist/nodes/Algolia/specs/abtesting.json +1580 -0
- package/dist/nodes/Algolia/specs/advanced-personalization.json +1667 -0
- package/dist/nodes/Algolia/specs/analytics.json +3138 -0
- package/dist/nodes/Algolia/specs/composition.json +4193 -0
- package/dist/nodes/Algolia/specs/crawler.json +3354 -0
- package/dist/nodes/Algolia/specs/ingestion.json +6368 -0
- package/dist/nodes/Algolia/specs/insights.json +1843 -0
- package/dist/nodes/Algolia/specs/monitoring.json +1263 -0
- package/dist/nodes/Algolia/specs/personalization.json +716 -0
- package/dist/nodes/Algolia/specs/query-suggestions.json +1143 -0
- package/dist/nodes/Algolia/specs/recommend.json +3681 -0
- package/dist/nodes/Algolia/specs/search.json +9458 -0
- package/package.json +13 -4
package/README.md
CHANGED
|
@@ -20,14 +20,86 @@ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes
|
|
|
20
20
|
|
|
21
21
|
This node supports the following operations:
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
-
|
|
23
|
+
<!-- THE FOLLOWING SECTION IS GENERATED BY CI. ANY CHANGES WILL BE OVERRIDDEN -->
|
|
24
|
+
<!-- OPERATIONS START -->
|
|
25
|
+
### Advanced
|
|
26
|
+
- **Get logs** - 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).
|
|
27
|
+
- **Get app task** - Checks the status of a given application task.
|
|
28
|
+
|
|
29
|
+
### Api Keys
|
|
30
|
+
- **List api keys** - Lists all API keys associated with your Algolia application, including their permissions and restrictions.
|
|
31
|
+
- **Add api key** - Creates a new API key with specific permissions and restrictions.
|
|
32
|
+
- **Get api key** - Gets the permissions and restrictions of an API key.
|
|
33
|
+
- **Update api key** - Replaces the permissions of an existing API key.
|
|
34
|
+
- **Delete api key** - Deletes the API key.
|
|
35
|
+
- **Restore api key** - Restores a deleted API key.
|
|
36
|
+
|
|
37
|
+
### Clusters
|
|
38
|
+
- **Assign user id** - Assigns or moves a user ID to a cluster.
|
|
39
|
+
- **List user ids** - Lists the userIDs assigned to a multi-cluster application.
|
|
40
|
+
- **Batch assign user ids** - Assigns multiple user IDs to a cluster.
|
|
41
|
+
- **Get top user ids** - Get the IDs of the 10 users with the highest number of records per cluster.
|
|
42
|
+
- **Get user id** - Returns the user ID data stored in the mapping.
|
|
43
|
+
- **Remove user id** - Deletes a user ID and its associated data from the clusters.
|
|
44
|
+
- **List clusters** - Lists the available clusters in a multi-cluster setup.
|
|
45
|
+
- **Search user ids** - Since it can take a few seconds to get the data from the different clusters,
|
|
46
|
+
- **Has pending mappings** - 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
|
+
|
|
48
|
+
### Dictionaries
|
|
49
|
+
- **Batch dictionary entries** - Adds or deletes multiple entries from your plurals, segmentation, or stop word dictionaries.
|
|
50
|
+
- **Search dictionary entries** - Searches for standard and custom dictionary entries.
|
|
51
|
+
- **Get dictionary settings** - Retrieves the languages for which standard dictionary entries are turned off.
|
|
52
|
+
- **Set dictionary settings** - Turns standard stop word dictionary entries on or off for a given language.
|
|
53
|
+
- **Get dictionary languages** - Lists supported languages with their supported dictionary types and number of custom entries.
|
|
54
|
+
|
|
55
|
+
### Indices
|
|
56
|
+
- **Delete index** - Deletes an index and all its settings.
|
|
57
|
+
- **Get settings** - Retrieves an object with non-null index settings.
|
|
58
|
+
- **Set settings** - Update the specified index settings.
|
|
59
|
+
- **Get task** - Checks the status of a given task.
|
|
60
|
+
- **Operation index** - Copies or moves (renames) an index within the same Algolia application.
|
|
61
|
+
- **List indices** - Lists all indices in the current Algolia application.
|
|
62
|
+
|
|
63
|
+
### Records
|
|
64
|
+
- **Save object** - Adds a record to an index or replaces it.
|
|
65
|
+
- **Get object** - Retrieves one record by its object ID.
|
|
66
|
+
- **Add or update object** - If a record with the specified object ID exists, the existing record is replaced.
|
|
67
|
+
- **Delete object** - Deletes a record by its object ID.
|
|
68
|
+
- **Delete by** - This operation doesn't accept empty filters.
|
|
69
|
+
- **Clear objects** - Deletes only the records from an index while keeping settings, synonyms, and rules.
|
|
70
|
+
- **Partial update object** - Adds new attributes to a record, or updates existing ones.
|
|
71
|
+
- **Batch** - Adds, updates, or deletes records in one index with a single API request.
|
|
72
|
+
- **Multiple batch** - Adds, updates, or deletes records in multiple indices with a single API request.
|
|
73
|
+
- **Get objects** - Retrieves one or more records, potentially from different indices.
|
|
74
|
+
|
|
75
|
+
### Rules
|
|
76
|
+
- **Get rule** - Retrieves a rule by its ID.
|
|
77
|
+
- **Save rule** - If a rule with the specified object ID doesn't exist, it's created.
|
|
78
|
+
- **Delete rule** - Deletes a rule by its ID.
|
|
79
|
+
- **Save rules** - Create or update multiple rules.
|
|
80
|
+
- **Clear rules** - Deletes all rules from the index.
|
|
81
|
+
- **Search rules** - Searches for rules in your index.
|
|
82
|
+
|
|
83
|
+
### Search
|
|
84
|
+
- **Search single index** - Searches a single index and returns matching search results (_hits_).
|
|
85
|
+
- **Search** - Sends multiple search requests to one or more indices.
|
|
86
|
+
- **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.
|
|
88
|
+
|
|
89
|
+
### Synonyms
|
|
90
|
+
- **Get synonym** - Retrieves a synonym by its ID.
|
|
91
|
+
- **Save synonym** - If a synonym with the specified object ID doesn't exist, Algolia adds a new one.
|
|
92
|
+
- **Delete synonym** - Deletes a synonym by its ID.
|
|
93
|
+
- **Save synonyms** - If a synonym with the `objectID` doesn't exist, Algolia adds a new one.
|
|
94
|
+
- **Clear synonyms** - Deletes all synonyms from the index.
|
|
95
|
+
- **Search synonyms** - Searches for synonyms in your index.
|
|
96
|
+
|
|
97
|
+
### Vaults
|
|
98
|
+
- **Get sources** - Retrieves all allowed IP addresses with access to your application.
|
|
99
|
+
- **Replace sources** - Replaces the list of allowed sources.
|
|
100
|
+
- **Append source** - Adds a source to the list of allowed sources.
|
|
101
|
+
- **Delete source** - Deletes a source from the list of allowed sources.
|
|
102
|
+
<!-- OPERATIONS END -->
|
|
31
103
|
|
|
32
104
|
## Credentials
|
|
33
105
|
|