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
There are many modules enabled by default in apache config which are not required to run a typical magento installation. Disabling these modules can help optimize performance for Magento....
  • April 13, 2013
  • 1 Comment
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
Sphinx search server is full-text search engine which is free, fast and scalable. It is designed for performance, relevance and scalability, which is unmatched by any conventional database.
  • February 24, 2013
  • 0 Comments