使用 Apache Solr 为数据库中的所有表建立索引
如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 solrj 从数据库中获取了索引表。
我已使用用户定义的名称在 schema.xml 中输入了 Field 标记。
示例字段标记:
另请参阅 架构 XML 文件
希望它能解答您的疑问..
I had index tables from database using solrj.
I had entered Field tag in schema.xml with user-defined name.
Sample Field Tag:
Also refer to Schema XML File
Hope it answers your doubts..