我正在尝试对包含PGobject(结构化为Json)的文档进行增量导入(完全导入工作)。 Solr给我一个警告,例如:
org.apache.solr.common.SolrException:TransactionLog不知道如何序列化org.postgresql.util.PGobject类。尝试实现ObjectResolver。
我从Solr参考文献https://lucene.apache.org/solr/guide/6_6/transforming-and-indexing-custom-json.html#TransformingandIndexingCustomJSON-TipsforCustomJSONIndexing中找到了此链接。 就我而言,它可能很有用,但使用Windows我不知道如何使用它。
结构如下:
{\“键\”:\“值\”, \“核心价值\”, \“核心价值\”, \“核心价值\”, \“键\”:\“值\”}“
有人遇到这个问题或帮我忙吗?