Hi
I'm working on a digital Library project. Can anybody suggest a powerfulAsp.net full-text search engine Script or guide?
Thanks
Hi,
If you're using SQL Server as the database, I would suggest the Microsoft Full-Text Engine for SQL Server.
The Microsoft Full-Text Engine for SQL Server (MSFTESQL) service is a full-text indexing and search engine. The MSFTESQL engine is built on Microsoft Search (MSSearch) technology and is integrated into the Microsoft SQL Server 2005 Database Engine more tightly than ever.
Please check the following link for more information
http://msdn2.microsoft.com/en-us/library/ms142587.aspx
HTH. If this does not answer your question, please feel free to mark the post as Not Answered and reply. Thank you!
|||Thanks for your reply,
I use SQL Server 2005 and I don't think Microsoft Full-Text Engine is suitable for me because I don't want my search engine search the files. All of our books will scan with OCR components and the full text of books will extract into a "NTEXT" field of the bank. I want a search engine for searching the "NTEXT" field efficiently.
Meanwhile I use a shared hosting plan on internet and can't use Administrator role for database.
Can you suggest any solution?
Thank you very much
No comments:
Post a Comment