Registry / database / opensearch-ruby

opensearch-ruby

JSON →
library3.4.0rbrubygemsunverified

OpenSearch Ruby is a Ruby client for OpenSearch, enabling API commands and query building.

gem install opensearch-ruby
INSTALL
IMPORT
SIG · OPENSEARCH-RUBY
O
opensearch-ruby
databaserubyv3.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OpenSearch
require 'opensearch-ruby'

Create a client and perform a search.

require 'opensearch-ruby' client = OpenSearch::Client.new(url: 'http://localhost:9200') client.search(index: 'my_index', body: { query: { match: { title: 'test' } } })
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
opensearch-ruby — gem install opensearch-ruby · libregistry