Class: Algolia::SearchClient
- Inherits:
-
Object
- Object
- Algolia::SearchClient
- Defined in:
- lib/algolia/api/search_client.rb
Instance Attribute Summary collapse
-
#api_client ⇒ Object
Returns the value of attribute api_client.
Class Method Summary collapse
Instance Method Summary collapse
-
#add_api_key(api_key, request_options = {}) ⇒ AddApiKeyResponse
Creates a new API key with specific permissions and restrictions.
-
#add_api_key_with_http_info(api_key, request_options = {}) ⇒ Http::Response
Creates a new API key with specific permissions and restrictions.
-
#add_or_update_object(index_name, object_id, body, request_options = {}) ⇒ UpdatedAtWithObjectIdResponse
If a record with the specified object ID exists, the existing record is replaced.
-
#add_or_update_object_with_http_info(index_name, object_id, body, request_options = {}) ⇒ Http::Response
If a record with the specified object ID exists, the existing record is replaced.
-
#append_source(source, request_options = {}) ⇒ CreatedAtResponse
Adds a source to the list of allowed sources.
-
#append_source_with_http_info(source, request_options = {}) ⇒ Http::Response
Adds a source to the list of allowed sources.
-
#assign_user_id(x_algolia_user_id, assign_user_id_params, request_options = {}) ⇒ CreatedAtResponse
Assigns or moves a user ID to a cluster.
-
#assign_user_id_with_http_info(x_algolia_user_id, assign_user_id_params, request_options = {}) ⇒ Http::Response
Assigns or moves a user ID to a cluster.
- #batch(index_name, batch_write_params, request_options = {}) ⇒ BatchResponse
-
#batch_assign_user_ids(x_algolia_user_id, batch_assign_user_ids_params, request_options = {}) ⇒ CreatedAtResponse
Assigns multiple user IDs to a cluster.
-
#batch_assign_user_ids_with_http_info(x_algolia_user_id, batch_assign_user_ids_params, request_options = {}) ⇒ Http::Response
Assigns multiple user IDs to a cluster.
-
#batch_dictionary_entries(dictionary_name, batch_dictionary_entries_params, request_options = {}) ⇒ UpdatedAtResponse
Adds or deletes multiple entries from your plurals, segmentation, or stop word dictionaries.
-
#batch_dictionary_entries_with_http_info(dictionary_name, batch_dictionary_entries_params, request_options = {}) ⇒ Http::Response
Adds or deletes multiple entries from your plurals, segmentation, or stop word dictionaries.
-
#batch_with_http_info(index_name, batch_write_params, request_options = {}) ⇒ Http::Response
The response.
-
#browse(index_name, browse_params = nil, request_options = {}) ⇒ BrowseResponse
Retrieves records from an index, up to 1,000 per request.
-
#browse_objects(index_name, browse_params = Search::BrowseParamsObject.new, request_options = {}, &block) ⇒ Object
Helper: Iterate on the ‘browse` method of the client to allow aggregating objects of an index.
-
#browse_rules(index_name, search_rules_params = Search::SearchRulesParams.new(hits_per_page: 1000, page: 0), request_options = {}, &block) ⇒ Object
Helper: Iterate on the ‘searchRules` method of the client to allow aggregating rules of an index.
-
#browse_synonyms(index_name, search_synonyms_params = Search::SearchSynonymsParams.new(hits_per_page: 1000, page: 0), request_options = {}, &block) ⇒ Object
Helper: Iterate on the ‘searchSynonyms` method of the client to allow aggregating synonyms of an index.
-
#browse_with_http_info(index_name, browse_params = nil, request_options = {}) ⇒ Http::Response
Retrieves records from an index, up to 1,000 per request.
-
#chunked_batch(index_name, objects, action = Action::ADD_OBJECT, wait_for_tasks = false, batch_size = 1000, request_options = {}) ⇒ Array<BatchResponse>
Helper: Chunks the given ‘objects` list in subset of 1000 elements max in order to make it fit in `batch` requests.
-
#clear_objects(index_name, request_options = {}) ⇒ UpdatedAtResponse
Deletes only the records from an index while keeping settings, synonyms, and rules.
-
#clear_objects_with_http_info(index_name, request_options = {}) ⇒ Http::Response
Deletes only the records from an index while keeping settings, synonyms, and rules.
-
#clear_rules(index_name, forward_to_replicas = nil, request_options = {}) ⇒ UpdatedAtResponse
Deletes all rules from the index.
-
#clear_rules_with_http_info(index_name, forward_to_replicas = nil, request_options = {}) ⇒ Http::Response
Deletes all rules from the index.
-
#clear_synonyms(index_name, forward_to_replicas = nil, request_options = {}) ⇒ UpdatedAtResponse
Deletes all synonyms from the index.
-
#clear_synonyms_with_http_info(index_name, forward_to_replicas = nil, request_options = {}) ⇒ Http::Response
Deletes all synonyms from the index.
- #custom_delete(path, parameters = nil, request_options = {}) ⇒ Object
-
#custom_delete_with_http_info(path, parameters = nil, request_options = {}) ⇒ Http::Response
The response.
- #custom_get(path, parameters = nil, request_options = {}) ⇒ Object
-
#custom_get_with_http_info(path, parameters = nil, request_options = {}) ⇒ Http::Response
The response.
- #custom_post(path, parameters = nil, body = nil, request_options = {}) ⇒ Object
-
#custom_post_with_http_info(path, parameters = nil, body = nil, request_options = {}) ⇒ Http::Response
The response.
- #custom_put(path, parameters = nil, body = nil, request_options = {}) ⇒ Object
-
#custom_put_with_http_info(path, parameters = nil, body = nil, request_options = {}) ⇒ Http::Response
The response.
-
#delete_api_key(key, request_options = {}) ⇒ DeleteApiKeyResponse
Deletes the API key.
-
#delete_api_key_with_http_info(key, request_options = {}) ⇒ Http::Response
Deletes the API key.
-
#delete_by(index_name, delete_by_params, request_options = {}) ⇒ DeletedAtResponse
This operation doesn’t accept empty queries or filters.
-
#delete_by_with_http_info(index_name, delete_by_params, request_options = {}) ⇒ Http::Response
This operation doesn't accept empty queries or filters.
-
#delete_index(index_name, request_options = {}) ⇒ DeletedAtResponse
Deletes an index and all its settings.
-
#delete_index_with_http_info(index_name, request_options = {}) ⇒ Http::Response
Deletes an index and all its settings.
-
#delete_object(index_name, object_id, request_options = {}) ⇒ DeletedAtResponse
Deletes a record by its object ID.
-
#delete_object_with_http_info(index_name, object_id, request_options = {}) ⇒ Http::Response
Deletes a record by its object ID.
-
#delete_objects(index_name, object_ids, request_options = {}) ⇒ BatchResponse
Helper: Deletes every records for the given objectIDs.
-
#delete_rule(index_name, object_id, forward_to_replicas = nil, request_options = {}) ⇒ UpdatedAtResponse
Deletes a rule by its ID.
-
#delete_rule_with_http_info(index_name, object_id, forward_to_replicas = nil, request_options = {}) ⇒ Http::Response
Deletes a rule by its ID.
-
#delete_source(source, request_options = {}) ⇒ DeleteSourceResponse
Deletes a source from the list of allowed sources.
-
#delete_source_with_http_info(source, request_options = {}) ⇒ Http::Response
Deletes a source from the list of allowed sources.
-
#delete_synonym(index_name, object_id, forward_to_replicas = nil, request_options = {}) ⇒ DeletedAtResponse
Deletes a synonym by its ID.
-
#delete_synonym_with_http_info(index_name, object_id, forward_to_replicas = nil, request_options = {}) ⇒ Http::Response
Deletes a synonym by its ID.
-
#generate_secured_api_key(parent_api_key, restrictions = {}) ⇒ String
Helper: Generates a secured API key based on the given ‘parent_api_key` and given `restrictions`.
- #get_api_key(key, request_options = {}) ⇒ GetApiKeyResponse
-
#get_api_key_with_http_info(key, request_options = {}) ⇒ Http::Response
The response.
-
#get_app_task(task_id, request_options = {}) ⇒ GetTaskResponse
Checks the status of a given application task.
-
#get_app_task_with_http_info(task_id, request_options = {}) ⇒ Http::Response
Checks the status of a given application task.
-
#get_dictionary_languages(request_options = {}) ⇒ Hash<String, Languages>
Lists supported languages with their supported dictionary types and number of custom entries.
-
#get_dictionary_languages_with_http_info(request_options = {}) ⇒ Http::Response
Lists supported languages with their supported dictionary types and number of custom entries.
-
#get_dictionary_settings(request_options = {}) ⇒ GetDictionarySettingsResponse
Retrieves the languages for which standard dictionary entries are turned off.
-
#get_dictionary_settings_with_http_info(request_options = {}) ⇒ Http::Response
Retrieves the languages for which standard dictionary entries are turned off.
-
#get_logs(offset = nil, length = nil, index_name = nil, type = nil, request_options = {}) ⇒ GetLogsResponse
The request must be authenticated by an API key with the [‘logs` ACL](www.algolia.com/doc/guides/security/api-keys/#access-control-list-acl).
-
#get_logs_with_http_info(offset = nil, length = nil, index_name = nil, type = nil, request_options = {}) ⇒ Http::Response
The request must be authenticated by an API key with the [`logs` ACL](www.algolia.com/doc/guides/security/api-keys/#access-control-list-acl).
-
#get_object(index_name, object_id, attributes_to_retrieve = nil, request_options = {}) ⇒ Hash<String, String>
Retrieves one record by its object ID.
-
#get_object_with_http_info(index_name, object_id, attributes_to_retrieve = nil, request_options = {}) ⇒ Http::Response
Retrieves one record by its object ID.
-
#get_objects(get_objects_params, request_options = {}) ⇒ GetObjectsResponse
Retrieves one or more records, potentially from different indices.
-
#get_objects_with_http_info(get_objects_params, request_options = {}) ⇒ Http::Response
Retrieves one or more records, potentially from different indices.
-
#get_rule(index_name, object_id, request_options = {}) ⇒ Rule
Retrieves a rule by its ID.
-
#get_rule_with_http_info(index_name, object_id, request_options = {}) ⇒ Http::Response
Retrieves a rule by its ID.
-
#get_secured_api_key_remaining_validity(secured_api_key) ⇒ Integer
Helper: Retrieves the remaining validity of the previous generated ‘secured_api_key`, the `validUntil` parameter must have been provided.
-
#get_settings(index_name, request_options = {}) ⇒ IndexSettings
Retrieves an object with non-null index settings.
-
#get_settings_with_http_info(index_name, request_options = {}) ⇒ Http::Response
Retrieves an object with non-null index settings.
-
#get_sources(request_options = {}) ⇒ Array<Source>
Retrieves all allowed IP addresses with access to your application.
-
#get_sources_with_http_info(request_options = {}) ⇒ Http::Response
Retrieves all allowed IP addresses with access to your application.
-
#get_synonym(index_name, object_id, request_options = {}) ⇒ SynonymHit
Retrieves a syonym by its ID.
-
#get_synonym_with_http_info(index_name, object_id, request_options = {}) ⇒ Http::Response
Retrieves a syonym by its ID.
-
#get_task(index_name, task_id, request_options = {}) ⇒ GetTaskResponse
Checks the status of a given task.
-
#get_task_with_http_info(index_name, task_id, request_options = {}) ⇒ Http::Response
Checks the status of a given task.
-
#get_top_user_ids(request_options = {}) ⇒ GetTopUserIdsResponse
Get the IDs of the 10 users with the highest number of records per cluster.
-
#get_top_user_ids_with_http_info(request_options = {}) ⇒ Http::Response
Get the IDs of the 10 users with the highest number of records per cluster.
-
#get_user_id(user_id, request_options = {}) ⇒ UserId
Returns the user ID data stored in the mapping.
-
#get_user_id_with_http_info(user_id, request_options = {}) ⇒ Http::Response
Returns the user ID data stored in the mapping.
-
#has_pending_mappings(get_clusters = nil, request_options = {}) ⇒ HasPendingMappingsResponse
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.
-
#has_pending_mappings_with_http_info(get_clusters = nil, request_options = {}) ⇒ Http::Response
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.
-
#initialize(config = nil) ⇒ SearchClient
constructor
A new instance of SearchClient.
-
#list_api_keys(request_options = {}) ⇒ ListApiKeysResponse
Lists all API keys associated with your Algolia application, including their permissions and restrictions.
-
#list_api_keys_with_http_info(request_options = {}) ⇒ Http::Response
Lists all API keys associated with your Algolia application, including their permissions and restrictions.
-
#list_clusters(request_options = {}) ⇒ ListClustersResponse
Lists the available clusters in a multi-cluster setup.
-
#list_clusters_with_http_info(request_options = {}) ⇒ Http::Response
Lists the available clusters in a multi-cluster setup.
-
#list_indices(page = nil, hits_per_page = nil, request_options = {}) ⇒ ListIndicesResponse
Lists all indices in the current Algolia application.
-
#list_indices_with_http_info(page = nil, hits_per_page = nil, request_options = {}) ⇒ Http::Response
Lists all indices in the current Algolia application.
-
#list_user_ids(page = nil, hits_per_page = nil, request_options = {}) ⇒ ListUserIdsResponse
Lists the userIDs assigned to a multi-cluster application.
-
#list_user_ids_with_http_info(page = nil, hits_per_page = nil, request_options = {}) ⇒ Http::Response
Lists the userIDs assigned to a multi-cluster application.
- #multiple_batch(batch_params, request_options = {}) ⇒ MultipleBatchResponse
-
#multiple_batch_with_http_info(batch_params, request_options = {}) ⇒ Http::Response
The response.
-
#operation_index(index_name, operation_index_params, request_options = {}) ⇒ UpdatedAtResponse
Copies or moves (renames) an index within the same Algolia application.
-
#operation_index_with_http_info(index_name, operation_index_params, request_options = {}) ⇒ Http::Response
Copies or moves (renames) an index within the same Algolia application.
-
#partial_update_object(index_name, object_id, attributes_to_update, create_if_not_exists = nil, request_options = {}) ⇒ UpdatedAtWithObjectIdResponse
Adds new attributes to a record, or update existing ones.
-
#partial_update_object_with_http_info(index_name, object_id, attributes_to_update, create_if_not_exists = nil, request_options = {}) ⇒ Http::Response
Adds new attributes to a record, or update existing ones.
-
#partial_update_objects(index_name, objects, create_if_not_exists, request_options = {}) ⇒ BatchResponse
Helper: Replaces object content of all the given objects according to their respective ‘object_id` field.
-
#remove_user_id(user_id, request_options = {}) ⇒ RemoveUserIdResponse
Deletes a user ID and its associated data from the clusters.
-
#remove_user_id_with_http_info(user_id, request_options = {}) ⇒ Http::Response
Deletes a user ID and its associated data from the clusters.
-
#replace_all_objects(index_name, objects, batch_size = 1000, request_options = {}) ⇒ Array<ReplaceAllObjectsResponse>
Helper: Replaces all objects (records) in the given ‘index_name` with the given `objects`.
-
#replace_sources(source, request_options = {}) ⇒ ReplaceSourceResponse
Replaces the list of allowed sources.
-
#replace_sources_with_http_info(source, request_options = {}) ⇒ Http::Response
Replaces the list of allowed sources.
-
#restore_api_key(key, request_options = {}) ⇒ AddApiKeyResponse
Restores a deleted API key.
-
#restore_api_key_with_http_info(key, request_options = {}) ⇒ Http::Response
Restores a deleted API key.
-
#save_object(index_name, body, request_options = {}) ⇒ SaveObjectResponse
Adds a record to an index or replace it.
-
#save_object_with_http_info(index_name, body, request_options = {}) ⇒ Http::Response
Adds a record to an index or replace it.
-
#save_objects(index_name, objects, request_options = {}) ⇒ BatchResponse
Helper: Saves the given array of objects in the given index.
-
#save_rule(index_name, object_id, rule, forward_to_replicas = nil, request_options = {}) ⇒ UpdatedRuleResponse
If a rule with the specified object ID doesn’t exist, it’s created.
-
#save_rule_with_http_info(index_name, object_id, rule, forward_to_replicas = nil, request_options = {}) ⇒ Http::Response
If a rule with the specified object ID doesn't exist, it's created.
-
#save_rules(index_name, rules, forward_to_replicas = nil, clear_existing_rules = nil, request_options = {}) ⇒ UpdatedAtResponse
Create or update multiple rules.
-
#save_rules_with_http_info(index_name, rules, forward_to_replicas = nil, clear_existing_rules = nil, request_options = {}) ⇒ Http::Response
Create or update multiple rules.
-
#save_synonym(index_name, object_id, synonym_hit, forward_to_replicas = nil, request_options = {}) ⇒ SaveSynonymResponse
If a synonym with the specified object ID doesn’t exist, Algolia adds a new one.
-
#save_synonym_with_http_info(index_name, object_id, synonym_hit, forward_to_replicas = nil, request_options = {}) ⇒ Http::Response
If a synonym with the specified object ID doesn't exist, Algolia adds a new one.
-
#save_synonyms(index_name, synonym_hit, forward_to_replicas = nil, replace_existing_synonyms = nil, request_options = {}) ⇒ UpdatedAtResponse
If a synonym with the ‘objectID` doesn’t exist, Algolia adds a new one.
-
#save_synonyms_with_http_info(index_name, synonym_hit, forward_to_replicas = nil, replace_existing_synonyms = nil, request_options = {}) ⇒ Http::Response
If a synonym with the `objectID` doesn't exist, Algolia adds a new one.
-
#search(search_method_params, request_options = {}) ⇒ SearchResponses
Sends multiple search request to one or more indices.
-
#search_dictionary_entries(dictionary_name, search_dictionary_entries_params, request_options = {}) ⇒ SearchDictionaryEntriesResponse
Searches for standard and custom dictionary entries.
-
#search_dictionary_entries_with_http_info(dictionary_name, search_dictionary_entries_params, request_options = {}) ⇒ Http::Response
Searches for standard and custom dictionary entries.
-
#search_for_facet_values(index_name, facet_name, search_for_facet_values_request = nil, request_options = {}) ⇒ SearchForFacetValuesResponse
Searches for values of a specified facet attribute.
-
#search_for_facet_values_with_http_info(index_name, facet_name, search_for_facet_values_request = nil, request_options = {}) ⇒ Http::Response
Searches for values of a specified facet attribute.
-
#search_rules(index_name, search_rules_params = nil, request_options = {}) ⇒ SearchRulesResponse
Searches for rules in your index.
-
#search_rules_with_http_info(index_name, search_rules_params = nil, request_options = {}) ⇒ Http::Response
Searches for rules in your index.
-
#search_single_index(index_name, search_params = nil, request_options = {}) ⇒ SearchResponse
Searches a single index and return matching search results (hits).
-
#search_single_index_with_http_info(index_name, search_params = nil, request_options = {}) ⇒ Http::Response
Searches a single index and return matching search results (hits).
-
#search_synonyms(index_name, search_synonyms_params = nil, request_options = {}) ⇒ SearchSynonymsResponse
Searches for synonyms in your index.
-
#search_synonyms_with_http_info(index_name, search_synonyms_params = nil, request_options = {}) ⇒ Http::Response
Searches for synonyms in your index.
-
#search_user_ids(search_user_ids_params, request_options = {}) ⇒ SearchUserIdsResponse
Since it can take a few seconds to get the data from the different clusters, the response isn’t real-time.
-
#search_user_ids_with_http_info(search_user_ids_params, request_options = {}) ⇒ Http::Response
Since it can take a few seconds to get the data from the different clusters, the response isn't real-time.
-
#search_with_http_info(search_method_params, request_options = {}) ⇒ Http::Response
Sends multiple search request to one or more indices.
-
#set_dictionary_settings(dictionary_settings_params, request_options = {}) ⇒ UpdatedAtResponse
Turns standard stop word dictionary entries on or off for a given language.
-
#set_dictionary_settings_with_http_info(dictionary_settings_params, request_options = {}) ⇒ Http::Response
Turns standard stop word dictionary entries on or off for a given language.
-
#set_settings(index_name, index_settings, forward_to_replicas = nil, request_options = {}) ⇒ UpdatedAtResponse
Update the specified index settings.
-
#set_settings_with_http_info(index_name, index_settings, forward_to_replicas = nil, request_options = {}) ⇒ Http::Response
Update the specified index settings.
-
#update_api_key(key, api_key, request_options = {}) ⇒ UpdateApiKeyResponse
Replaces the permissions of an existing API key.
-
#update_api_key_with_http_info(key, api_key, request_options = {}) ⇒ Http::Response
Replaces the permissions of an existing API key.
-
#wait_for_api_key(operation, key, api_key = {}, max_retries = 50, timeout = ->(retry_count) { [retry_count * 200, 5000].min }, request_options = {}) ⇒ Http::Response
Helper: Wait for an API key to be added, updated or deleted based on a given ‘operation`.
-
#wait_for_app_task(task_id, max_retries = 50, timeout = ->(retry_count) { [retry_count * 200, 5000].min }, request_options = {}) ⇒ Http::Response
Helper: Wait for an application-level task to be published (completed) for a given ‘task_id`.
-
#wait_for_task(index_name, task_id, max_retries = 50, timeout = ->(retry_count) { [retry_count * 200, 5000].min }, request_options = {}) ⇒ Http::Response
Helper: Wait for a task to be published (completed) for a given ‘index_name` and `task_id`.
Constructor Details
#initialize(config = nil) ⇒ SearchClient
Returns a new instance of SearchClient.
10 11 12 13 14 15 16 |
# File 'lib/algolia/api/search_client.rb', line 10 def initialize(config = nil) raise '`config` is missing.' if config.nil? raise '`app_id` is missing.' if config.app_id.nil? || config.app_id == '' raise '`api_key` is missing.' if config.api_key.nil? || config.api_key == '' @api_client = Algolia::ApiClient.new(config) end |
Instance Attribute Details
#api_client ⇒ Object
Returns the value of attribute api_client.
8 9 10 |
# File 'lib/algolia/api/search_client.rb', line 8 def api_client @api_client end |
Class Method Details
.create(app_id, api_key, opts = {}) ⇒ Object
18 19 20 21 22 23 24 25 26 27 28 29 |
# File 'lib/algolia/api/search_client.rb', line 18 def self.create(app_id, api_key, opts = {}) hosts = [] hosts << Transport::StatefulHost.new("#{app_id}-dsn.algolia.net", accept: CallType::READ) hosts << Transport::StatefulHost.new("#{app_id}.algolia.net", accept: CallType::WRITE) hosts += 1.upto(3).map do |i| Transport::StatefulHost.new("#{app_id}-#{i}.algolianet.com", accept: CallType::READ | CallType::WRITE) end.shuffle config = Algolia::Configuration.new(app_id, api_key, hosts, 'Search', opts) create_with_config(config) end |
.create_with_config(config) ⇒ Object
31 32 33 |
# File 'lib/algolia/api/search_client.rb', line 31 def self.create_with_config(config) new(config) end |
Instance Method Details
#add_api_key(api_key, request_options = {}) ⇒ AddApiKeyResponse
Creates a new API key with specific permissions and restrictions.
Required API Key ACLs:
- admin
74 75 76 77 |
# File 'lib/algolia/api/search_client.rb', line 74 def add_api_key(api_key, = {}) response = add_api_key_with_http_info(api_key, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::AddApiKeyResponse') end |
#add_api_key_with_http_info(api_key, request_options = {}) ⇒ Http::Response
Creates a new API key with specific permissions and restrictions.
Required API Key ACLs:
- admin
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
# File 'lib/algolia/api/search_client.rb', line 42 def add_api_key_with_http_info(api_key, = {}) # verify the required parameter 'api_key' is set if @api_client.config.client_side_validation && api_key.nil? raise ArgumentError, "Parameter `api_key` is required when calling `add_api_key`." end path = '/1/keys' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(api_key) = .merge( :operation => :'SearchClient.add_api_key', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#add_or_update_object(index_name, object_id, body, request_options = {}) ⇒ UpdatedAtWithObjectIdResponse
If a record with the specified object ID exists, the existing record is replaced. Otherwise, a new record is added to the index. To update some attributes of an existing record, use the [‘partial` operation](#tag/Records/operation/partialUpdateObject) instead. To add, update, or replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
Required API Key ACLs:
- addObject
131 132 133 134 |
# File 'lib/algolia/api/search_client.rb', line 131 def add_or_update_object(index_name, object_id, body, = {}) response = add_or_update_object_with_http_info(index_name, object_id, body, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UpdatedAtWithObjectIdResponse') end |
#add_or_update_object_with_http_info(index_name, object_id, body, request_options = {}) ⇒ Http::Response
If a record with the specified object ID exists, the existing record is replaced. Otherwise, a new record is added to the index. To update some attributes of an existing record, use the [`partial` operation](#tag/Records/operation/partialUpdateObject) instead. To add, update, or replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
Required API Key ACLs:
- addObject
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
# File 'lib/algolia/api/search_client.rb', line 88 def add_or_update_object_with_http_info(index_name, object_id, body, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `add_or_update_object`." end # verify the required parameter 'object_id' is set if @api_client.config.client_side_validation && object_id.nil? raise ArgumentError, "Parameter `object_id` is required when calling `add_or_update_object`." end # verify the required parameter 'body' is set if @api_client.config.client_side_validation && body.nil? raise ArgumentError, "Parameter `body` is required when calling `add_or_update_object`." end path = '/1/indexes/{indexName}/{objectID}'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)).sub('{' + 'objectID' + '}', Transport.encode_uri(object_id.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(body) = .merge( :operation => :'SearchClient.add_or_update_object', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:PUT, path, ) end |
#append_source(source, request_options = {}) ⇒ CreatedAtResponse
Adds a source to the list of allowed sources.
Required API Key ACLs:
- admin
175 176 177 178 |
# File 'lib/algolia/api/search_client.rb', line 175 def append_source(source, = {}) response = append_source_with_http_info(source, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::CreatedAtResponse') end |
#append_source_with_http_info(source, request_options = {}) ⇒ Http::Response
Adds a source to the list of allowed sources.
Required API Key ACLs:
- admin
143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/algolia/api/search_client.rb', line 143 def append_source_with_http_info(source, = {}) # verify the required parameter 'source' is set if @api_client.config.client_side_validation && source.nil? raise ArgumentError, "Parameter `source` is required when calling `append_source`." end path = '/1/security/sources/append' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(source) = .merge( :operation => :'SearchClient.append_source', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#assign_user_id(x_algolia_user_id, assign_user_id_params, request_options = {}) ⇒ CreatedAtResponse
Assigns or moves a user ID to a cluster. The time it takes to move a user is proportional to the amount of data linked to the user ID.
Required API Key ACLs:
- admin
232 233 234 235 |
# File 'lib/algolia/api/search_client.rb', line 232 def assign_user_id(x_algolia_user_id, assign_user_id_params, = {}) response = assign_user_id_with_http_info(x_algolia_user_id, assign_user_id_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::CreatedAtResponse') end |
#assign_user_id_with_http_info(x_algolia_user_id, assign_user_id_params, request_options = {}) ⇒ Http::Response
Assigns or moves a user ID to a cluster. The time it takes to move a user is proportional to the amount of data linked to the user ID.
Required API Key ACLs:
- admin
188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 |
# File 'lib/algolia/api/search_client.rb', line 188 def assign_user_id_with_http_info(x_algolia_user_id, assign_user_id_params, = {}) # verify the required parameter 'x_algolia_user_id' is set if @api_client.config.client_side_validation && x_algolia_user_id.nil? raise ArgumentError, "Parameter `x_algolia_user_id` is required when calling `assign_user_id`." end pattern = /^[a-zA-Z0-9 \-*.]+$/ if @api_client.config.client_side_validation && x_algolia_user_id !~ pattern raise ArgumentError, "invalid value for 'x_algolia_user_id' when calling SearchClient.assign_user_id, must conform to the pattern #{pattern}." end # verify the required parameter 'assign_user_id_params' is set if @api_client.config.client_side_validation && assign_user_id_params.nil? raise ArgumentError, "Parameter `assign_user_id_params` is required when calling `assign_user_id`." end path = '/1/clusters/mapping' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params[:'X-Algolia-User-ID'] = x_algolia_user_id header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(assign_user_id_params) = .merge( :operation => :'SearchClient.assign_user_id', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#batch(index_name, batch_write_params, request_options = {}) ⇒ BatchResponse
278 279 280 281 |
# File 'lib/algolia/api/search_client.rb', line 278 def batch(index_name, batch_write_params, = {}) response = batch_with_http_info(index_name, batch_write_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::BatchResponse') end |
#batch_assign_user_ids(x_algolia_user_id, batch_assign_user_ids_params, request_options = {}) ⇒ CreatedAtResponse
Assigns multiple user IDs to a cluster. **You can’t move users with this operation**.
Required API Key ACLs:
- admin
335 336 337 338 |
# File 'lib/algolia/api/search_client.rb', line 335 def batch_assign_user_ids(x_algolia_user_id, batch_assign_user_ids_params, = {}) response = batch_assign_user_ids_with_http_info(x_algolia_user_id, batch_assign_user_ids_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::CreatedAtResponse') end |
#batch_assign_user_ids_with_http_info(x_algolia_user_id, batch_assign_user_ids_params, request_options = {}) ⇒ Http::Response
Assigns multiple user IDs to a cluster. **You can't move users with this operation**.
Required API Key ACLs:
- admin
291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 |
# File 'lib/algolia/api/search_client.rb', line 291 def batch_assign_user_ids_with_http_info(x_algolia_user_id, batch_assign_user_ids_params, = {}) # verify the required parameter 'x_algolia_user_id' is set if @api_client.config.client_side_validation && x_algolia_user_id.nil? raise ArgumentError, "Parameter `x_algolia_user_id` is required when calling `batch_assign_user_ids`." end pattern = /^[a-zA-Z0-9 \-*.]+$/ if @api_client.config.client_side_validation && x_algolia_user_id !~ pattern raise ArgumentError, "invalid value for 'x_algolia_user_id' when calling SearchClient.batch_assign_user_ids, must conform to the pattern #{pattern}." end # verify the required parameter 'batch_assign_user_ids_params' is set if @api_client.config.client_side_validation && batch_assign_user_ids_params.nil? raise ArgumentError, "Parameter `batch_assign_user_ids_params` is required when calling `batch_assign_user_ids`." end path = '/1/clusters/mapping/batch' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params[:'X-Algolia-User-ID'] = x_algolia_user_id header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(batch_assign_user_ids_params) = .merge( :operation => :'SearchClient.batch_assign_user_ids', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#batch_dictionary_entries(dictionary_name, batch_dictionary_entries_params, request_options = {}) ⇒ UpdatedAtResponse
Adds or deletes multiple entries from your plurals, segmentation, or stop word dictionaries.
Required API Key ACLs:
- editSettings
385 386 387 388 |
# File 'lib/algolia/api/search_client.rb', line 385 def batch_dictionary_entries(dictionary_name, batch_dictionary_entries_params, = {}) response = batch_dictionary_entries_with_http_info(dictionary_name, batch_dictionary_entries_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UpdatedAtResponse') end |
#batch_dictionary_entries_with_http_info(dictionary_name, batch_dictionary_entries_params, request_options = {}) ⇒ Http::Response
Adds or deletes multiple entries from your plurals, segmentation, or stop word dictionaries.
Required API Key ACLs:
- editSettings
348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 |
# File 'lib/algolia/api/search_client.rb', line 348 def batch_dictionary_entries_with_http_info(dictionary_name, batch_dictionary_entries_params, = {}) # verify the required parameter 'dictionary_name' is set if @api_client.config.client_side_validation && dictionary_name.nil? raise ArgumentError, "Parameter `dictionary_name` is required when calling `batch_dictionary_entries`." end # verify the required parameter 'batch_dictionary_entries_params' is set if @api_client.config.client_side_validation && batch_dictionary_entries_params.nil? raise ArgumentError, "Parameter `batch_dictionary_entries_params` is required when calling `batch_dictionary_entries`." end path = '/1/dictionaries/{dictionaryName}/batch'.sub('{' + 'dictionaryName' + '}', Transport.encode_uri(dictionary_name.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(batch_dictionary_entries_params) = .merge( :operation => :'SearchClient.batch_dictionary_entries', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#batch_with_http_info(index_name, batch_write_params, request_options = {}) ⇒ Http::Response
Returns the response.
243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 |
# File 'lib/algolia/api/search_client.rb', line 243 def batch_with_http_info(index_name, batch_write_params, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `batch`." end # verify the required parameter 'batch_write_params' is set if @api_client.config.client_side_validation && batch_write_params.nil? raise ArgumentError, "Parameter `batch_write_params` is required when calling `batch`." end path = '/1/indexes/{indexName}/batch'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(batch_write_params) = .merge( :operation => :'SearchClient.batch', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#browse(index_name, browse_params = nil, request_options = {}) ⇒ BrowseResponse
Retrieves records from an index, up to 1,000 per request. While searching retrieves hits (records augmented with attributes for highlighting and ranking details), browsing just returns matching records. This can be useful if you want to export your indices. - The Analytics API doesn’t collect data when using ‘browse`. - Records are ranked by attributes and custom ranking. - Deduplication (`distinct`) is turned off. - There’s no ranking for: typo-tolerance, number of matched words, proximity, geo distance.
Required API Key ACLs:
- browse
431 432 433 434 |
# File 'lib/algolia/api/search_client.rb', line 431 def browse(index_name, browse_params = nil, = {}) response = browse_with_http_info(index_name, browse_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::BrowseResponse') end |
#browse_objects(index_name, browse_params = Search::BrowseParamsObject.new, request_options = {}, &block) ⇒ Object
Helper: Iterate on the ‘browse` method of the client to allow aggregating objects of an index.
3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 |
# File 'lib/algolia/api/search_client.rb', line 3070 def browse_objects(index_name, browse_params = Search::BrowseParamsObject.new, = {}, &block) hits = [] loop do res = browse(index_name, browse_params, ) if block_given? res.hits.each do |hit| block.call(hit) end else hits.concat(res.hits) end browse_params.cursor = res.cursor break if browse_params.cursor.nil? end hits unless block_given? end |
#browse_rules(index_name, search_rules_params = Search::SearchRulesParams.new(hits_per_page: 1000, page: 0), request_options = {}, &block) ⇒ Object
Helper: Iterate on the ‘searchRules` method of the client to allow aggregating rules of an index.
3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 |
# File 'lib/algolia/api/search_client.rb', line 3094 def browse_rules(index_name, search_rules_params = Search::SearchRulesParams.new(hits_per_page: 1000, page: 0), = {}, &block) rules = [] loop do res = search_rules(index_name, search_rules_params, ) if block_given? res.hits.each do |rule| block.call(rule) end else rules.concat(res.hits) end search_rules_params.page += 1 break if res.nb_hits < search_rules_params.hits_per_page end rules unless block_given? end |
#browse_synonyms(index_name, search_synonyms_params = Search::SearchSynonymsParams.new(hits_per_page: 1000, page: 0), request_options = {}, &block) ⇒ Object
Helper: Iterate on the ‘searchSynonyms` method of the client to allow aggregating synonyms of an index.
3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 |
# File 'lib/algolia/api/search_client.rb', line 3118 def browse_synonyms(index_name, search_synonyms_params = Search::SearchSynonymsParams.new(hits_per_page: 1000, page: 0), = {}, &block) synonyms = [] loop do res = search_synonyms(index_name, search_synonyms_params, ) if block_given? res.hits.each do |synonym| block.call(synonym) end else synonyms.concat(res.hits) end search_synonyms_params.page += 1 break if res.nb_hits < search_synonyms_params.hits_per_page end synonyms unless block_given? end |
#browse_with_http_info(index_name, browse_params = nil, request_options = {}) ⇒ Http::Response
Retrieves records from an index, up to 1,000 per request. While searching retrieves hits (records augmented with attributes for highlighting and ranking details), browsing just returns matching records. This can be useful if you want to export your indices. - The Analytics API doesn't collect data when using `browse`. - Records are ranked by attributes and custom ranking. - Deduplication (`distinct`) is turned off. - There's no ranking for: typo-tolerance, number of matched words, proximity, geo distance.
Required API Key ACLs:
- browse
398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 |
# File 'lib/algolia/api/search_client.rb', line 398 def browse_with_http_info(index_name, browse_params = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `browse`." end path = '/1/indexes/{indexName}/browse'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(browse_params) = .merge( :operation => :'SearchClient.browse', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#chunked_batch(index_name, objects, action = Action::ADD_OBJECT, wait_for_tasks = false, batch_size = 1000, request_options = {}) ⇒ Array<BatchResponse>
Helper: Chunks the given ‘objects` list in subset of 1000 elements max in order to make it fit in `batch` requests.
3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 |
# File 'lib/algolia/api/search_client.rb', line 3250 def chunked_batch(index_name, objects, action = Action::ADD_OBJECT, wait_for_tasks = false, batch_size = 1000, = {}) responses = [] objects.each_slice(batch_size) do |chunk| requests = chunk.map do |object| Search::BatchRequest.new(action: action, body: object) end responses.append(batch(index_name, Search::BatchWriteParams.new(requests: requests), )) end if wait_for_tasks responses.each do |response| wait_for_task(index_name, response.task_id) end end responses end |
#clear_objects(index_name, request_options = {}) ⇒ UpdatedAtResponse
Deletes only the records from an index while keeping settings, synonyms, and rules.
Required API Key ACLs:
- deleteIndex
475 476 477 478 |
# File 'lib/algolia/api/search_client.rb', line 475 def clear_objects(index_name, = {}) response = clear_objects_with_http_info(index_name, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UpdatedAtResponse') end |
#clear_objects_with_http_info(index_name, request_options = {}) ⇒ Http::Response
Deletes only the records from an index while keeping settings, synonyms, and rules.
Required API Key ACLs:
- deleteIndex
443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 |
# File 'lib/algolia/api/search_client.rb', line 443 def clear_objects_with_http_info(index_name, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `clear_objects`." end path = '/1/indexes/{indexName}/clear'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.clear_objects', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#clear_rules(index_name, forward_to_replicas = nil, request_options = {}) ⇒ UpdatedAtResponse
Deletes all rules from the index.
Required API Key ACLs:
- editSettings
522 523 524 525 |
# File 'lib/algolia/api/search_client.rb', line 522 def clear_rules(index_name, forward_to_replicas = nil, = {}) response = clear_rules_with_http_info(index_name, forward_to_replicas, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UpdatedAtResponse') end |
#clear_rules_with_http_info(index_name, forward_to_replicas = nil, request_options = {}) ⇒ Http::Response
Deletes all rules from the index.
Required API Key ACLs:
- editSettings
488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 |
# File 'lib/algolia/api/search_client.rb', line 488 def clear_rules_with_http_info(index_name, forward_to_replicas = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `clear_rules`." end path = '/1/indexes/{indexName}/rules/clear'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params[:forwardToReplicas] = forward_to_replicas unless forward_to_replicas.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.clear_rules', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#clear_synonyms(index_name, forward_to_replicas = nil, request_options = {}) ⇒ UpdatedAtResponse
Deletes all synonyms from the index.
Required API Key ACLs:
- editSettings
569 570 571 572 |
# File 'lib/algolia/api/search_client.rb', line 569 def clear_synonyms(index_name, forward_to_replicas = nil, = {}) response = clear_synonyms_with_http_info(index_name, forward_to_replicas, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UpdatedAtResponse') end |
#clear_synonyms_with_http_info(index_name, forward_to_replicas = nil, request_options = {}) ⇒ Http::Response
Deletes all synonyms from the index.
Required API Key ACLs:
- editSettings
535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 |
# File 'lib/algolia/api/search_client.rb', line 535 def clear_synonyms_with_http_info(index_name, forward_to_replicas = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `clear_synonyms`." end path = '/1/indexes/{indexName}/synonyms/clear'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params[:forwardToReplicas] = forward_to_replicas unless forward_to_replicas.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.clear_synonyms', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#custom_delete(path, parameters = nil, request_options = {}) ⇒ Object
612 613 614 615 |
# File 'lib/algolia/api/search_client.rb', line 612 def custom_delete(path, parameters = nil, = {}) response = custom_delete_with_http_info(path, parameters, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Object') end |
#custom_delete_with_http_info(path, parameters = nil, request_options = {}) ⇒ Http::Response
Returns the response.
580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 |
# File 'lib/algolia/api/search_client.rb', line 580 def custom_delete_with_http_info(path, parameters = nil, = {}) # verify the required parameter 'path' is set if @api_client.config.client_side_validation && path.nil? raise ArgumentError, "Parameter `path` is required when calling `custom_delete`." end path = '/{path}'.sub('{' + 'path' + '}', path.to_s) query_params = {} query_params = query_params.merge(parameters) unless parameters.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.custom_delete', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:DELETE, path, ) end |
#custom_get(path, parameters = nil, request_options = {}) ⇒ Object
655 656 657 658 |
# File 'lib/algolia/api/search_client.rb', line 655 def custom_get(path, parameters = nil, = {}) response = custom_get_with_http_info(path, parameters, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Object') end |
#custom_get_with_http_info(path, parameters = nil, request_options = {}) ⇒ Http::Response
Returns the response.
623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 |
# File 'lib/algolia/api/search_client.rb', line 623 def custom_get_with_http_info(path, parameters = nil, = {}) # verify the required parameter 'path' is set if @api_client.config.client_side_validation && path.nil? raise ArgumentError, "Parameter `path` is required when calling `custom_get`." end path = '/{path}'.sub('{' + 'path' + '}', path.to_s) query_params = {} query_params = query_params.merge(parameters) unless parameters.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.custom_get', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#custom_post(path, parameters = nil, body = nil, request_options = {}) ⇒ Object
700 701 702 703 |
# File 'lib/algolia/api/search_client.rb', line 700 def custom_post(path, parameters = nil, body = nil, = {}) response = custom_post_with_http_info(path, parameters, body, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Object') end |
#custom_post_with_http_info(path, parameters = nil, body = nil, request_options = {}) ⇒ Http::Response
Returns the response.
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 |
# File 'lib/algolia/api/search_client.rb', line 667 def custom_post_with_http_info(path, parameters = nil, body = nil, = {}) # verify the required parameter 'path' is set if @api_client.config.client_side_validation && path.nil? raise ArgumentError, "Parameter `path` is required when calling `custom_post`." end path = '/{path}'.sub('{' + 'path' + '}', path.to_s) query_params = {} query_params = query_params.merge(parameters) unless parameters.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(body) = .merge( :operation => :'SearchClient.custom_post', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#custom_put(path, parameters = nil, body = nil, request_options = {}) ⇒ Object
745 746 747 748 |
# File 'lib/algolia/api/search_client.rb', line 745 def custom_put(path, parameters = nil, body = nil, = {}) response = custom_put_with_http_info(path, parameters, body, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Object') end |
#custom_put_with_http_info(path, parameters = nil, body = nil, request_options = {}) ⇒ Http::Response
Returns the response.
712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 |
# File 'lib/algolia/api/search_client.rb', line 712 def custom_put_with_http_info(path, parameters = nil, body = nil, = {}) # verify the required parameter 'path' is set if @api_client.config.client_side_validation && path.nil? raise ArgumentError, "Parameter `path` is required when calling `custom_put`." end path = '/{path}'.sub('{' + 'path' + '}', path.to_s) query_params = {} query_params = query_params.merge(parameters) unless parameters.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(body) = .merge( :operation => :'SearchClient.custom_put', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:PUT, path, ) end |
#delete_api_key(key, request_options = {}) ⇒ DeleteApiKeyResponse
Deletes the API key.
Required API Key ACLs:
- admin
789 790 791 792 |
# File 'lib/algolia/api/search_client.rb', line 789 def delete_api_key(key, = {}) response = delete_api_key_with_http_info(key, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::DeleteApiKeyResponse') end |
#delete_api_key_with_http_info(key, request_options = {}) ⇒ Http::Response
Deletes the API key.
Required API Key ACLs:
- admin
757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 |
# File 'lib/algolia/api/search_client.rb', line 757 def delete_api_key_with_http_info(key, = {}) # verify the required parameter 'key' is set if @api_client.config.client_side_validation && key.nil? raise ArgumentError, "Parameter `key` is required when calling `delete_api_key`." end path = '/1/keys/{key}'.sub('{' + 'key' + '}', Transport.encode_uri(key.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.delete_api_key', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:DELETE, path, ) end |
#delete_by(index_name, delete_by_params, request_options = {}) ⇒ DeletedAtResponse
This operation doesn’t accept empty queries or filters. It’s more efficient to get a list of object IDs with the [‘browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch).
Required API Key ACLs:
- deleteIndex
839 840 841 842 |
# File 'lib/algolia/api/search_client.rb', line 839 def delete_by(index_name, delete_by_params, = {}) response = delete_by_with_http_info(index_name, delete_by_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::DeletedAtResponse') end |
#delete_by_with_http_info(index_name, delete_by_params, request_options = {}) ⇒ Http::Response
This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch).
Required API Key ACLs:
- deleteIndex
802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 |
# File 'lib/algolia/api/search_client.rb', line 802 def delete_by_with_http_info(index_name, delete_by_params, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `delete_by`." end # verify the required parameter 'delete_by_params' is set if @api_client.config.client_side_validation && delete_by_params.nil? raise ArgumentError, "Parameter `delete_by_params` is required when calling `delete_by`." end path = '/1/indexes/{indexName}/deleteByQuery'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(delete_by_params) = .merge( :operation => :'SearchClient.delete_by', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#delete_index(index_name, request_options = {}) ⇒ DeletedAtResponse
Deletes an index and all its settings. - Deleting an index doesn’t delete its analytics data. - If you try to delete a non-existing index, the operation is ignored without warning. - If the index you want to delete has replica indices, the replicas become independent indices. - If the index you want to delete is a replica index, you must first unlink it from its primary index before you can delete it. For more information, see [Delete replica indices](www.algolia.com/doc/guides/managing-results/refine-results/sorting/how-to/deleting-replicas/).
Required API Key ACLs:
- deleteIndex
883 884 885 886 |
# File 'lib/algolia/api/search_client.rb', line 883 def delete_index(index_name, = {}) response = delete_index_with_http_info(index_name, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::DeletedAtResponse') end |
#delete_index_with_http_info(index_name, request_options = {}) ⇒ Http::Response
Deletes an index and all its settings. - Deleting an index doesn't delete its analytics data. - If you try to delete a non-existing index, the operation is ignored without warning. - If the index you want to delete has replica indices, the replicas become independent indices. - If the index you want to delete is a replica index, you must first unlink it from its primary index before you can delete it. For more information, see [Delete replica indices](www.algolia.com/doc/guides/managing-results/refine-results/sorting/how-to/deleting-replicas/).
Required API Key ACLs:
- deleteIndex
851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 |
# File 'lib/algolia/api/search_client.rb', line 851 def delete_index_with_http_info(index_name, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `delete_index`." end path = '/1/indexes/{indexName}'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.delete_index', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:DELETE, path, ) end |
#delete_object(index_name, object_id, request_options = {}) ⇒ DeletedAtResponse
Deletes a record by its object ID. To delete more than one record, use the [‘batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteByQuery` operation](#tag/Records/operation/deleteBy).
Required API Key ACLs:
- deleteObject
934 935 936 937 |
# File 'lib/algolia/api/search_client.rb', line 934 def delete_object(index_name, object_id, = {}) response = delete_object_with_http_info(index_name, object_id, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::DeletedAtResponse') end |
#delete_object_with_http_info(index_name, object_id, request_options = {}) ⇒ Http::Response
Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteByQuery` operation](#tag/Records/operation/deleteBy).
Required API Key ACLs:
- deleteObject
896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 |
# File 'lib/algolia/api/search_client.rb', line 896 def delete_object_with_http_info(index_name, object_id, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `delete_object`." end # verify the required parameter 'object_id' is set if @api_client.config.client_side_validation && object_id.nil? raise ArgumentError, "Parameter `object_id` is required when calling `delete_object`." end path = '/1/indexes/{indexName}/{objectID}'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)).sub('{' + 'objectID' + '}', Transport.encode_uri(object_id.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.delete_object', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:DELETE, path, ) end |
#delete_objects(index_name, object_ids, request_options = {}) ⇒ BatchResponse
Helper: Deletes every records for the given objectIDs. The ‘chunked_batch` helper is used under the hood, which creates a `batch` requests with at most 1000 objectIDs in it.
3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 |
# File 'lib/algolia/api/search_client.rb', line 3208 def delete_objects(index_name, object_ids, = {}) chunked_batch( index_name, object_ids.map { |id| { "objectID" => id } }, Search::Action::DELETE_OBJECT, false, 1000, ) end |
#delete_rule(index_name, object_id, forward_to_replicas = nil, request_options = {}) ⇒ UpdatedAtResponse
Deletes a rule by its ID. To find the object ID for rules, use the [‘search` operation](#tag/Rules/operation/searchRules).
Required API Key ACLs:
- editSettings
988 989 990 991 |
# File 'lib/algolia/api/search_client.rb', line 988 def delete_rule(index_name, object_id, forward_to_replicas = nil, = {}) response = delete_rule_with_http_info(index_name, object_id, forward_to_replicas, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UpdatedAtResponse') end |
#delete_rule_with_http_info(index_name, object_id, forward_to_replicas = nil, request_options = {}) ⇒ Http::Response
Deletes a rule by its ID. To find the object ID for rules, use the [`search` operation](#tag/Rules/operation/searchRules).
Required API Key ACLs:
- editSettings
948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 |
# File 'lib/algolia/api/search_client.rb', line 948 def delete_rule_with_http_info(index_name, object_id, forward_to_replicas = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `delete_rule`." end # verify the required parameter 'object_id' is set if @api_client.config.client_side_validation && object_id.nil? raise ArgumentError, "Parameter `object_id` is required when calling `delete_rule`." end path = '/1/indexes/{indexName}/rules/{objectID}'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)).sub('{' + 'objectID' + '}', Transport.encode_uri(object_id.to_s)) query_params = {} query_params[:forwardToReplicas] = forward_to_replicas unless forward_to_replicas.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.delete_rule', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:DELETE, path, ) end |
#delete_source(source, request_options = {}) ⇒ DeleteSourceResponse
Deletes a source from the list of allowed sources.
Required API Key ACLs:
- admin
1032 1033 1034 1035 |
# File 'lib/algolia/api/search_client.rb', line 1032 def delete_source(source, = {}) response = delete_source_with_http_info(source, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::DeleteSourceResponse') end |
#delete_source_with_http_info(source, request_options = {}) ⇒ Http::Response
Deletes a source from the list of allowed sources.
Required API Key ACLs:
- admin
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 |
# File 'lib/algolia/api/search_client.rb', line 1000 def delete_source_with_http_info(source, = {}) # verify the required parameter 'source' is set if @api_client.config.client_side_validation && source.nil? raise ArgumentError, "Parameter `source` is required when calling `delete_source`." end path = '/1/security/sources/{source}'.sub('{' + 'source' + '}', Transport.encode_uri(source.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.delete_source', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:DELETE, path, ) end |
#delete_synonym(index_name, object_id, forward_to_replicas = nil, request_options = {}) ⇒ DeletedAtResponse
Deletes a synonym by its ID. To find the object IDs of your synonyms, use the [‘search` operation](#tag/Synonyms/operation/searchSynonyms).
Required API Key ACLs:
- editSettings
1086 1087 1088 1089 |
# File 'lib/algolia/api/search_client.rb', line 1086 def delete_synonym(index_name, object_id, forward_to_replicas = nil, = {}) response = delete_synonym_with_http_info(index_name, object_id, forward_to_replicas, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::DeletedAtResponse') end |
#delete_synonym_with_http_info(index_name, object_id, forward_to_replicas = nil, request_options = {}) ⇒ Http::Response
Deletes a synonym by its ID. To find the object IDs of your synonyms, use the [`search` operation](#tag/Synonyms/operation/searchSynonyms).
Required API Key ACLs:
- editSettings
1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 |
# File 'lib/algolia/api/search_client.rb', line 1046 def delete_synonym_with_http_info(index_name, object_id, forward_to_replicas = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `delete_synonym`." end # verify the required parameter 'object_id' is set if @api_client.config.client_side_validation && object_id.nil? raise ArgumentError, "Parameter `object_id` is required when calling `delete_synonym`." end path = '/1/indexes/{indexName}/synonyms/{objectID}'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)).sub('{' + 'objectID' + '}', Transport.encode_uri(object_id.to_s)) query_params = {} query_params[:forwardToReplicas] = forward_to_replicas unless forward_to_replicas.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.delete_synonym', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:DELETE, path, ) end |
#generate_secured_api_key(parent_api_key, restrictions = {}) ⇒ String
Helper: Generates a secured API key based on the given ‘parent_api_key` and given `restrictions`.
3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 |
# File 'lib/algolia/api/search_client.rb', line 3143 def generate_secured_api_key(parent_api_key, restrictions = {}) restrictions = restrictions.to_hash if restrictions.key?(:searchParams) # merge searchParams with the root of the restrictions restrictions.merge!(restrictions[:searchParams]) restrictions.delete(:searchParams) end url_encoded_restrictions = Algolia::Transport.stringify_query_params(restrictions).sort.to_h.map do |key, value| "#{key}=#{value}" end.join('&') hmac = OpenSSL::HMAC.hexdigest(OpenSSL::Digest.new('sha256'), parent_api_key, url_encoded_restrictions) Base64.encode64("#{hmac}#{url_encoded_restrictions}").gsub("\n", '') end |
#get_api_key(key, request_options = {}) ⇒ GetApiKeyResponse
1126 1127 1128 1129 |
# File 'lib/algolia/api/search_client.rb', line 1126 def get_api_key(key, = {}) response = get_api_key_with_http_info(key, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::GetApiKeyResponse') end |
#get_api_key_with_http_info(key, request_options = {}) ⇒ Http::Response
Returns the response.
1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 |
# File 'lib/algolia/api/search_client.rb', line 1096 def get_api_key_with_http_info(key, = {}) # verify the required parameter 'key' is set if @api_client.config.client_side_validation && key.nil? raise ArgumentError, "Parameter `key` is required when calling `get_api_key`." end path = '/1/keys/{key}'.sub('{' + 'key' + '}', Transport.encode_uri(key.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.get_api_key', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#get_app_task(task_id, request_options = {}) ⇒ GetTaskResponse
Checks the status of a given application task.
Required API Key ACLs:
- editSettings
1170 1171 1172 1173 |
# File 'lib/algolia/api/search_client.rb', line 1170 def get_app_task(task_id, = {}) response = get_app_task_with_http_info(task_id, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::GetTaskResponse') end |
#get_app_task_with_http_info(task_id, request_options = {}) ⇒ Http::Response
Checks the status of a given application task.
Required API Key ACLs:
- editSettings
1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 |
# File 'lib/algolia/api/search_client.rb', line 1138 def get_app_task_with_http_info(task_id, = {}) # verify the required parameter 'task_id' is set if @api_client.config.client_side_validation && task_id.nil? raise ArgumentError, "Parameter `task_id` is required when calling `get_app_task`." end path = '/1/task/{taskID}'.sub('{' + 'taskID' + '}', Transport.encode_uri(task_id.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.get_app_task', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#get_dictionary_languages(request_options = {}) ⇒ Hash<String, Languages>
Lists supported languages with their supported dictionary types and number of custom entries.
Required API Key ACLs:
- settings
1207 1208 1209 1210 |
# File 'lib/algolia/api/search_client.rb', line 1207 def get_dictionary_languages( = {}) response = get_dictionary_languages_with_http_info() @api_client.deserialize(response.body, [:debug_return_type] || 'Search::Hash<String, Languages>') end |
#get_dictionary_languages_with_http_info(request_options = {}) ⇒ Http::Response
Lists supported languages with their supported dictionary types and number of custom entries.
Required API Key ACLs:
- settings
1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 |
# File 'lib/algolia/api/search_client.rb', line 1181 def get_dictionary_languages_with_http_info( = {}) path = '/1/dictionaries/*/languages' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.get_dictionary_languages', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#get_dictionary_settings(request_options = {}) ⇒ GetDictionarySettingsResponse
Retrieves the languages for which standard dictionary entries are turned off.
Required API Key ACLs:
- settings
1244 1245 1246 1247 |
# File 'lib/algolia/api/search_client.rb', line 1244 def get_dictionary_settings( = {}) response = get_dictionary_settings_with_http_info() @api_client.deserialize(response.body, [:debug_return_type] || 'Search::GetDictionarySettingsResponse') end |
#get_dictionary_settings_with_http_info(request_options = {}) ⇒ Http::Response
Retrieves the languages for which standard dictionary entries are turned off.
Required API Key ACLs:
- settings
1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 |
# File 'lib/algolia/api/search_client.rb', line 1218 def get_dictionary_settings_with_http_info( = {}) path = '/1/dictionaries/*/settings' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.get_dictionary_settings', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#get_logs(offset = nil, length = nil, index_name = nil, type = nil, request_options = {}) ⇒ GetLogsResponse
The request must be authenticated by an API key with the [‘logs` ACL](www.algolia.com/doc/guides/security/api-keys/#access-control-list-acl). - Logs are held for the last seven days. - Up to 1,000 API requests per server are logged. - This request counts towards your [operations quota](support.algolia.com/hc/en-us/articles/4406981829777-How-does-Algolia-count-records-and-operations-) but doesn’t appear in the logs itself.
Required API Key ACLs:
- logs
1297 1298 1299 1300 |
# File 'lib/algolia/api/search_client.rb', line 1297 def get_logs(offset = nil, length = nil, index_name = nil, type = nil, = {}) response = get_logs_with_http_info(offset, length, index_name, type, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::GetLogsResponse') end |
#get_logs_with_http_info(offset = nil, length = nil, index_name = nil, type = nil, request_options = {}) ⇒ Http::Response
The request must be authenticated by an API key with the [`logs` ACL](www.algolia.com/doc/guides/security/api-keys/#access-control-list-acl). - Logs are held for the last seven days. - Up to 1,000 API requests per server are logged. - This request counts towards your [operations quota](support.algolia.com/hc/en-us/articles/4406981829777-How-does-Algolia-count-records-and-operations-) but doesn't appear in the logs itself.
Required API Key ACLs:
- logs
1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 |
# File 'lib/algolia/api/search_client.rb', line 1259 def get_logs_with_http_info(offset = nil, length = nil, index_name = nil, type = nil, = {}) if @api_client.config.client_side_validation && !length.nil? && length > 1000 raise ArgumentError, 'invalid value for ""length"" when calling SearchClient.get_logs, must be smaller than or equal to 1000.' end path = '/1/logs' query_params = {} query_params[:offset] = offset unless offset.nil? query_params[:length] = length unless length.nil? query_params[:indexName] = index_name unless index_name.nil? query_params[:type] = type unless type.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.get_logs', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#get_object(index_name, object_id, attributes_to_retrieve = nil, request_options = {}) ⇒ Hash<String, String>
Retrieves one record by its object ID. To retrieve more than one record, use the [‘objects` operation](#tag/Records/operation/getObjects).
Required API Key ACLs:
- search
1351 1352 1353 1354 |
# File 'lib/algolia/api/search_client.rb', line 1351 def get_object(index_name, object_id, attributes_to_retrieve = nil, = {}) response = get_object_with_http_info(index_name, object_id, attributes_to_retrieve, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::Hash<String, String>') end |
#get_object_with_http_info(index_name, object_id, attributes_to_retrieve = nil, request_options = {}) ⇒ Http::Response
Retrieves one record by its object ID. To retrieve more than one record, use the [`objects` operation](#tag/Records/operation/getObjects).
Required API Key ACLs:
- search
1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 |
# File 'lib/algolia/api/search_client.rb', line 1311 def get_object_with_http_info(index_name, object_id, attributes_to_retrieve = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `get_object`." end # verify the required parameter 'object_id' is set if @api_client.config.client_side_validation && object_id.nil? raise ArgumentError, "Parameter `object_id` is required when calling `get_object`." end path = '/1/indexes/{indexName}/{objectID}'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)).sub('{' + 'objectID' + '}', Transport.encode_uri(object_id.to_s)) query_params = {} query_params[:attributesToRetrieve] = @api_client.build_collection_param(attributes_to_retrieve, :multi) unless attributes_to_retrieve.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.get_object', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#get_objects(get_objects_params, request_options = {}) ⇒ GetObjectsResponse
Retrieves one or more records, potentially from different indices. Records are returned in the same order as the requests.
Required API Key ACLs:
- search
1395 1396 1397 1398 |
# File 'lib/algolia/api/search_client.rb', line 1395 def get_objects(get_objects_params, = {}) response = get_objects_with_http_info(get_objects_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::GetObjectsResponse') end |
#get_objects_with_http_info(get_objects_params, request_options = {}) ⇒ Http::Response
Retrieves one or more records, potentially from different indices. Records are returned in the same order as the requests.
Required API Key ACLs:
- search
1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 |
# File 'lib/algolia/api/search_client.rb', line 1363 def get_objects_with_http_info(get_objects_params, = {}) # verify the required parameter 'get_objects_params' is set if @api_client.config.client_side_validation && get_objects_params.nil? raise ArgumentError, "Parameter `get_objects_params` is required when calling `get_objects`." end path = '/1/indexes/*/objects' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(get_objects_params) = .merge( :operation => :'SearchClient.get_objects', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => true ) @api_client.call_api(:POST, path, ) end |
#get_rule(index_name, object_id, request_options = {}) ⇒ Rule
Retrieves a rule by its ID. To find the object ID of rules, use the [‘search` operation](#tag/Rules/operation/searchRules).
Required API Key ACLs:
- settings
1446 1447 1448 1449 |
# File 'lib/algolia/api/search_client.rb', line 1446 def get_rule(index_name, object_id, = {}) response = get_rule_with_http_info(index_name, object_id, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::Rule') end |
#get_rule_with_http_info(index_name, object_id, request_options = {}) ⇒ Http::Response
Retrieves a rule by its ID. To find the object ID of rules, use the [`search` operation](#tag/Rules/operation/searchRules).
Required API Key ACLs:
- settings
1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 |
# File 'lib/algolia/api/search_client.rb', line 1408 def get_rule_with_http_info(index_name, object_id, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `get_rule`." end # verify the required parameter 'object_id' is set if @api_client.config.client_side_validation && object_id.nil? raise ArgumentError, "Parameter `object_id` is required when calling `get_rule`." end path = '/1/indexes/{indexName}/rules/{objectID}'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)).sub('{' + 'objectID' + '}', Transport.encode_uri(object_id.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.get_rule', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#get_secured_api_key_remaining_validity(secured_api_key) ⇒ Integer
Helper: Retrieves the remaining validity of the previous generated ‘secured_api_key`, the `validUntil` parameter must have been provided.
3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 |
# File 'lib/algolia/api/search_client.rb', line 3166 def get_secured_api_key_remaining_validity(secured_api_key) now = Time.now.to_i decoded_key = Base64.decode64(secured_api_key) regex = 'validUntil=(\d+)' matches = decoded_key.match(regex) if matches.nil? raise AlgoliaError, 'The SecuredApiKey doesn\'t have a validUntil parameter.' end valid_until = matches[1].to_i valid_until - now end |
#get_settings(index_name, request_options = {}) ⇒ IndexSettings
Retrieves an object with non-null index settings.
Required API Key ACLs:
- search
1490 1491 1492 1493 |
# File 'lib/algolia/api/search_client.rb', line 1490 def get_settings(index_name, = {}) response = get_settings_with_http_info(index_name, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::IndexSettings') end |
#get_settings_with_http_info(index_name, request_options = {}) ⇒ Http::Response
Retrieves an object with non-null index settings.
Required API Key ACLs:
- search
1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 |
# File 'lib/algolia/api/search_client.rb', line 1458 def get_settings_with_http_info(index_name, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `get_settings`." end path = '/1/indexes/{indexName}/settings'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.get_settings', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#get_sources(request_options = {}) ⇒ Array<Source>
Retrieves all allowed IP addresses with access to your application.
Required API Key ACLs:
- admin
1527 1528 1529 1530 |
# File 'lib/algolia/api/search_client.rb', line 1527 def get_sources( = {}) response = get_sources_with_http_info() @api_client.deserialize(response.body, [:debug_return_type] || 'Array<Search::Source>') end |
#get_sources_with_http_info(request_options = {}) ⇒ Http::Response
Retrieves all allowed IP addresses with access to your application.
Required API Key ACLs:
- admin
1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 |
# File 'lib/algolia/api/search_client.rb', line 1501 def get_sources_with_http_info( = {}) path = '/1/security/sources' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.get_sources', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#get_synonym(index_name, object_id, request_options = {}) ⇒ SynonymHit
Retrieves a syonym by its ID. To find the object IDs for your synonyms, use the [‘search` operation](#tag/Synonyms/operation/searchSynonyms).
Required API Key ACLs:
- settings
1578 1579 1580 1581 |
# File 'lib/algolia/api/search_client.rb', line 1578 def get_synonym(index_name, object_id, = {}) response = get_synonym_with_http_info(index_name, object_id, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::SynonymHit') end |
#get_synonym_with_http_info(index_name, object_id, request_options = {}) ⇒ Http::Response
Retrieves a syonym by its ID. To find the object IDs for your synonyms, use the [`search` operation](#tag/Synonyms/operation/searchSynonyms).
Required API Key ACLs:
- settings
1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 |
# File 'lib/algolia/api/search_client.rb', line 1540 def get_synonym_with_http_info(index_name, object_id, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `get_synonym`." end # verify the required parameter 'object_id' is set if @api_client.config.client_side_validation && object_id.nil? raise ArgumentError, "Parameter `object_id` is required when calling `get_synonym`." end path = '/1/indexes/{indexName}/synonyms/{objectID}'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)).sub('{' + 'objectID' + '}', Transport.encode_uri(object_id.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.get_synonym', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#get_task(index_name, task_id, request_options = {}) ⇒ GetTaskResponse
Checks the status of a given task. Indexing tasks are asynchronous. When you add, update, or delete records or indices, a task is created on a queue and completed depending on the load on the server. The indexing tasks’ responses include a task ID that you can use to check the status.
Required API Key ACLs:
- addObject
1629 1630 1631 1632 |
# File 'lib/algolia/api/search_client.rb', line 1629 def get_task(index_name, task_id, = {}) response = get_task_with_http_info(index_name, task_id, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::GetTaskResponse') end |
#get_task_with_http_info(index_name, task_id, request_options = {}) ⇒ Http::Response
Checks the status of a given task. Indexing tasks are asynchronous. When you add, update, or delete records or indices, a task is created on a queue and completed depending on the load on the server. The indexing tasks' responses include a task ID that you can use to check the status.
Required API Key ACLs:
- addObject
1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 |
# File 'lib/algolia/api/search_client.rb', line 1591 def get_task_with_http_info(index_name, task_id, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `get_task`." end # verify the required parameter 'task_id' is set if @api_client.config.client_side_validation && task_id.nil? raise ArgumentError, "Parameter `task_id` is required when calling `get_task`." end path = '/1/indexes/{indexName}/task/{taskID}'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)).sub('{' + 'taskID' + '}', Transport.encode_uri(task_id.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.get_task', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#get_top_user_ids(request_options = {}) ⇒ GetTopUserIdsResponse
Get the IDs of the 10 users with the highest number of records per cluster. Since it can take a few seconds to get the data from the different clusters, the response isn’t real-time.
Required API Key ACLs:
- admin
1666 1667 1668 1669 |
# File 'lib/algolia/api/search_client.rb', line 1666 def get_top_user_ids( = {}) response = get_top_user_ids_with_http_info() @api_client.deserialize(response.body, [:debug_return_type] || 'Search::GetTopUserIdsResponse') end |
#get_top_user_ids_with_http_info(request_options = {}) ⇒ Http::Response
Get the IDs of the 10 users with the highest number of records per cluster. Since it can take a few seconds to get the data from the different clusters, the response isn't real-time.
Required API Key ACLs:
- admin
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 |
# File 'lib/algolia/api/search_client.rb', line 1640 def get_top_user_ids_with_http_info( = {}) path = '/1/clusters/mapping/top' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.get_top_user_ids', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#get_user_id(user_id, request_options = {}) ⇒ UserId
Returns the user ID data stored in the mapping. Since it can take a few seconds to get the data from the different clusters, the response isn’t real-time.
Required API Key ACLs:
- admin
1715 1716 1717 1718 |
# File 'lib/algolia/api/search_client.rb', line 1715 def get_user_id(user_id, = {}) response = get_user_id_with_http_info(user_id, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UserId') end |
#get_user_id_with_http_info(user_id, request_options = {}) ⇒ Http::Response
Returns the user ID data stored in the mapping. Since it can take a few seconds to get the data from the different clusters, the response isn't real-time.
Required API Key ACLs:
- admin
1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 |
# File 'lib/algolia/api/search_client.rb', line 1678 def get_user_id_with_http_info(user_id, = {}) # verify the required parameter 'user_id' is set if @api_client.config.client_side_validation && user_id.nil? raise ArgumentError, "Parameter `user_id` is required when calling `get_user_id`." end pattern = /^[a-zA-Z0-9 \-*.]+$/ if @api_client.config.client_side_validation && user_id !~ pattern raise ArgumentError, "invalid value for 'user_id' when calling SearchClient.get_user_id, must conform to the pattern #{pattern}." end path = '/1/clusters/mapping/{userID}'.sub('{' + 'userID' + '}', Transport.encode_uri(user_id.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.get_user_id', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#has_pending_mappings(get_clusters = nil, request_options = {}) ⇒ HasPendingMappingsResponse
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.
Required API Key ACLs:
- admin
1755 1756 1757 1758 |
# File 'lib/algolia/api/search_client.rb', line 1755 def has_pending_mappings(get_clusters = nil, = {}) response = has_pending_mappings_with_http_info(get_clusters, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::HasPendingMappingsResponse') end |
#has_pending_mappings_with_http_info(get_clusters = nil, request_options = {}) ⇒ Http::Response
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.
Required API Key ACLs:
- admin
1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/algolia/api/search_client.rb', line 1727 def has_pending_mappings_with_http_info(get_clusters = nil, = {}) path = '/1/clusters/mapping/pending' query_params = {} query_params[:getClusters] = get_clusters unless get_clusters.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.has_pending_mappings', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#list_api_keys(request_options = {}) ⇒ ListApiKeysResponse
Lists all API keys associated with your Algolia application, including their permissions and restrictions.
Required API Key ACLs:
- admin
1792 1793 1794 1795 |
# File 'lib/algolia/api/search_client.rb', line 1792 def list_api_keys( = {}) response = list_api_keys_with_http_info() @api_client.deserialize(response.body, [:debug_return_type] || 'Search::ListApiKeysResponse') end |
#list_api_keys_with_http_info(request_options = {}) ⇒ Http::Response
Lists all API keys associated with your Algolia application, including their permissions and restrictions.
Required API Key ACLs:
- admin
1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 |
# File 'lib/algolia/api/search_client.rb', line 1766 def list_api_keys_with_http_info( = {}) path = '/1/keys' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.list_api_keys', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#list_clusters(request_options = {}) ⇒ ListClustersResponse
Lists the available clusters in a multi-cluster setup.
Required API Key ACLs:
- admin
1829 1830 1831 1832 |
# File 'lib/algolia/api/search_client.rb', line 1829 def list_clusters( = {}) response = list_clusters_with_http_info() @api_client.deserialize(response.body, [:debug_return_type] || 'Search::ListClustersResponse') end |
#list_clusters_with_http_info(request_options = {}) ⇒ Http::Response
Lists the available clusters in a multi-cluster setup.
Required API Key ACLs:
- admin
1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 |
# File 'lib/algolia/api/search_client.rb', line 1803 def list_clusters_with_http_info( = {}) path = '/1/clusters' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.list_clusters', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#list_indices(page = nil, hits_per_page = nil, request_options = {}) ⇒ ListIndicesResponse
Lists all indices in the current Algolia application. The request follows any index restrictions of the API key you use to make the request.
Required API Key ACLs:
- listIndexes
1876 1877 1878 1879 |
# File 'lib/algolia/api/search_client.rb', line 1876 def list_indices(page = nil, hits_per_page = nil, = {}) response = list_indices_with_http_info(page, hits_per_page, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::ListIndicesResponse') end |
#list_indices_with_http_info(page = nil, hits_per_page = nil, request_options = {}) ⇒ Http::Response
Lists all indices in the current Algolia application. The request follows any index restrictions of the API key you use to make the request.
Required API Key ACLs:
- listIndexes
1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 |
# File 'lib/algolia/api/search_client.rb', line 1842 def list_indices_with_http_info(page = nil, hits_per_page = nil, = {}) if @api_client.config.client_side_validation && !page.nil? && page < 0 raise ArgumentError, 'invalid value for ""page"" when calling SearchClient.list_indices, must be greater than or equal to 0.' end path = '/1/indexes' query_params = {} query_params[:page] = page unless page.nil? query_params[:hitsPerPage] = hits_per_page unless hits_per_page.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.list_indices', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#list_user_ids(page = nil, hits_per_page = nil, request_options = {}) ⇒ ListUserIdsResponse
Lists the userIDs assigned to a multi-cluster application. Since it can take a few seconds to get the data from the different clusters, the response isn’t real-time.
Required API Key ACLs:
- admin
1923 1924 1925 1926 |
# File 'lib/algolia/api/search_client.rb', line 1923 def list_user_ids(page = nil, hits_per_page = nil, = {}) response = list_user_ids_with_http_info(page, hits_per_page, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::ListUserIdsResponse') end |
#list_user_ids_with_http_info(page = nil, hits_per_page = nil, request_options = {}) ⇒ Http::Response
Lists the userIDs assigned to a multi-cluster application. Since it can take a few seconds to get the data from the different clusters, the response isn't real-time.
Required API Key ACLs:
- admin
1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 |
# File 'lib/algolia/api/search_client.rb', line 1889 def list_user_ids_with_http_info(page = nil, hits_per_page = nil, = {}) if @api_client.config.client_side_validation && !page.nil? && page < 0 raise ArgumentError, 'invalid value for ""page"" when calling SearchClient.list_user_ids, must be greater than or equal to 0.' end path = '/1/clusters/mapping' query_params = {} query_params[:page] = page unless page.nil? query_params[:hitsPerPage] = hits_per_page unless hits_per_page.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.list_user_ids', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:GET, path, ) end |
#multiple_batch(batch_params, request_options = {}) ⇒ MultipleBatchResponse
1963 1964 1965 1966 |
# File 'lib/algolia/api/search_client.rb', line 1963 def multiple_batch(batch_params, = {}) response = multiple_batch_with_http_info(batch_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::MultipleBatchResponse') end |
#multiple_batch_with_http_info(batch_params, request_options = {}) ⇒ Http::Response
Returns the response.
1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 |
# File 'lib/algolia/api/search_client.rb', line 1933 def multiple_batch_with_http_info(batch_params, = {}) # verify the required parameter 'batch_params' is set if @api_client.config.client_side_validation && batch_params.nil? raise ArgumentError, "Parameter `batch_params` is required when calling `multiple_batch`." end path = '/1/indexes/*/batch' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(batch_params) = .merge( :operation => :'SearchClient.multiple_batch', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#operation_index(index_name, operation_index_params, request_options = {}) ⇒ UpdatedAtResponse
Copies or moves (renames) an index within the same Algolia application. - Existing destination indices are overwritten, except for their analytics data. - If the destination index doesn’t exist yet, it’ll be created. Copy - Copying a source index that doesn’t exist creates a new index with 0 records and default settings. - The API keys of the source index are merged with the existing keys in the destination index. - You can’t copy the ‘enableReRanking`, `mode`, and `replicas` settings. - You can’t copy to a destination index that already has replicas. - Be aware of the [size limits](www.algolia.com/doc/guides/scaling/algolia-service-limits/#application-record-and-index-limits). - Related guide: [Copy indices](www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/copy-indices/) Move - Moving a source index that doesn’t exist is ignored without returning an error. - When moving an index, the analytics data keep their original name and a new set of analytics data is started for the new name. To access the original analytics in the dashboard, create an index with the original name. - If the destination index has replicas, moving will overwrite the existing index and copy the data to the replica indices. - Related guide: [Move indices](www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/move-indices/).
Required API Key ACLs:
- addObject
2013 2014 2015 2016 |
# File 'lib/algolia/api/search_client.rb', line 2013 def operation_index(index_name, operation_index_params, = {}) response = operation_index_with_http_info(index_name, operation_index_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UpdatedAtResponse') end |
#operation_index_with_http_info(index_name, operation_index_params, request_options = {}) ⇒ Http::Response
Copies or moves (renames) an index within the same Algolia application. - Existing destination indices are overwritten, except for their analytics data. - If the destination index doesn't exist yet, it'll be created. Copy - Copying a source index that doesn't exist creates a new index with 0 records and default settings. - The API keys of the source index are merged with the existing keys in the destination index. - You can't copy the `enableReRanking`, `mode`, and `replicas` settings. - You can't copy to a destination index that already has replicas. - Be aware of the [size limits](www.algolia.com/doc/guides/scaling/algolia-service-limits/#application-record-and-index-limits). - Related guide: [Copy indices](www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/copy-indices/) Move - Moving a source index that doesn't exist is ignored without returning an error. - When moving an index, the analytics data keep their original name and a new set of analytics data is started for the new name. To access the original analytics in the dashboard, create an index with the original name. - If the destination index has replicas, moving will overwrite the existing index and copy the data to the replica indices. - Related guide: [Move indices](www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/move-indices/).
Required API Key ACLs:
- addObject
1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 |
# File 'lib/algolia/api/search_client.rb', line 1976 def operation_index_with_http_info(index_name, operation_index_params, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `operation_index`." end # verify the required parameter 'operation_index_params' is set if @api_client.config.client_side_validation && operation_index_params.nil? raise ArgumentError, "Parameter `operation_index_params` is required when calling `operation_index`." end path = '/1/indexes/{indexName}/operation'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(operation_index_params) = .merge( :operation => :'SearchClient.operation_index', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#partial_update_object(index_name, object_id, attributes_to_update, create_if_not_exists = nil, request_options = {}) ⇒ UpdatedAtWithObjectIdResponse
Adds new attributes to a record, or update existing ones. - If a record with the specified object ID doesn’t exist, a new record is added to the index if ‘createIfNotExists` is true. - If the index doesn’t exist yet, this method creates a new index. - You can use any first-level attribute but not nested attributes. If you specify a nested attribute, the engine treats it as a replacement for its first-level ancestor.
Required API Key ACLs:
- addObject
2073 2074 2075 2076 |
# File 'lib/algolia/api/search_client.rb', line 2073 def partial_update_object(index_name, object_id, attributes_to_update, create_if_not_exists = nil, = {}) response = partial_update_object_with_http_info(index_name, object_id, attributes_to_update, create_if_not_exists, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UpdatedAtWithObjectIdResponse') end |
#partial_update_object_with_http_info(index_name, object_id, attributes_to_update, create_if_not_exists = nil, request_options = {}) ⇒ Http::Response
Adds new attributes to a record, or update existing ones. - If a record with the specified object ID doesn't exist, a new record is added to the index if `createIfNotExists` is true. - If the index doesn't exist yet, this method creates a new index. - You can use any first-level attribute but not nested attributes. If you specify a nested attribute, the engine treats it as a replacement for its first-level ancestor.
Required API Key ACLs:
- addObject
2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 |
# File 'lib/algolia/api/search_client.rb', line 2028 def partial_update_object_with_http_info(index_name, object_id, attributes_to_update, create_if_not_exists = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `partial_update_object`." end # verify the required parameter 'object_id' is set if @api_client.config.client_side_validation && object_id.nil? raise ArgumentError, "Parameter `object_id` is required when calling `partial_update_object`." end # verify the required parameter 'attributes_to_update' is set if @api_client.config.client_side_validation && attributes_to_update.nil? raise ArgumentError, "Parameter `attributes_to_update` is required when calling `partial_update_object`." end path = '/1/indexes/{indexName}/{objectID}/partial'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)).sub('{' + 'objectID' + '}', Transport.encode_uri(object_id.to_s)) query_params = {} query_params[:createIfNotExists] = create_if_not_exists unless create_if_not_exists.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(attributes_to_update) = .merge( :operation => :'SearchClient.partial_update_object', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#partial_update_objects(index_name, objects, create_if_not_exists, request_options = {}) ⇒ BatchResponse
Helper: Replaces object content of all the given objects according to their respective ‘object_id` field. The `chunkedBatch` helper is used under the hood, which creates a `batch` requests with at most 1000 objects in it.
3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/algolia/api/search_client.rb', line 3228 def partial_update_objects(index_name, objects, create_if_not_exists, = {}) chunked_batch( index_name, objects, create_if_not_exists ? Search::Action::PARTIAL_UPDATE_OBJECT : Search::Action::PARTIAL_UPDATE_OBJECT_NO_CREATE, false, 1000, ) end |
#remove_user_id(user_id, request_options = {}) ⇒ RemoveUserIdResponse
Deletes a user ID and its associated data from the clusters.
Required API Key ACLs:
- admin
2122 2123 2124 2125 |
# File 'lib/algolia/api/search_client.rb', line 2122 def remove_user_id(user_id, = {}) response = remove_user_id_with_http_info(user_id, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::RemoveUserIdResponse') end |
#remove_user_id_with_http_info(user_id, request_options = {}) ⇒ Http::Response
Deletes a user ID and its associated data from the clusters.
Required API Key ACLs:
- admin
2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/algolia/api/search_client.rb', line 2085 def remove_user_id_with_http_info(user_id, = {}) # verify the required parameter 'user_id' is set if @api_client.config.client_side_validation && user_id.nil? raise ArgumentError, "Parameter `user_id` is required when calling `remove_user_id`." end pattern = /^[a-zA-Z0-9 \-*.]+$/ if @api_client.config.client_side_validation && user_id !~ pattern raise ArgumentError, "invalid value for 'user_id' when calling SearchClient.remove_user_id, must conform to the pattern #{pattern}." end path = '/1/clusters/mapping/{userID}'.sub('{' + 'userID' + '}', Transport.encode_uri(user_id.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.remove_user_id', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:DELETE, path, ) end |
#replace_all_objects(index_name, objects, batch_size = 1000, request_options = {}) ⇒ Array<ReplaceAllObjectsResponse>
Helper: Replaces all objects (records) in the given ‘index_name` with the given `objects`. A temporary index is created during this process in order to backup your data.
3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 |
# File 'lib/algolia/api/search_client.rb', line 3277 def replace_all_objects(index_name, objects, batch_size = 1000, = {}) tmp_index_name = index_name + '_tmp_' + rand(10_000_000).to_s copy_operation_response = operation_index( index_name, Search::OperationIndexParams.new( operation: Search::OperationType::COPY, destination: tmp_index_name, scope: [ Search::ScopeType::SETTINGS, Search::ScopeType::SYNONYMS, Search::ScopeType::RULES ] ), ) batch_responses = chunked_batch( tmp_index_name, objects, Search::Action::ADD_OBJECT, true, batch_size, ) wait_for_task(tmp_index_name, copy_operation_response.task_id) copy_operation_response = operation_index( index_name, Search::OperationIndexParams.new( operation: Search::OperationType::COPY, destination: tmp_index_name, scope: [ Search::ScopeType::SETTINGS, Search::ScopeType::SYNONYMS, Search::ScopeType::RULES ] ), ) wait_for_task(tmp_index_name, copy_operation_response.task_id) move_operation_response = operation_index( tmp_index_name, Search::OperationIndexParams.new( operation: Search::OperationType::MOVE, destination: index_name ), ) wait_for_task(tmp_index_name, move_operation_response.task_id) Search::ReplaceAllObjectsResponse.new( copy_operation_response: copy_operation_response, batch_responses: batch_responses, move_operation_response: move_operation_response ) end |
#replace_sources(source, request_options = {}) ⇒ ReplaceSourceResponse
Replaces the list of allowed sources.
Required API Key ACLs:
- admin
2166 2167 2168 2169 |
# File 'lib/algolia/api/search_client.rb', line 2166 def replace_sources(source, = {}) response = replace_sources_with_http_info(source, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::ReplaceSourceResponse') end |
#replace_sources_with_http_info(source, request_options = {}) ⇒ Http::Response
Replaces the list of allowed sources.
Required API Key ACLs:
- admin
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 |
# File 'lib/algolia/api/search_client.rb', line 2134 def replace_sources_with_http_info(source, = {}) # verify the required parameter 'source' is set if @api_client.config.client_side_validation && source.nil? raise ArgumentError, "Parameter `source` is required when calling `replace_sources`." end path = '/1/security/sources' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(source) = .merge( :operation => :'SearchClient.replace_sources', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:PUT, path, ) end |
#restore_api_key(key, request_options = {}) ⇒ AddApiKeyResponse
Restores a deleted API key. Restoring resets the ‘validity` attribute to `0`. Algolia stores up to 1,000 API keys per application. If you create more, the oldest API keys are deleted and can’t be restored.
Required API Key ACLs:
- admin
2210 2211 2212 2213 |
# File 'lib/algolia/api/search_client.rb', line 2210 def restore_api_key(key, = {}) response = restore_api_key_with_http_info(key, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::AddApiKeyResponse') end |
#restore_api_key_with_http_info(key, request_options = {}) ⇒ Http::Response
Restores a deleted API key. Restoring resets the `validity` attribute to `0`. Algolia stores up to 1,000 API keys per application. If you create more, the oldest API keys are deleted and can't be restored.
Required API Key ACLs:
- admin
2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 |
# File 'lib/algolia/api/search_client.rb', line 2178 def restore_api_key_with_http_info(key, = {}) # verify the required parameter 'key' is set if @api_client.config.client_side_validation && key.nil? raise ArgumentError, "Parameter `key` is required when calling `restore_api_key`." end path = '/1/keys/{key}/restore'.sub('{' + 'key' + '}', Transport.encode_uri(key.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] = .merge( :operation => :'SearchClient.restore_api_key', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#save_object(index_name, body, request_options = {}) ⇒ SaveObjectResponse
Adds a record to an index or replace it. - If the record doesn’t have an object ID, a new record with an auto-generated object ID is added to your index. - If a record with the specified object ID exists, the existing record is replaced. - If a record with the specified object ID doesn’t exist, a new record is added to your index. - If you add a record to an index that doesn’t exist yet, a new index is created. To update some attributes of a record, use the [‘partial` operation](#tag/Records/operation/partial). To add, update, or replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
Required API Key ACLs:
- addObject
2260 2261 2262 2263 |
# File 'lib/algolia/api/search_client.rb', line 2260 def save_object(index_name, body, = {}) response = save_object_with_http_info(index_name, body, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::SaveObjectResponse') end |
#save_object_with_http_info(index_name, body, request_options = {}) ⇒ Http::Response
Adds a record to an index or replace it. - If the record doesn't have an object ID, a new record with an auto-generated object ID is added to your index. - If a record with the specified object ID exists, the existing record is replaced. - If a record with the specified object ID doesn't exist, a new record is added to your index. - If you add a record to an index that doesn't exist yet, a new index is created. To update some attributes of a record, use the [`partial` operation](#tag/Records/operation/partial). To add, update, or replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
Required API Key ACLs:
- addObject
2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 |
# File 'lib/algolia/api/search_client.rb', line 2223 def save_object_with_http_info(index_name, body, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `save_object`." end # verify the required parameter 'body' is set if @api_client.config.client_side_validation && body.nil? raise ArgumentError, "Parameter `body` is required when calling `save_object`." end path = '/1/indexes/{indexName}'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(body) = .merge( :operation => :'SearchClient.save_object', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#save_objects(index_name, objects, request_options = {}) ⇒ BatchResponse
Helper: Saves the given array of objects in the given index. The ‘chunked_batch` helper is used under the hood, which creates a `batch` requests with at most 1000 objects in it.
3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 |
# File 'lib/algolia/api/search_client.rb', line 3189 def save_objects(index_name, objects, = {}) chunked_batch( index_name, objects, Search::Action::ADD_OBJECT, false, 1000, ) end |
#save_rule(index_name, object_id, rule, forward_to_replicas = nil, request_options = {}) ⇒ UpdatedRuleResponse
If a rule with the specified object ID doesn’t exist, it’s created. Otherwise, the existing rule is replaced. To create or update more than one rule, use the [‘batch` operation](#tag/Rules/operation/saveRules).
Required API Key ACLs:
- editSettings
2320 2321 2322 2323 |
# File 'lib/algolia/api/search_client.rb', line 2320 def save_rule(index_name, object_id, rule, forward_to_replicas = nil, = {}) response = save_rule_with_http_info(index_name, object_id, rule, forward_to_replicas, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UpdatedRuleResponse') end |
#save_rule_with_http_info(index_name, object_id, rule, forward_to_replicas = nil, request_options = {}) ⇒ Http::Response
If a rule with the specified object ID doesn't exist, it's created. Otherwise, the existing rule is replaced. To create or update more than one rule, use the [`batch` operation](#tag/Rules/operation/saveRules).
Required API Key ACLs:
- editSettings
2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'lib/algolia/api/search_client.rb', line 2275 def save_rule_with_http_info(index_name, object_id, rule, forward_to_replicas = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `save_rule`." end # verify the required parameter 'object_id' is set if @api_client.config.client_side_validation && object_id.nil? raise ArgumentError, "Parameter `object_id` is required when calling `save_rule`." end # verify the required parameter 'rule' is set if @api_client.config.client_side_validation && rule.nil? raise ArgumentError, "Parameter `rule` is required when calling `save_rule`." end path = '/1/indexes/{indexName}/rules/{objectID}'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)).sub('{' + 'objectID' + '}', Transport.encode_uri(object_id.to_s)) query_params = {} query_params[:forwardToReplicas] = forward_to_replicas unless forward_to_replicas.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(rule) = .merge( :operation => :'SearchClient.save_rule', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:PUT, path, ) end |
#save_rules(index_name, rules, forward_to_replicas = nil, clear_existing_rules = nil, request_options = {}) ⇒ UpdatedAtResponse
Create or update multiple rules. If a rule with the specified object ID doesn’t exist, Algolia creates a new one. Otherwise, existing rules are replaced.
Required API Key ACLs:
- editSettings
2376 2377 2378 2379 |
# File 'lib/algolia/api/search_client.rb', line 2376 def save_rules(index_name, rules, forward_to_replicas = nil, clear_existing_rules = nil, = {}) response = save_rules_with_http_info(index_name, rules, forward_to_replicas, clear_existing_rules, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UpdatedAtResponse') end |
#save_rules_with_http_info(index_name, rules, forward_to_replicas = nil, clear_existing_rules = nil, request_options = {}) ⇒ Http::Response
Create or update multiple rules. If a rule with the specified object ID doesn't exist, Algolia creates a new one. Otherwise, existing rules are replaced.
Required API Key ACLs:
- editSettings
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 |
# File 'lib/algolia/api/search_client.rb', line 2335 def save_rules_with_http_info(index_name, rules, forward_to_replicas = nil, clear_existing_rules = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `save_rules`." end # verify the required parameter 'rules' is set if @api_client.config.client_side_validation && rules.nil? raise ArgumentError, "Parameter `rules` is required when calling `save_rules`." end path = '/1/indexes/{indexName}/rules/batch'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params[:forwardToReplicas] = forward_to_replicas unless forward_to_replicas.nil? query_params[:clearExistingRules] = clear_existing_rules unless clear_existing_rules.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(rules) = .merge( :operation => :'SearchClient.save_rules', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#save_synonym(index_name, object_id, synonym_hit, forward_to_replicas = nil, request_options = {}) ⇒ SaveSynonymResponse
If a synonym with the specified object ID doesn’t exist, Algolia adds a new one. Otherwise, the existing synonym is replaced. To add multiple synonyms in a single API request, use the [‘batch` operation](#tag/Synonyms/operation/saveSynonyms).
Required API Key ACLs:
- editSettings
2436 2437 2438 2439 |
# File 'lib/algolia/api/search_client.rb', line 2436 def save_synonym(index_name, object_id, synonym_hit, forward_to_replicas = nil, = {}) response = save_synonym_with_http_info(index_name, object_id, synonym_hit, forward_to_replicas, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::SaveSynonymResponse') end |
#save_synonym_with_http_info(index_name, object_id, synonym_hit, forward_to_replicas = nil, request_options = {}) ⇒ Http::Response
If a synonym with the specified object ID doesn't exist, Algolia adds a new one. Otherwise, the existing synonym is replaced. To add multiple synonyms in a single API request, use the [`batch` operation](#tag/Synonyms/operation/saveSynonyms).
Required API Key ACLs:
- editSettings
2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 |
# File 'lib/algolia/api/search_client.rb', line 2391 def save_synonym_with_http_info(index_name, object_id, synonym_hit, forward_to_replicas = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `save_synonym`." end # verify the required parameter 'object_id' is set if @api_client.config.client_side_validation && object_id.nil? raise ArgumentError, "Parameter `object_id` is required when calling `save_synonym`." end # verify the required parameter 'synonym_hit' is set if @api_client.config.client_side_validation && synonym_hit.nil? raise ArgumentError, "Parameter `synonym_hit` is required when calling `save_synonym`." end path = '/1/indexes/{indexName}/synonyms/{objectID}'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)).sub('{' + 'objectID' + '}', Transport.encode_uri(object_id.to_s)) query_params = {} query_params[:forwardToReplicas] = forward_to_replicas unless forward_to_replicas.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(synonym_hit) = .merge( :operation => :'SearchClient.save_synonym', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:PUT, path, ) end |
#save_synonyms(index_name, synonym_hit, forward_to_replicas = nil, replace_existing_synonyms = nil, request_options = {}) ⇒ UpdatedAtResponse
If a synonym with the ‘objectID` doesn’t exist, Algolia adds a new one. Otherwise, existing synonyms are replaced.
Required API Key ACLs:
- editSettings
2492 2493 2494 2495 |
# File 'lib/algolia/api/search_client.rb', line 2492 def save_synonyms(index_name, synonym_hit, forward_to_replicas = nil, replace_existing_synonyms = nil, = {}) response = save_synonyms_with_http_info(index_name, synonym_hit, forward_to_replicas, replace_existing_synonyms, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UpdatedAtResponse') end |
#save_synonyms_with_http_info(index_name, synonym_hit, forward_to_replicas = nil, replace_existing_synonyms = nil, request_options = {}) ⇒ Http::Response
If a synonym with the `objectID` doesn't exist, Algolia adds a new one. Otherwise, existing synonyms are replaced.
Required API Key ACLs:
- editSettings
2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 |
# File 'lib/algolia/api/search_client.rb', line 2451 def save_synonyms_with_http_info(index_name, synonym_hit, forward_to_replicas = nil, replace_existing_synonyms = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `save_synonyms`." end # verify the required parameter 'synonym_hit' is set if @api_client.config.client_side_validation && synonym_hit.nil? raise ArgumentError, "Parameter `synonym_hit` is required when calling `save_synonyms`." end path = '/1/indexes/{indexName}/synonyms/batch'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params[:forwardToReplicas] = forward_to_replicas unless forward_to_replicas.nil? query_params[:replaceExistingSynonyms] = replace_existing_synonyms unless replace_existing_synonyms.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(synonym_hit) = .merge( :operation => :'SearchClient.save_synonyms', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:POST, path, ) end |
#search(search_method_params, request_options = {}) ⇒ SearchResponses
Sends multiple search request to one or more indices. This can be useful in these cases: - Different indices for different purposes, such as, one index for products, another one for marketing content. - Multiple searches to the same index—for example, with different filters.
Required API Key ACLs:
- search
2536 2537 2538 2539 |
# File 'lib/algolia/api/search_client.rb', line 2536 def search(search_method_params, = {}) response = search_with_http_info(search_method_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::SearchResponses') end |
#search_dictionary_entries(dictionary_name, search_dictionary_entries_params, request_options = {}) ⇒ SearchDictionaryEntriesResponse
Searches for standard and custom dictionary entries.
Required API Key ACLs:
- settings
2586 2587 2588 2589 |
# File 'lib/algolia/api/search_client.rb', line 2586 def search_dictionary_entries(dictionary_name, search_dictionary_entries_params, = {}) response = search_dictionary_entries_with_http_info(dictionary_name, search_dictionary_entries_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::SearchDictionaryEntriesResponse') end |
#search_dictionary_entries_with_http_info(dictionary_name, search_dictionary_entries_params, request_options = {}) ⇒ Http::Response
Searches for standard and custom dictionary entries.
Required API Key ACLs:
- settings
2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'lib/algolia/api/search_client.rb', line 2549 def search_dictionary_entries_with_http_info(dictionary_name, search_dictionary_entries_params, = {}) # verify the required parameter 'dictionary_name' is set if @api_client.config.client_side_validation && dictionary_name.nil? raise ArgumentError, "Parameter `dictionary_name` is required when calling `search_dictionary_entries`." end # verify the required parameter 'search_dictionary_entries_params' is set if @api_client.config.client_side_validation && search_dictionary_entries_params.nil? raise ArgumentError, "Parameter `search_dictionary_entries_params` is required when calling `search_dictionary_entries`." end path = '/1/dictionaries/{dictionaryName}/search'.sub('{' + 'dictionaryName' + '}', Transport.encode_uri(dictionary_name.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(search_dictionary_entries_params) = .merge( :operation => :'SearchClient.search_dictionary_entries', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => true ) @api_client.call_api(:POST, path, ) end |
#search_for_facet_values(index_name, facet_name, search_for_facet_values_request = nil, request_options = {}) ⇒ SearchForFacetValuesResponse
Searches for values of a specified facet attribute. - By default, facet values are sorted by decreasing count. You can adjust this with the ‘sortFacetValueBy` parameter. - Searching for facet values doesn’t work if you have **more than 65 searchable facets and searchable attributes combined**.
Required API Key ACLs:
- search
2639 2640 2641 2642 |
# File 'lib/algolia/api/search_client.rb', line 2639 def search_for_facet_values(index_name, facet_name, search_for_facet_values_request = nil, = {}) response = search_for_facet_values_with_http_info(index_name, facet_name, search_for_facet_values_request, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::SearchForFacetValuesResponse') end |
#search_for_facet_values_with_http_info(index_name, facet_name, search_for_facet_values_request = nil, request_options = {}) ⇒ Http::Response
Searches for values of a specified facet attribute. - By default, facet values are sorted by decreasing count. You can adjust this with the `sortFacetValueBy` parameter. - Searching for facet values doesn't work if you have **more than 65 searchable facets and searchable attributes combined**.
Required API Key ACLs:
- search
2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 |
# File 'lib/algolia/api/search_client.rb', line 2600 def search_for_facet_values_with_http_info(index_name, facet_name, search_for_facet_values_request = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `search_for_facet_values`." end # verify the required parameter 'facet_name' is set if @api_client.config.client_side_validation && facet_name.nil? raise ArgumentError, "Parameter `facet_name` is required when calling `search_for_facet_values`." end path = '/1/indexes/{indexName}/facets/{facetName}/query'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)).sub('{' + 'facetName' + '}', Transport.encode_uri(facet_name.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(search_for_facet_values_request) = .merge( :operation => :'SearchClient.search_for_facet_values', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => true ) @api_client.call_api(:POST, path, ) end |
#search_rules(index_name, search_rules_params = nil, request_options = {}) ⇒ SearchRulesResponse
Searches for rules in your index.
Required API Key ACLs:
- settings
2685 2686 2687 2688 |
# File 'lib/algolia/api/search_client.rb', line 2685 def search_rules(index_name, search_rules_params = nil, = {}) response = search_rules_with_http_info(index_name, search_rules_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::SearchRulesResponse') end |
#search_rules_with_http_info(index_name, search_rules_params = nil, request_options = {}) ⇒ Http::Response
Searches for rules in your index.
Required API Key ACLs:
- settings
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 |
# File 'lib/algolia/api/search_client.rb', line 2652 def search_rules_with_http_info(index_name, search_rules_params = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `search_rules`." end path = '/1/indexes/{indexName}/rules/search'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(search_rules_params) = .merge( :operation => :'SearchClient.search_rules', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => true ) @api_client.call_api(:POST, path, ) end |
#search_single_index(index_name, search_params = nil, request_options = {}) ⇒ SearchResponse
Searches a single index and return matching search results (hits). This method lets you retrieve up to 1,000 hits. If you need more, use the [‘browse` operation](#tag/Search/operation/browse) or increase the `paginatedLimitedTo` index setting.
Required API Key ACLs:
- search
2731 2732 2733 2734 |
# File 'lib/algolia/api/search_client.rb', line 2731 def search_single_index(index_name, search_params = nil, = {}) response = search_single_index_with_http_info(index_name, search_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::SearchResponse') end |
#search_single_index_with_http_info(index_name, search_params = nil, request_options = {}) ⇒ Http::Response
Searches a single index and return matching search results (hits). This method lets you retrieve up to 1,000 hits. If you need more, use the [`browse` operation](#tag/Search/operation/browse) or increase the `paginatedLimitedTo` index setting.
Required API Key ACLs:
- search
2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/algolia/api/search_client.rb', line 2698 def search_single_index_with_http_info(index_name, search_params = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `search_single_index`." end path = '/1/indexes/{indexName}/query'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(search_params) = .merge( :operation => :'SearchClient.search_single_index', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => true ) @api_client.call_api(:POST, path, ) end |
#search_synonyms(index_name, search_synonyms_params = nil, request_options = {}) ⇒ SearchSynonymsResponse
Searches for synonyms in your index.
Required API Key ACLs:
- settings
2777 2778 2779 2780 |
# File 'lib/algolia/api/search_client.rb', line 2777 def search_synonyms(index_name, search_synonyms_params = nil, = {}) response = search_synonyms_with_http_info(index_name, search_synonyms_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::SearchSynonymsResponse') end |
#search_synonyms_with_http_info(index_name, search_synonyms_params = nil, request_options = {}) ⇒ Http::Response
Searches for synonyms in your index.
Required API Key ACLs:
- settings
2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 |
# File 'lib/algolia/api/search_client.rb', line 2744 def search_synonyms_with_http_info(index_name, search_synonyms_params = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `search_synonyms`." end path = '/1/indexes/{indexName}/synonyms/search'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(search_synonyms_params) = .merge( :operation => :'SearchClient.search_synonyms', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => true ) @api_client.call_api(:POST, path, ) end |
#search_user_ids(search_user_ids_params, request_options = {}) ⇒ SearchUserIdsResponse
Since it can take a few seconds to get the data from the different clusters, the response isn’t real-time. To ensure rapid updates, the user IDs index isn’t built at the same time as the mapping. Instead, it’s built every 12 hours, at the same time as the update of user ID usage. For example, if you add or move a user ID, the search will show an old value until the next time the mapping is rebuilt (every 12 hours).
Required API Key ACLs:
- admin
2821 2822 2823 2824 |
# File 'lib/algolia/api/search_client.rb', line 2821 def search_user_ids(search_user_ids_params, = {}) response = search_user_ids_with_http_info(search_user_ids_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::SearchUserIdsResponse') end |
#search_user_ids_with_http_info(search_user_ids_params, request_options = {}) ⇒ Http::Response
Since it can take a few seconds to get the data from the different clusters, the response isn't real-time. To ensure rapid updates, the user IDs index isn't built at the same time as the mapping. Instead, it's built every 12 hours, at the same time as the update of user ID usage. For example, if you add or move a user ID, the search will show an old value until the next time the mapping is rebuilt (every 12 hours).
Required API Key ACLs:
- admin
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 |
# File 'lib/algolia/api/search_client.rb', line 2789 def search_user_ids_with_http_info(search_user_ids_params, = {}) # verify the required parameter 'search_user_ids_params' is set if @api_client.config.client_side_validation && search_user_ids_params.nil? raise ArgumentError, "Parameter `search_user_ids_params` is required when calling `search_user_ids`." end path = '/1/clusters/mapping/search' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(search_user_ids_params) = .merge( :operation => :'SearchClient.search_user_ids', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => true ) @api_client.call_api(:POST, path, ) end |
#search_with_http_info(search_method_params, request_options = {}) ⇒ Http::Response
Sends multiple search request to one or more indices. This can be useful in these cases: - Different indices for different purposes, such as, one index for products, another one for marketing content. - Multiple searches to the same index—for example, with different filters.
Required API Key ACLs:
- search
2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 |
# File 'lib/algolia/api/search_client.rb', line 2504 def search_with_http_info(search_method_params, = {}) # verify the required parameter 'search_method_params' is set if @api_client.config.client_side_validation && search_method_params.nil? raise ArgumentError, "Parameter `search_method_params` is required when calling `search`." end path = '/1/indexes/*/queries' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(search_method_params) = .merge( :operation => :'SearchClient.search', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => true ) @api_client.call_api(:POST, path, ) end |
#set_dictionary_settings(dictionary_settings_params, request_options = {}) ⇒ UpdatedAtResponse
Turns standard stop word dictionary entries on or off for a given language.
Required API Key ACLs:
- editSettings
2865 2866 2867 2868 |
# File 'lib/algolia/api/search_client.rb', line 2865 def set_dictionary_settings(dictionary_settings_params, = {}) response = set_dictionary_settings_with_http_info(dictionary_settings_params, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UpdatedAtResponse') end |
#set_dictionary_settings_with_http_info(dictionary_settings_params, request_options = {}) ⇒ Http::Response
Turns standard stop word dictionary entries on or off for a given language.
Required API Key ACLs:
- editSettings
2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 |
# File 'lib/algolia/api/search_client.rb', line 2833 def set_dictionary_settings_with_http_info(dictionary_settings_params, = {}) # verify the required parameter 'dictionary_settings_params' is set if @api_client.config.client_side_validation && dictionary_settings_params.nil? raise ArgumentError, "Parameter `dictionary_settings_params` is required when calling `set_dictionary_settings`." end path = '/1/dictionaries/*/settings' query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(dictionary_settings_params) = .merge( :operation => :'SearchClient.set_dictionary_settings', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:PUT, path, ) end |
#set_settings(index_name, index_settings, forward_to_replicas = nil, request_options = {}) ⇒ UpdatedAtResponse
Update the specified index settings. Index settings that you don’t specify are left unchanged. Specify ‘null` to reset a setting to its default value. For best performance, update the index settings before you add new records to your index.
Required API Key ACLs:
- editSettings
2918 2919 2920 2921 |
# File 'lib/algolia/api/search_client.rb', line 2918 def set_settings(index_name, index_settings, forward_to_replicas = nil, = {}) response = set_settings_with_http_info(index_name, index_settings, forward_to_replicas, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UpdatedAtResponse') end |
#set_settings_with_http_info(index_name, index_settings, forward_to_replicas = nil, request_options = {}) ⇒ Http::Response
Update the specified index settings. Index settings that you don't specify are left unchanged. Specify `null` to reset a setting to its default value. For best performance, update the index settings before you add new records to your index.
Required API Key ACLs:
- editSettings
2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 |
# File 'lib/algolia/api/search_client.rb', line 2879 def set_settings_with_http_info(index_name, index_settings, forward_to_replicas = nil, = {}) # verify the required parameter 'index_name' is set if @api_client.config.client_side_validation && index_name.nil? raise ArgumentError, "Parameter `index_name` is required when calling `set_settings`." end # verify the required parameter 'index_settings' is set if @api_client.config.client_side_validation && index_settings.nil? raise ArgumentError, "Parameter `index_settings` is required when calling `set_settings`." end path = '/1/indexes/{indexName}/settings'.sub('{' + 'indexName' + '}', Transport.encode_uri(index_name.to_s)) query_params = {} query_params[:forwardToReplicas] = forward_to_replicas unless forward_to_replicas.nil? query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(index_settings) = .merge( :operation => :'SearchClient.set_settings', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:PUT, path, ) end |
#update_api_key(key, api_key, request_options = {}) ⇒ UpdateApiKeyResponse
Replaces the permissions of an existing API key. Any unspecified attribute resets that attribute to its default value.
Required API Key ACLs:
- admin
2968 2969 2970 2971 |
# File 'lib/algolia/api/search_client.rb', line 2968 def update_api_key(key, api_key, = {}) response = update_api_key_with_http_info(key, api_key, ) @api_client.deserialize(response.body, [:debug_return_type] || 'Search::UpdateApiKeyResponse') end |
#update_api_key_with_http_info(key, api_key, request_options = {}) ⇒ Http::Response
Replaces the permissions of an existing API key. Any unspecified attribute resets that attribute to its default value.
Required API Key ACLs:
- admin
2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 |
# File 'lib/algolia/api/search_client.rb', line 2931 def update_api_key_with_http_info(key, api_key, = {}) # verify the required parameter 'key' is set if @api_client.config.client_side_validation && key.nil? raise ArgumentError, "Parameter `key` is required when calling `update_api_key`." end # verify the required parameter 'api_key' is set if @api_client.config.client_side_validation && api_key.nil? raise ArgumentError, "Parameter `api_key` is required when calling `update_api_key`." end path = '/1/keys/{key}'.sub('{' + 'key' + '}', Transport.encode_uri(key.to_s)) query_params = {} query_params = query_params.merge([:query_params]) unless [:query_params].nil? header_params = {} header_params = header_params.merge([:header_params]) unless [:header_params].nil? post_body = [:debug_body] || @api_client.object_to_http_body(api_key) = .merge( :operation => :'SearchClient.update_api_key', :header_params => header_params, :query_params => query_params, :body => post_body, :use_read_transporter => false ) @api_client.call_api(:PUT, path, ) end |
#wait_for_api_key(operation, key, api_key = {}, max_retries = 50, timeout = ->(retry_count) { [retry_count * 200, 5000].min }, request_options = {}) ⇒ Http::Response
Helper: Wait for an API key to be added, updated or deleted based on a given ‘operation`.
3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 |
# File 'lib/algolia/api/search_client.rb', line 3025 def wait_for_api_key(operation, key, api_key = {}, max_retries = 50, timeout = ->(retry_count) { [retry_count * 200, 5000].min }, = {}) retries = 0 if operation == 'update' raise ArgumentError, '`api_key` is required when waiting for an `update` operation.' if api_key.nil? while retries < max_retries begin updatad_key = get_api_key(key, ) updated_key_hash = updatad_key.to_hash equals = true api_key.to_hash.each do |k, v| equals &&= updated_key_hash[k] == v end return updatad_key if equals rescue AlgoliaError => e raise e unless e.code == 404 end retries += 1 sleep(timeout.call(retries) / 1000.0) end raise ApiError, "The maximum number of retries exceeded. (#{max_retries})" end while retries < max_retries begin res = get_api_key(key, ) return res if operation == 'add' rescue AlgoliaError => e return res if operation == 'delete' && e.code == 404 end retries += 1 sleep(timeout.call(retries) / 1000.0) end raise ApiError, "The maximum number of retries exceeded. (#{max_retries})" end |
#wait_for_app_task(task_id, max_retries = 50, timeout = ->(retry_count) { [retry_count * 200, 5000].min }, request_options = {}) ⇒ Http::Response
Helper: Wait for an application-level task to be published (completed) for a given ‘task_id`.
3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 |
# File 'lib/algolia/api/search_client.rb', line 3002 def wait_for_app_task(task_id, max_retries = 50, timeout = ->(retry_count) { [retry_count * 200, 5000].min }, = {}) retries = 0 while retries < max_retries res = get_app_task(task_id, ) if res.status == 'published' return res end retries += 1 sleep(timeout.call(retries) / 1000.0) end raise ApiError, "The maximum number of retries exceeded. (#{max_retries})" end |
#wait_for_task(index_name, task_id, max_retries = 50, timeout = ->(retry_count) { [retry_count * 200, 5000].min }, request_options = {}) ⇒ Http::Response
Helper: Wait for a task to be published (completed) for a given ‘index_name` and `task_id`.
2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 |
# File 'lib/algolia/api/search_client.rb', line 2981 def wait_for_task(index_name, task_id, max_retries = 50, timeout = ->(retry_count) { [retry_count * 200, 5000].min }, = {}) retries = 0 while retries < max_retries res = get_task(index_name, task_id, ) if res.status == 'published' return res end retries += 1 sleep(timeout.call(retries) / 1000.0) end raise ApiError, "The maximum number of retries exceeded. (#{max_retries})" end |