Reputation: 551
I have a legacy app in which I need to enable search.
I was looking at either Lucene or FTS of SQL Server.
However my question is...would Lucene work with Classic ASP? Any links?
Thanks!
Vladan
Upvotes: 3
Views: 370
Reputation: 39413
There is no Lucene for VBScript (source), but can use the .Net implementation and access the searched records via a standard webservice or an AJAX call returning JSON.
Upvotes: 2