Category "searchkick"

Text fields are not optimised for operations that require per-document field data

Having switched from Elasticsearch to Opensearch, my application now fails to run a simple query with: "Text fields are not optimised for operations that requi

Searchkick memory leak

Running rake searchkick:reindex CLASS=Product for an application causes the Rake process to leak memory; after about 15-20 minutes it's bad enough to freeze a

Elasticsearch::UnsupportedProductError (The client noticed that the server is not a supported distribution of Elasticsearch

Getting this error when using searchkick with elasticsearch on mac. Searchkick version: searchkick (4.5.2) $ elasticsearch --version warning: no-jdk distributio

Unable to search on whole database with searchkick as it limits to 10000 records

Unable to search on whole elastic search DB just by using SearchData.search('yamaha', match: :word_middle,load: false) This limits the search to 10000 records