Pages

Sunday, February 10, 2019

Tuesday, May 1, 2018

Good video on testing performance of elasticsearch

https://www.elastic.co/elasticon/conf/2018/sf/the-seven-deadly-sins-of-elasticsearch-benchmarking

Very good video about migration from the Amazon ES service to a self-managed cluster (with all concerns, reasons and hard decisions behind described well). Sometimes I had the feeling like that guy is telling my story.
https://www.elastic.co/elasticon/conf/2018/sf/lyfts-wild-ride-from-amazon-es-to-self-managed-elasticsearch

Monday, December 4, 2017

Some ideas on calculating trending things

https://stackoverflow.com/questions/787496/what-is-the-best-way-to-compute-trending-topics-or-tags/826509#826509

Thursday, November 16, 2017

New book

New and promising search-related book was published on Manning Publications's MEAP - Deep Learning for Search

Wednesday, August 16, 2017

Use this free bayesian A/B testing calculator to find out if your test results are statistically significant.

Use this free bayesian A/B testing calculator to find out if your test results are statistically significant. 
https://marketing.dynamicyield.com/bayesian-calculator/

Learning to rank problems. Well explained

Learn to rank and its various optimizations - http://opensourceconnections.com/blog/2017/08/03/search-as-machine-learning-prob/

http://opensourceconnections.com/blog/2017/04/01/learning-to-rank-linear-models/

Monday, August 7, 2017

What works in e-commerce - a meta-analysis of 6700 online experiments

http://www.qubit.com/sites/default/files/pdf/qubit_meta_analysis.pdf

Monday, July 24, 2017

Good short overview of caching in modern versions of ES - Caching In Elasticsearch

Monday, May 15, 2017

On two types of suggestions

Basic overview of two types of search suggestions: content && search query based suggestions.

https://www.searchblox.com/autosuggest-search-query-based-vs-content-based

Saturday, December 10, 2016

How to deal with the synonyms. Awesome examples

http://opensourceconnections.com/blog/2016/12/02/solr-elasticsearch-synonyms-better-patterns-keyphrases/

Monday, October 24, 2016

Visualizing Geohash

I've rescued a lost article on visualizing geohashes

Wednesday, October 5, 2016

Good explanation of how the DisMax works (despite that it based on Solr, but not my favorite Elasticsearch)

http://opensourceconnections.com/blog/2013/03/07/the-anatomy-of-a-dismax-query/
There you can find some useful ideas how to combine search and graphs together to improve your relevance.

http://blog.comperiosearch.com/blog/2014/02/05/dynamic-search-ranking-using-elasticsearch-neo4j-and-piwik/ 

Sunday, October 2, 2016

Very interesting article that has a link on the interesting tool.

Friday, August 19, 2016

http://lucidworks.com/blog/2016/08/17/learning-to-rank-solr/ - very interesting presentation on ranking search results (and measuring the results) on Bloomberg
http://lucidworks.com/blog/2016/08/17/learning-to-rank-solr/ - very interesting presentation on automatic ranking the search results (and measuring the results) on Bloomberg

Friday, July 15, 2016

Finding You the Best Hotel at LateRooms.com with Elasticsearch

https://www.elastic.co/blog/finding-you-the-best-hotel-at-laterooms-com-with-elasticsearch

Good overview. Some of the ideas and approaches are the same as ours.

Monday, June 13, 2016

proper sorting is not that easy

Trying to sort site-wide search results on most e-commerce sites typically end up a mess, with irrelevant search results being propelled to the top of the list as users sort by price, customer ratings, etc

http://baymard.com/blog/faceted-sorting