|
1 | 1 | Package: elastic |
2 | 2 | Title: General Purpose Interface to 'Elasticsearch' |
3 | 3 | Description: Connect to 'Elasticsearch', a 'NoSQL' database built on the 'Java' |
4 | | - Virtual Machine. Interacts with the 'Elasticsearch' 'HTTP' 'API' ('http:// |
5 | | - elasticsearch.org'), including functions for setting connection details to |
6 | | - 'Elasticsearch' instances, loading bulk data, searching for documents with both |
7 | | - 'HTTP' query variables and 'JSON' based body requests. In addition, 'elastic' |
8 | | - provides functions for interacting with 'APIs' for 'indices', documents, nodes, |
9 | | - clusters, an interface to the cat 'API', and more. |
| 4 | + Virtual Machine. Interacts with the 'Elasticsearch' 'HTTP' 'API' |
| 5 | + (<https://www.elastic.co/products/elasticsearch>), including functions for |
| 6 | + setting connection details to 'Elasticsearch' instances, loading bulk data, |
| 7 | + searching for documents with both 'HTTP' query variables and 'JSON' based body |
| 8 | + requests. In addition, 'elastic' provides functions for interacting with 'APIs' |
| 9 | + for 'indices', documents, nodes, clusters, an interface to the cat 'API', and |
| 10 | + more. |
10 | 11 | Version: 0.6.0 |
11 | 12 | License: MIT + file LICENSE |
12 | 13 | Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"), |
|
0 commit comments