Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 DIH 导入一些数据,我想使用脚本转换器在索引之前执行一些转换。由于转换有点复杂,我正在使用外部 js 库。
我的问题是:有没有办法将 js 库文件导入到我的 DIH 脚本中?
像:
<script src="lib/proj4js.js"></script>
不幸的是,似乎没有办法将 js 文件导入 DIH 数据 conf 文件。这是我从 solr 用户的邮件列表中得到的答案:
solr 用户邮件列表
似乎脚本转换器代码中没有处理脚本导入的地方。
:(