【发布时间】:2017-04-20 10:33:32
【问题描述】:
(免费使用 GraphDB 8.1)。
http://graphdb.ontotext.com/documentation/free/full-text-search.html 说我可以通过实现接口com.ontotext.trree.plugin.lucene.AnalyzerFactory 使用luc:analyzer 参数为GraphDB 全文搜索启用自定义AnalyzerFactory。但是我在任何地方都找不到这个接口。它不在 jar graphdb-free-runtime-8.1.0.jar 中。
我检查了http://ontotext.com/products/graphdb/editions/#feature-comparison-table 的功能矩阵,似乎此功能“Connectors Lucene”可用于 GraphDB 的免费版。
com.ontotext.trree.plugin.lucene.AnalyzerFactory 接口位于哪个 jar 中?我需要在我的项目中导入什么来实现这个接口?
GraphDB 中是否包含预先存在的 AnalyzerFactories 以使用 Lucene 其他分析器? (我有兴趣使用 FrenchAnalyzer)。
谢谢!
【问题讨论】:
-
您应该使用 Maven 存储库 (graphdb.ontotext.com/documentation/enterprise/…) 还是我错了?
-
我不确定是不是这样。 maven.ontotext.com/content/groups/all-onto 要求我输入登录名/密码,而文档说工件应该“没有凭据”可用。
标签: java lucene sparql graphdb