[Solved] How do I make an search bar at the top of the page like on stackoverflow.com?


You can use Lucene, that’s a pretty good full text search engine. Since you are coding in Java it shouldn’t be difficult at all to implement your search feature from Lucene.

solved How do I make an search bar at the top of the page like on stackoverflow.com?