Search based on a set of keywords

前端 未结 7 1078
慢半拍i
慢半拍i 2020-12-31 08:52

I need to make a search based on a set of keywords, that return all the Ads related with those keywords. Then the result is a list of Categories with the Ads Count for each

7条回答
  •  感情败类
    2020-12-31 09:37

    If you try to make your own search engine you will probably fail.Why don't you try Lucene. Here's a link http://lucenenet.apache.org/. Cheers

提交回复
热议问题