でグループ化を使用する場合group.truncate=true
、次の単純なファセット クエリ:
facet.query=Monitor_id:[380000 TO 400000]
nGroups
同等のフィルター クエリの結果と同じ数値は得られません。
fq=Monitor_id:[380000 TO 400000]
私はそれらが同じであるべきだと思った-Wikiページから:
group.truncate: If true, facet counts are based on the most relevant document of each group matching the query.
私は何を間違っていますか?
オフgroup.truncate
にすると、予想どおり、カウントは同じになりますが、残念ながら、グループ化された結果にのみ関心があります。
ありがとう!