Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
上次我做一个 solr 索引时,它也开始索引并在空字符串上进行分面。这从未发生过。这是正确的行为吗?我应该过滤 DIH 中的空字符串吗?
谢谢。
是的,我建议在您的数据导入处理程序中将它们过滤掉(将它们设置为 NULL),以减少生成可能较大的方面计数所需的加载时间。当可选值在数据集中表示为空字符串时,这可能会定期出现。