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, ...?
相关问题
- What is the best way to do a search in a large fil
- Cannot use the Knowledge academic API
- How to change the first two uppercase characters o
- Search Multiple Arrays for
- Find index given multiple values of array with Num
相关文章
- What is the complexity of bisect algorithm?
- Visual Studio: Is there an incremental search for
- How do I hide a site from search engines? [closed]
- Why is C# Array.BinarySearch so fast?
- Find three elements in a sorted array which sum to
- TreeMap - Search Time Complexity
- performance for searching through 100 million reco
- Searching strings with . wildcard
StackOverflow (and StackExchange in general) uses Lucene.net for full-text search.
Might want to read this as well.