On 07/09/2015 14:32, Burkhard Pauli wrote: > ... > Question: Does the Lucene property index support or conditions? I tried > even with a oak property index without success. >
I can be be totally wrong, so please take this carefully, but AFAIR lucene property index does not support ORs. This is mainly used for tests but should be valid for real-life as well https://github.com/apache/jackrabbit-oak/blob/trunk/oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/IndexPlanner.java#L452 Davide
