开发者

Search Engine for website [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

I have website and I need to build search engine for it.

I do not know how to build that, I just wrote same qu开发者_Python百科ery to get same important value.

but this does not give sense.

And thanks for any help.


You could do one of two things:

  1. Use a third party search engine such as Google Site Search. (You'll have to pay if you don't want google branding or ads)
  2. Create your own. Maybe use Lucene.net.


It looks, you need to provide detailed Search features for your site. If so, In General you can do something like:

Provide textboxes and a search button. Create a stroed procedure which searches the database based on the textbox entries on click of the Search Button.

ref : Implementing search option

For detailed Search module implementation have a look at these samples:

  • Static-Site Search Engine with ASP.NET/C#
  • Create a Site Search Engine in ASP.NET
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜