Add Search to your ASP.NET web applications. New features in v2012 include;


- Addition of document security groups to allow user to see only results that they have access to.
- Search speed improvements for multiple keywords.
- New, more powerful index management tool UI.
- Popular search auto-complete added (to existing lexicon based auto-complete).
- SearchBox watermark added.
- New (plug-in) central events added.
- Indexing of ZIP files added.
- Added "ImpliedLogicOperator" to configuration to enable changing default search operator from AND to OR.
- Now possible to see all documents (that user has permission to see), use query: _all to get all documents, or programmatically searchAgent.Search(searchAgent.AllDocumentReturnQuery, 1, 10);.
- Auto-complete suggestions can be easily customized using a plug-in, or in Javascript on the client.
- Result preview text can be easily customized using a plug-in, or in Javascript on the client.
- Stemming/Lemma support increased to 9 languages.
- Added AsynchronousQueue class (.NET 2+) to support asynchronous adding of documents to the index.
- Windows Service can now email logs of its actions.
- Numerous smaller API enhancements.
- New publishing feature in index manager with ability to auto rebuild indexes and deploy with FTP or file copy (ideal for shared hosting users).

Full Details and Evaluation Download can be found here;
http://keyoti.com/products/search/dotNetWeb/index.html