|
1
1
根据邮件列表,目前这是不可能的。 |
|
|
2
0
如果您对查找字段类型中存在的所有术语很好奇,可以使用solr的术语组件轻松地找到它。 Doc: https://lucene.apache.org/solr/guide/6_6/the-terms-component.html Doc用于版本6.6,您可以相应地更改当前正在使用的版本。 以下是示例URL: http://localhost:8983/solr/collection/terms?terms.fl=type |
|
|
3
-1
你可以通过使用 tagging and excluding filters :
首先标记筛选查询:
然后在方面中使用exclude标记:
|
|
|
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 年前 |