Say I have a large database with product information. I want to create a search engine for this database, preferably with indexing and auto-correction features. How should I do it? Are there any good libraries that I could use, so I don't need to start from scratch with basic SQL? Just some basic recommendations, links, will be highly appreciated.
I am familiar with PHP, C #, VB and Java, but I know little about databases.
source
share