How has SO implemented the tagged search? Is it using Lucene or any other open-source search engine library for tagged searching?
What is the best way to search document (PDF, XML, ...
I'm a Lucene newbie and I have it working where I can create an index from a column of a database table storing tags, and search this index for a particular ...