Streaming gather nodes式でレコードが1つ欠けています
トピック作成者:ks-solruserml-bot (2024/05/23 13:09 投稿)
4
(The bot translated the original post https://lists.apache.org/thread/p10vyvkhbsdmxvdh0vg6okv41jx4wgds into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
皆様、
私たちはSolrのストリーミング式を使用して、2つのコレクションを結合しています。具体的には、製品と類似製品のインデックスを、以下のように製品IDを基に結合しています。
gatherNodes(relatedproduct, search(product,q="related_product_count_l:[1 TO *]", fl="id_l", qt="/export", sort="id_l desc"), walk=id_l->main_product_id_l, gather="related_product_id_l",fq="relation_type_code_i:4",scatter="leaves, branches")
外側のgatherNodes関数から常に1レコードが欠けていることが観察されました。
Solrバージョン:8.4.1
何か見落としていることや既知の問題があれば、教えてください。
宜しくお願いします。
Deepu
トピックへ返信するには、ログインが必要です。