We were working on client’s site to optimize its front end performance. Home page had 7 ads placed via AdButler. As a general practice we don’t recommend to have...
In our recent project we implemented Sphinx Search for an osCommerce based site. We included the full path (breadcrumb) of category into search. I thought the breadcrumb query might...
If you are banging your head because of this exception in Solr 4.6 you should do following things. Be sure that solrconfig.xml of your core has <luceneMatchVersion>4.6</luceneMatchVersion> tag. Be...
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...
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...
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...
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...
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....
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...
I don’t know how often someone have to come across situation where one need to index data from database and files both in one index. One of our clients...