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.
luceneクエリで「wherefieldin(value1、value2、value3)」を使用するにはどうすればよいですか?
dotCMSでluceneクエリを使用しています。
If I understand your question correctly, this query would be equivalent:
field:value1 OR field:value2 OR field:value3