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.
我有 postgresql 数据库,我在 solr 中建立了索引,一切正常。我制作了可以在数据库中添加新行的 java 应用程序。所以我的问题是有什么方法可以只索引我在 solr 中的 java 应用程序中的这个新行。
如果您使用 DIH,您可以使用增量索引来仅索引 Solr 中更改的数据。
如果您使用独立的 java 代码,您可以使用Solrj库与 Solr 交互以索引单个文档。