Showing a price range selector for visitor to narrow down search is a common use case for eCommerce sites. Usually developers try to use facets for this purpose which...
  • April 17, 2017
  • 0 Comments
Sorl admin interface is powerful tool to manage cores, debugging and lot of other stuff. At same time this can be very dangerous tool, because this page is open...
  • February 22, 2014
  • 0 Comments
Delta indexing is way of designing indexes so only the updated data is read from db and indexed by Sphinx. Imagine a blog with 100 million posts. As posts...
  • July 27, 2013
  • 17 Comments
Solr is a great tool for full-text searching and more, from Apache Software Foundation. Its based on Apache Lucene search library and extends it. In this post I will...
  • May 19, 2013
  • 7 Comments
Sphinx Search allows use of custom expressions, where we can have internal attributes, conditions, arithmetic operators, and functions to calculate custom values for each document/record. It then allows sorting these...
  • May 4, 2013
  • 4 Comments
Recently we came across a project where we had to make a domains database searchable with high accuracy. Domain names are special because they don’t have any word separators...
  • March 31, 2013
  • 0 Comments