문제

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