What is a good search engine for embedding in a web site [closed]

試著忘記壹切 提交于 2019-11-30 05:29:49

The .NET version of Lucene is what we've been using. It meets all of your criteria.

You can't really beat Google Site Search for this. It's fully customizable - and no need for embedding or maintaining.

EDIT: found this ASP.NET opensource search engine that you can take and run with, In response to your comment about knowing what google does, this is well documented and they have TONS of webmaster tools for you.

First I would agree with Google Site Search.

However, if you want to search on criteria that Google might not see (like stuff in the database, etc), then you might look at Lucene.net. It is a port of the Java Lucene project:

Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java .Net. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.

It is free under the Apache license.

Why can't you try out google custom search engine? If you want ultimate control over the indexing you can create your own search engine using lucene.net

Eugene Yokota

From my question "In-house full-text search engine for source code and SQL scripts":

I use Hyper Estraier, but Namazu is also well-known.

There are also ht://Dig, Lucene, Xapian, etc.. but I don't know too much about them.

DTSearch engine at http://www.dtsearch.com/ is a solid engine that is easy to develop against. Although it does cost money.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!