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.
如何仅获得与我的查询匹配的行: ?q=taxonomy_ids:1/636/*
得到了这个结果:
只想要:<str>1/636/587</str>
<str>1/636/587</str>
没有简单的方法。但是,有一个技巧,您可以使用匹配荧光笔并使用这些结果而不是搜索本身返回的结果。您可能希望将 PRE/POST 高亮标记配置为空字符串。网上有一篇关于某处的文章,但我找不到了。
缺点是你会得到两次结果。一次作为文档,一次作为突出显示。
另一个选项是挂钩到 Lucene 的解释结构的自定义组件。