escargot icon indicating copy to clipboard operation
escargot copied to clipboard

ElasticSearch connector for Rails - Abandoned!

Results 9 escargot issues
Sort by recently updated
recently updated
newest added

This optimization sets the query to pull ids only (:ids_only option in Rubberband) and then compacts the array and passes that into the find method. This makes for a single...

Hi Angelf and Jeroig, I just want to let you know that I have managed to work on escargot and finally made it 3.0.x compatible. It is interesting to note...

Hi, I try to create the index (I use Addame branch) with rake escargot:index but i've got the following : no such file to load -- escargot/tasks/escargot.tasks Any ideas why...

Thanks for the wonderful gem. I am using it with the mongoid on rails 3.0.4, by including include Escargot::ActiveRecordExtensions in my model and defining table_exists? and find_in_batches method for my...

At the moment the default index name and the custom index name are the same in all environments. This causes updates triggered in eg. test mode to update data/indexes in...

It would be nice if Escargot per default didn't update ElasticSearch when running in test environment. At the moment it can be controlled by passing :updates => false conditionally, but...

Related to https://github.com/angelf/escargot/issues/issue/2: It would be nice if updating could be turned on in test-mode using a block, kinda like ThinkingSphinx does it: ThinkingSphinx::Test.run do # Run code that specifically...

From readme: elastic_index :mapping_options => .. Should be: elastic_index :mapping => ..