Solr查询以列出所有文档为空,但文档存在

时间:2018-07-16 20:58:03

标签: drupal solr lucene drupal-7

我在solr 3.6中有一个solr索引,大约有250.000个文档。如果我在solr管理员中查询“ ”,则会得到0个结果。 如果我这样做是http-GET

/select?start=0&rows=10&fq=-ftm_field_versandkosten%3A0&spellcheck=true&q=&fl=id%2Centity_id%2Centity_type%2Cbundle%2Cbundle_name%2Clabel%2Css_language%2Cis_comment_count%2Cds_created%2Cds_changed%2Cscore%2Cpath%2Curl%2Cis_uid%2Ctos_name%2Cteaser%2Cftm_field_netto_preis%2Cftm_field_versandkosten%2Citm_field_baujahr%2Citm_field_laufleistung%2Cim_field_taxonomy_partner%2Css_product_field_produktbild&mm=100%25&pf=content%5E2.0&ps=15&hl=true&hl.fl=content&hl.snippets=3&hl.mergeContigious=true&f.content.hl.alternateField=teaser&f.content.hl.maxAlternateFieldLength=256&qf=content%5E40&qf=label%5E5.0&qf=taxonomy_names%5E2.0&facet=true&facet.sort=count&facet.mincount=1&facet.field=im_field_taxonomy_fahrzeugtyp&facet.field=im_field_parttype&facet.field=im_field_farbe&f.im_field_taxonomy_fahrzeugtyp.facet.limit=-1&f.im_field_taxonomy_fahrzeugtyp.facet.mincount=0&f.im_field_parttype.facet.limit=-1&f.im_field_parttype.facet.mincount=0&f.im_field_farbe.facet.limit=-1&f.im_field_farbe.facet.mincount=0&sort=score%20desc%2Crandom_131%20asc&bq=its_field_hasimage%3A0%5E20&bq=%28its_field_anzeigeprioritaet%29%5E10&q.alt=%28itm_field_available%3A0%29%20%28im_field_taxonomy_partner%3A82%29&wt=json&json.nl=ma

我得到大约8000条结果。

通配符查询为空的原因可能是什么?


我将生产系统克隆到一个类似的本地docker env中。如果我使用与生产相同的数据库转储,相同的solr配置和相同的solr版本为solr编制索引...所有文档都已建立索引,但是现在这两个查询在solr admin和admin中都导致空“ ” http也使用cURL获取版本。

有什么想法吗?

0 个答案:

没有答案