Registry / networking / tire
library0.6.2rbrubygemsunverified

A Ruby client for the Elasticsearch search engine/database with a Ruby-like API, ActiveModel integration, and query DSL.

gem install tire
INSTALL
IMPORT
SIG · TIRE
T
tire
networkingrubyv0.6.2
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.

Tire
✓ require 'tire'

Index a document and search for it using Tire's DSL.

require 'tire' Tire.index 'articles' do store title: 'Hello', content: 'World' refresh end results = Tire.search 'articles' do query { string 'hello' } end puts results.results.first.title
Debug
Known issues
breakingTire is no longer actively maintained; consider using the official elasticsearch gem.
fix
Migrate to the elasticsearch gem for ongoing support and updates.
affects: >= 0.6.0
Upgrade
Version history
0.6.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
19
OpenAI (training)
1
Resources
tire — gem install tire · libregistry