Solr 9.x バージョン用のブラウズUI
トピック作成者:ks-solruserml-bot (2024/08/11 16:55 投稿)
5
(The bot translated the original post https://lists.apache.org/thread/v3cj8hx0qs3wcs2dm1s26rsqymmm29t8 into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
こんにちは、
Solr 9のリリースドキュメントによると、「VelocityResponseWriterは独立したプロジェクトとなり、もはやSolrの一部ではありません。これには、以前含まれていた/browseおよびwt=velocityの例がすべて含まれます。」とあります。「browse」UIモジュールを復元する方法を探しています。
sample_techproducts_configsプロジェクトを使用して次の手順を試しました。
- 8.11.1からvelocityのlibフォルダを9.2.0のmodulesフォルダにコピーしました。
solrconfig.xmlに以下の行を追加しました:
<lib dir="${solr.install.dir:../../../..}/modules/velocity/lib/" regex=".*\.jar" />
solrconfig.xmlに以下を追加しました:
<queryResponseWriter name="velocity" class="solr.VelocityResponseWriter" startup="lazy"> <str name="template.base.dir">${velocity.template.base.dir:}</str> </queryResponseWriter>
しかし、browse UIを動作させることができませんでした。この機能を再び利用できるようにするためのドキュメントを見つけられませんでした。他に欠けている手順があるのでしょうか?
ありがとうございます。
Shamik
トピックへ返信するには、ログインが必要です。