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.
我遇到了 solr 搜索的问题。我想搜索一个包含空白字符和最后一个通配符的字符串。我发现的唯一方法是将字符串放在引号中。但如果我喜欢这样,我不能把通配符放在最后。
那么有什么方法可以搜索“foo bar”* 吗?
感谢您的任何提示!
你可以尝试逃离空白field:foo\ bar*
field:foo\ bar*
通配符查询:- 请注意,引用的短语中不支持通配符。它们将被视为空白。