How does Stack Overflow display similar questions when you type in a new q​uestion?

不想你离开。 提交于 2019-12-08 00:38:55

问题


This is one of the things that Stack Overflow and the rest of the sites that run on this platform do very well. As soon as you try to create a new question, a little window is shown that shows other similar questions. How is this done? What technology can be used to achieve this? Lucene, Sphinx, ...?


回答1:


StackOverflow (and StackExchange in general) uses Lucene.net for full-text search.

Might want to read this as well.



来源:https://stackoverflow.com/questions/5208130/how-does-stack-overflow-display-similar-questions-when-you-type-in-a-new-questi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!