Stream Expressions(ストリーム式)でのパラメータ置換
トピック作成者:ks-solruserml-bot (2024/07/02 11:47 投稿)
2
(The bot translated the original post https://lists.apache.org/thread/xns8pygzzm2y8dvb7l0c1k3ohbxqcq7x into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
私のアプリケーションは、エスケープの問題と節の再利用ができることから、ローカルパラメータの置換をかなり頻繁に利用しています。
/stream 式でパラメータ置換を使用する方法はありますか?
(以下は機能しません):
POST /stream {
'expr': 'search(collection1,q=$test,fl="doc_id",sort="doc_id
asc",qt="/export")', 'test': 'contains
'
}
よろしくお願いします。
JAG
トピックへ返信するには、ログインが必要です。