我正在使用查询调用托管在不同计算机上的solr搜索。当我写一个查询时,它返回numFound=2405
匹配的文档。我们有超过10000个doc索引。但是返回的方面结果只有100个ID,我将其作为一个方面字段。
我的solr查询在这里(为了便于阅读而分开):
localhost:8983/solr/select/?
q="C"
&start=0&rows=10
&facet=on
&facet.field=currentEmployer
&facet.field=state
&facet.field=industry
&facet.field=education_university
&facet.field=workHistory_employer
&facet.field=id
&facet.mincount=1
为什么会这样?请帮帮我,我做错了什么?