Differing Apache Solr results when doing queries through Drupal – why?

前端 未结 2 2126
谎友^
谎友^ 2021-02-09 19:34

I\'m trying to create a custom search interface for Apache Solr using Drupal, and I\'m having some strange issues with the results.

I have the same query yielding 8 hits

2条回答
  •  轮回少年
    2021-02-09 20:13

    The request handler (qt parameter) might be different. When not defined (the Drupal query doesn't define it) Solr uses the default handler. Maybe the default handler configured is not the standard request handler... check your solrconfig.xml

提交回复
热议问题