thinking-sphinx icon indicating copy to clipboard operation
thinking-sphinx copied to clipboard

Sphinx/Manticore plugin for ActiveRecord/Rails

Results 32 thinking-sphinx issues
Sort by recently updated
recently updated
newest added

When an index is defined, one can specify a scope. This scope is used to obtain records on initial indexing (ts:index) but is not respected by the model callbacks. With...

With a real-time index, [I can provide a `scope`](https://freelancing-gods.com/thinking-sphinx/v5/real_time#eager-loading-associations) to filter out records I don't want indexed: > This allows eager loading of associations, or even filtering out specific values....

Sphinx 3.3.1 thinking-sphinx 5.5.1 Ruby 3.2.2 Rails 7.0.8 Not sure if this is a sphinx thing or just a "that's just how it works" thing... I have a cron job...

This was going to just be a tiny fix for a LogSubscriber deprecation in Rails 7.1 (https://github.com/pat/thinking-sphinx/commit/cde7554aaf5169ea633015b40992204c53953e2d) but I ran into a few other issues getting the test-suite running.

Hello, I see this with Manticore 6.2.12 ``` WARNING: key 'workers' is deprecated in /etc/manticoresearch/manticore.conf line 12; use 'default value' instead. ``` But I don't see this setting in our...

Hi Pat, We have a lot of record updates coming in at the same time. ``` using config file '/var/www/shared/config/qa.sphinx.conf'... indexing index 'schedule_delta'... FATAL: failed to lock /var/www/shared/db/sphinx/schedule_delta.tmp.spl: Resource temporarily...

I have set up a relocation/master to have the indexing done on a replicated postgres node. Setup is as follows: Main server + code base + postgres main Replication server+...

Hi, I want to always return an empty result set for a search. Active Record has `#none` method that does this (https://apidock.com/rails/v4.0.2/ActiveRecord/QueryMethods/none). Is there any way to achieve this with...

Presently trying to index on a machine where sphinx is not running results in: ``` sh-4.2$ bundle exec rake ts:rt:index The Sphinx daemon is not currently running. Real-time indices can...

In our project we are not setting `user_weight` manually anywhere that I can see. But if I run this I can see a weight of mostly 1's and 2's: `select...