algolia_post_batch: Performs Algolia Post Batch

Description Usage Arguments Value See Also Examples

View source: R/algolia.R

Description

Performs Algolia Post Batch

Usage

1
algolia_post_batch(config = create_config(), threshold_kb = 10)

Arguments

config

config as retrieved by create_config() (default: create_config())

threshold_kb

(default: 10), 10 KB is threshold for free Algolia usage, 20 KB for paid for details: https://www.algolia.com/doc/faq/basics/is-there-a-size-limit-for-my-index-records/

Value

performs batch operation at provided Algolia url (config$api_url) in case of sufficient rights of the provided API key (see: <https://www.algolia.com/doc/api-client/methods/api-keys/>)

See Also

<https://www.algolia.com/doc/rest-api/search/#batch-write-operations>

Examples

1
2
3
4
## Not run: 
algolia_post_batch()

## End(Not run)

KWB-R/algoliar documentation built on Sept. 9, 2019, 3:16 p.m.