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 查询中使用“where field in (value1,value2,value3)”?
我在 dotCMS 中使用 lucene 查询。
如果我正确理解了您的问题,则此查询将等效:
field:value1 OR field:value2 OR field:value3