1

I wonder if there is a way to give a suggestion from the sphinx index.

for instance, when I search 'sadfasasas' on google, I get 6 results. and it said.' Do you mean "sasasasas". when I search by 'sasasasas', I get 289,000 results.

How should I do to implement this feature? (Let's say the two keywords are all right spelling. and I want to give the suggestion 'sasasasas' just because it's seems like 'sadfasasas', and it can find many results by sphinx ).

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
dexterdeng
  • 249
  • 3
  • 13

1 Answers1

2

There are script, config, readme in sphinx/misc/suggest folder. You could try suggestion service out of the box.

tmg_tt
  • 474
  • 2
  • 6
  • I tried this, and it gives me totally irrelevant results. Maybe I need to configure my initial index in a way... – Ant Nov 27 '12 at 03:49