|
1
1
可以从您自己的drupal模块更改查询,Apache Solr搜索模块为此公开了一个钩子( hook_apachesolr_query_alter ) :
尽管如此,如果你
“除“打开/选择”外,所有功能都正常运行”
,您的问题可能与您的请求调度程序
|
|
|
2
1
如果您可以编写一些代码(不在drupal模块中,而是一个独立的类/jar),那么您可以编写一个solr插件( https://wiki.apache.org/solr/SolrPlugins )并为“/选择”编写自定义处理程序( https://medium.com/@wkaichan/custom-request-handler-in-apache-solr-4f76521b031a )在该处理程序中,将“q”参数重写为“ . “并调用原始处理程序。 |
|
|
Emeasoba Tochi · python、django、solr、haystack:编辑solr\u build\u schema BaseCommand时出现arg\u parse错误。add\u参数() 8 年前 |
|
|
J. C · Solr字段名规则? 8 年前 |
|
|
Bryan Ash · Solr filter查询可能为空的多值字段 8 年前 |
|
|
kouign_amann · 使用Solr按字母顺序对字符串排序 8 年前 |
|
|
Brendan · SolrCore正在加载Windows服务 8 年前 |
|
|
Fabio B. · 如何在Solr中排序/增强产品搜索结果 8 年前 |