Frage

i'd like to know if search prompts can be generated in solr, similar to those at google?

basically, the index generates phrases based on user-input,
Which solr modules should i be looking at?

example:

When the user enters "How to progra..."
The prompts of "How to program in c++", "how to program in php" etc.... appear below the search area

War es hilfreich?

Lösung

Yes. Solr have http://wiki.apache.org/solr/Suggester for this kind of stuff. Take a look at the example, it should help you.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top