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
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
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