Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一辆车可以有多种功能。客户需要多种功能。我想根据客户的需求展示一辆车有多少功能。
如果汽车是:
本田:PowerSteering、AC、PowerWindow 通用汽车:动力转向、轿车、CruiseControl
本田:PowerSteering、AC、PowerWindow
通用汽车:动力转向、轿车、CruiseControl
和
客户需求是:轿车、CruiseControl。
问题:我怎样才能达到如下结果:
本田:2 个匹配功能中的 0 个。 GM:2 个匹配特征中的 2 个。
本田:2 个匹配功能中的 0 个。
GM:2 个匹配特征中的 2 个。
我相信使用 apache solr 会有一些很好的方法来实现这一点。
编辑:编辑以澄清问题。