LOGGING SIDEKIQ AND RAILS

Sidekiq is an efficient way to process background jobs in ruby. Sidekiq makes use of threads to process multiple jobs at the same time in the same process.

Read more

AUTOCOMPLETE FEATURE BUILDING RELEVENCE

In my previous post Autocomplete Feature with ElasticSearch. We had to build our custom analyzer and searched through documents. Now suppose we have thousands of documents in our index, and searched query from user matches 100+ records.

Read more

AUTOCOMPLETE FEATURE WITH ELASTICSEARCH

Autocomplete is crucial functionality for any E-commerce Site. It reduces the amount of character a user needs to type before executing any search actions, thereby enhancing the search experience of users.

Read more