使用solr查找给定单词的给定单词的匹配计数

时间:2012-09-12 11:29:07

标签: solr lucene use-case

汽车可以有多种功能。客户需要多种功能。我想展示一下汽车与客户需求相匹配的功能。

如果汽车是:

  

本田:PowerSteering,AC,PowerWindow

     

GM:PowerSteering,Sedan,CruiseControl

并且

  

客户需求是:Sedan,CruiseControl。

问:我怎样才能达到如下结果:

  

本田:2个中的0个匹配功能。

     

GM:2个匹配的功能。

我相信使用apache solr可以实现这一目标。

编辑:编辑澄清问题。

0 个答案:

没有答案