Lucene与SDG整合

时间:2017-08-04 14:59:51

标签: spring lucene gemfire spring-data-gemfire

我们希望在Pivotal GemFire 9 / Apache Geode中使用新添加的Lucene功能。

为此,我们需要知道Lucene与 Spring Data GemFire 的集成是否有任何示例?

1 个答案:

答案 0 :(得分:1)

道歉。我最近没有花很多时间来构建更完整的例子。

尽管如此,我确实在 Spring Data GemFire参考指南 here中有关于SDG的Pivotal GemFire / Lucene Integration支持的文档。

在添加更详细的示例之前,您可以参考适用于GemFire / Lucene Integration支持的SDG测试套件here

o.s.d.g.search.lucene.LuceneOperationsIntegrationTests课程可能是最好的起点。

Pivotal GemFire关于" Apache Lucene Integration "的文档开始here

有关于Apache Geode Wiki here(关于架构)和here的信息(Lucene文本搜索嵌套对象的新提案)。

最后,Pivotal最近发表了一篇关于" Using Pivotal GemFire/Apache Geode with Lucene Indexing for Application UI Typeahead"的博文,其中使用了 Spring

希望这会让你开始。知道更多的是在路上,并且总是赞赏贡献。

此致 -John