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.
solr4は結合機能を導入したので、以下のURLを使用できます。
{!join from=fromField to=toField fromIndex=fromCoreName}news_headline:apple
しかし、私にはそのようなシナリオがあります。news_headlineだけでなく、news_typeも必要です。このURLにnews_typeを追加するにはどうすればよいですか?
ぐっすり眠った後、この URL が q と同じであることに気付いたので、次のように解決できます。
{!join from=fromField to=toField fromIndex=fromCoreName}news_headline:apple AND news_type:internal