如何用solr搜索关键字完全包含的多字段?

如何用solr搜索关键字完全包含的多字段?,solr,Solr,solr是否可以搜索关键字包含的多字段 e、 g 寻找 fields:[ "a problem" ] 但不是为了 fields:[ "a wrong problem" ] 对此有什么想法吗?尝试使用ShingleFilterFactory。。。谢谢你的评论这能解决你的问题吗? fields:[ "a wrong problem" ]

solr是否可以搜索关键字包含的多字段

e、 g

寻找

fields:[
   "a problem"
]
但不是为了

fields:[
  "a wrong problem"
]

对此有什么想法吗?

尝试使用ShingleFilterFactory。。。谢谢你的评论这能解决你的问题吗?
fields:[
  "a wrong problem"
]