cost 111 ms
尝试将 pdf 添加到新核心时,SOLRJ 给我一个奇怪的错误。 “你必须输入正确的路径” - SOLRJ giving me strange error when trying to add a pdf to a new core. "You must type correct path"

所以开始将古老的 solr 应用程序更新到 9.1 以及 SolrJ 索引器。 当我尝试添加文档时,我在线程“主”org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException 中出现异常:http 处的服务器出错: ...

2023-01-16 21:40:39   1   11    solr / solrj  
在 Solr 云模式中定义自定义字段类型 [Solr Source] - Define custom field type in Solr Cloud Mode [Solr Source]

我正在使用 Solr 源代码,试图为我的模式实现我自己的自定义字段类型。 如何在 Solr 云中完成这项工作? 使用原始的 Solr 遗留文件,我知道我应该只编辑 Solr 的 xml 配置文件并这样做,但是云怎么样,如何在那里添加这些类型? ...

Apache Solr:apache solr可以用作索引和搜索来自不同网站的文档吗? - Apache Solr: Can apache solr be used as a third part system for indexing and searching for documents from different websites?

我正在实施一个研究 web 应用程序或门户,它使用一个名为search kit的开源平台集成了不同的研究门户或网站。 web 应用程序将作为访问不同研究门户网站上研究出版物的中心点。 为此,我还需要实现执行以下操作的第三方系统: 根据用户在其他不同研究门户上的查询搜索文档,并在我的 web 应用 ...

如何使用 Java 代码更新 solrconfig.xml? (索尔云) - How to update solrconfig.xml with Java code? (Solr Cloud)

我想编辑 solrconfig.xml 以启用 Solr SpellCheck。(使用 solr 云)我已经通过服务器上的 zookeper 执行此操作,但我想在我的 Java 代码中实现它。 我看了一下 Solrj 来编辑配置文件,但我找不到任何东西。 我还查看了 Config API 指南( ...

SolrJ 8.11.1 升级 - 无效版本(预期为 2,但为 31)或数据不是“javabin”格式 - SolrJ 8.11.1 upgrade - Invalid version (expected 2, but 31) or the data in not in 'javabin' format

我正在将我的应用程序从 Solr 8.7.0 升级到 Solr 8.11.1。 服务器和 solr-solrj-8.11.1.jar 均已更新到相同版本。 Solr 服务器位于 RHEL 7 上。当我在 Windows 上的 JBoss 7 中运行我的客户端应用程序时,所有 SolrJ 调用均失败 ...

升级 solr - Upgrade the solr

我正在升级 solr。 为了升级它,我在当前 solr 运行的同一路径上安装了最新版本的 solr。 现在,我必须将旧 solr 的所有数据、登录详细信息和配置迁移到当前正在运行站点的新 solr。 任何帮助或任何其他想法直接升级 solr 将不胜感激。 ...

向 Solr 核心添加字段时,为什么会出现“ManagedIndexSchema Error persisting managed schema => FileNotFoundException: (Access is denied)”? - Why do I get "ManagedIndexSchema Error persisting managed schema => FileNotFoundException: (Access is denied)" when adding a field to a Solr core?

我有一个在 windows 上运行的 java 程序: 使用“bin/solr.cmd restart -f -q -p 55183”运行 Solr 服务器。 使用“bin/solr.cmd delete -c my_core”删除(如果存在)名为“my_core”的旧内核。 使用“bin/sol ...

Solr 中 IndexBasedSpellChecker 和 DirectSolrSpellChecker 的区别? - Difference between IndexBasedSpellChecker and DirectSolrSpellChecker in Solr?

在浏览 Solr 中的拼写检查功能时,我发现了以下类型的 solr 拼写检查器基于索引的拼写检查器 DirectSolr拼写检查器基于文件的拼写检查器我从 solr 文档定义中了解到“ DirectSolrSpellChecker 使用 Solr 索引中的术语而不构建像 IndexBasedSpe ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM