【发布时间】:2017-05-01 01:41:54
【问题描述】:
我有 mongo 文档,其中包含有关组织中员工的数据。 我想用多个关键字搜索文档并获得更好的结果。
eg:**search with "Java, Spring, Hibernate, HTML"**
should return documents which contains whole keywords and with maximum
number of keywords and so on until it reaches with at least any of the keyword.
Please help me to solve this problem.
【问题讨论】:
标签: java mongodb search text search-engine