When you search \"Stack Overflow\", Sphinx will not bring up results that match \"Stackoverflow\" That\'s because Sphinx indexes \"Stackoverflow开发者_运维技巧\" as one word...whereas the query is tw
Consider this: set A: 1 2 3 4 set B:3 4 5 6 set C:4 5 6 7 set D: 1 I want to compare D with the rest and get as a result a set of numbers as most relevant.