使用 Apache Solr 为数据库中的所有表建立索引

发布于 2024-12-02 05:26:11 字数 107 浏览 2 评论 0原文

如何使用 Apache solr 索引大多数表(例如:20 个表)

我们需要为 dataconfig.xml 中的每个表添加实体标记?

预先感

谢迪利普

How to index most of the tables(ex:20 table) using Apache solr

We need to add entity tag for each and every table in the dataconfig.xml?

Thanks in advance

Dilip

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一江春梦 2024-12-09 05:26:11

我使用 solrj 从数据库中获取了索引表。

我已使用用户定义的名称在 schema.xml 中输入了 Field 标记。

示例字段标记:

<field name="id" type="string" indexed="true" stored="true" required="true" /> 

另请参阅 架构 XML 文件

希望它能解答您的疑问..

I had index tables from database using solrj.

I had entered Field tag in schema.xml with user-defined name.

Sample Field Tag:

<field name="id" type="string" indexed="true" stored="true" required="true" /> 

Also refer to Schema XML File

Hope it answers your doubts..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文