Archives for sphinx

Word boosting in Sphinx

disclaimer : I’m not an expert in Sphinx Boosting words One feature that Sphinx is missing , but it’s found in Solr/Lucene is word boosting – a.k.a you want some words which if are found, the document gets a weight boost . in Solr/Lucene you can define this by using ^ operator , like word^x [...]

Synonyms in Sphinx

disclaimer : I’m not an expert in Sphinx Sometimes when doing a search you want to search not only for the words included in the query , but also after their synonyms , to increase the number of results . Sphinx doesn’t come with this by default . Instead it comes with a feature names [...]