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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top