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.
Solr では通常、次のようfqにキーワードを使用して結果をさらに「フィルタリング」します。
fq
http://localhost:8983/solr/select/?q=book&fq=title:(xxxx)
ただし、フィルターを使用してクエリを実行するにはどうすればよいですか。フィールドtitleに数字が含まれているかどうか ここで正規表現を適用するのはどうですか?(方法?)
title