Hi Thiago, > By property indices did you mean the 'propertyIndex' attribute? No, I had meant value of "type" and "async" property on the index definition - in your case it's "lucene" and "async" respectively.
> Caused by: java.io.FileNotFoundException: segments_3lxu > at > org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier$CopyOnWriteDirectory.openInput(IndexCopier.java:718) > at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:324) That would usually indicate some discrepancy between file content stored in the repository and on filesystem (ignore the details if you're new to this as you said earlier). Would you remember what action caused this issue to appear? In the past, we've seen cases where index definitions were installed using AEM's package manager leading to such issues. Another reason has been using ACS Common's Ensure oak index tool (btw, that issue has been since resolved in ensure oak index). BTW, which oak version are you using? (in your AEM installation, you can go to <server>/system/console and find version for oak-core) Thanks, Vikas
