Alexander S.

Results 60 comments of Alexander S.

Hi @deivid-rodriguez, yeah, we do use `default_per_page` but if I'm not mistaken the purpose of this option is different and it accepts an integer instead of an array.

This is a quite serious issue and breaks the development process completely. Can anyone have a look, please? All versions starting from 2.0.0 are affected.

Hi, yes, the rsolr team didn't accept my patch, even though we use our fork for a few years already without any issues. I will check the upstream and try...

Makes sense to me. Even though this may break something in the existing apps that'd be for a good reason.

The change is that previously I tried to build the `indexed_name` for joined fields like this was done for regular fields, which didn't work well in case when the field...

@rohanpujaris not sure this is going to be merged at all, we're using a fork.

Sure: ```ruby gem 'rsolr', :git => 'git://github.com/heaven/rsolr' ``` Might leak some fixes as I didn't sync with the upstream for a while. UPD. If you use Sunspot you will also...

Btw, right now I am forced to increase the number of maxWarmingSearchers up to 25-30 because I have a lot of separate processes which index content and perform commits. With...

Hi @ixti, we don't use anything that'd override the fetcher, just a single extension we use is sidekiq-batch gem. Here's our sidekiq.rb ```ruby require "sidekiq/throttled" Sidekiq::Throttled.setup! Sidekiq::Extensions.enable_delay! ``` And the...

@vccoffey the input is in the tags mode, which enables you to add new tags on the fly.