How do I build a search mechanism for my application?

后端 未结 7 1609
我在风中等你
我在风中等你 2020-12-30 13:34

It seems to be a common requirement nowadays to have a search feature that can search almost anything you want. Can anyone give me samples or tips as to how to go about buil

7条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-30 14:02

    Lucene.NET is an extremely fast full text search engine.

    Sample usage:

    See Source code of DotNetKicks starting from codebehind of search page

提交回复
热议问题