简体   繁体   English

反应式 spring-data-solr 存储库

[英]Reactive spring-data-solr repositories

I found a Blog Post about spring-data reactive repositories.我找到了一篇关于 spring-data reactive repositories 的博客文章 It was mentioned that, it is currently supported for MongoDB, Apache Cassandra and Redis.有人提到,它目前支持 MongoDB、Apache Cassandra 和 Redis。

We are going to use spring-data-solr repositories in our reactive (based on vert'x) architecture.我们将在我们的反应式(基于 vert'x)架构中使用 spring-data-solr 存储库。

Is it possible to easly get reactive support in this type of repositories?是否有可能在这种类型的存储库中轻松获得响应式支持? How much effort would it be cost to implement own implementation of reactive solr repostiory?自己实现反应式 solr 存储库需要付出多少努力?

Probability never, Spring Data for Apache Solr was discontinued, I'd rather recommend you to stop use it and go with native client.概率永远不会,Apache Solr 的 Spring Data 已停产,我宁愿建议您停止使用它并使用本机客户端。

https://spring.io/blog/2020/04/07/spring-data-for-apache-solr-discontinued https://spring.io/blog/2020/04/07/spring-data-for-apache-solr-discontinued

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从 solrj 迁移到 spring-data-solr - Migration from solrj to spring-data-solr Spring-data-solr 数据导入处理程序调用 - Spring-data-solr data import handler call 如何在spring-data-solr中使用带有方法名称的get前缀? - How to use get prefix with method name in spring-data-solr? 如何在Spring-data-solr中进行多边形空间搜索 - How to do Polygon Spatial Search in Spring-data-solr spring-data-solr java.lang.IllegalArgumentException:不是托管类型 - spring-data-solr java.lang.IllegalArgumentException: Not a managed type 如何使用spring-data-solr构建FacetQuery,它返回solr索引中的所有文档(*:*) - How to build FacetQuery using spring-data-solr which returns all documents (*:*) from solr index 在将spring-data-solr升级到版本1.3.1时无法启动嵌入式solr服务器 - Cannot start embedded solr server on upgrading spring-data-solr to version 1.3.1 如何使用spring-data-solr编写查询,该查询返回特定字段的所有值的列表 - How to write query using spring-data-solr which return list of all values of specific field 在Play框架应用程序中在spring-data-solr中进行查询时出现NoClassDefFoundError - NoClassDefFoundError when making a query in spring-data-solr within a play framework application 如何使用spring-data-solr返回空间搜索中的距离和分数 - How to return distance and score in spatial search using spring-data-solr
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM