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.
我用 Lucene 开发了一个搜索应用程序。我已经创建了基本搜索。基本上,我的应用程序的工作原理如下:
现在,我想查找哪个字段包含我的搜索词。由于我使用通配符和模糊,我不能只进行字符串比较。我该怎么做?
如果出于调试目的需要它,可以使用IndexSearcher.explain。
否则,这个问题看起来像突出显示,所以你应该能够找出匹配的字段: