Did you know ... | Search Documentation: |
Pack plasticsearch -- prolog/plasticsearch/plasticsearch.pl |
This is basically a Prolog version of Elasticsearch Python APIs.
Default options are:
dead_timeout(60) retry_on_timeout(false) max_retries(3) timeout_cutoff(5) random_selector(false) retry_on_status([503, 504])
If no Hosts
are given, http://localhost:9200 will be
used by default. If only hostname is provided,
port 9200 will be used and http will be assumed. Otherwise
= uri_components(Scheme, Authority, Path, Search, Fragment)
=
can be used for fine-grained configuration.
The following predicates are exported, but not or incorrectly documented.