Registry / database / picky
library4.31.3rbrubygemsunverified

Fast Ruby semantic text search engine with comfortable single field interface.

gem install picky
INSTALL
IMPORT
SIG · PICKY
P
picky
databaserubyv4.31.3
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.

Picky
require 'picky'

Create an index and search for documents

require 'picky' index = Picky::Index.new :articles do category :title category :text end results = index.search('ruby')
Debug
Known issues
gotchaIn-memory index may consume significant memory for large datasets
fix
Consider using a persistent backend or limiting index size
affects: >= 4.0.0
Upgrade
Version history
4.31.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
picky — gem install picky · libregistry