質問

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