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 中,我们通常使用fq关键字来进一步“过滤”结果,例如:
fq
http://localhost:8983/solr/select/?q=book&fq=title:(xxxx)
但是,我如何使用过滤器进行查询;字段中是否title包含数字?在这里应用正则表达式怎么样?(如何?)
title