Hi Basia, On Fri, 2019-03-01 at 02:02 -0600, Basia wrote: > And I also create index lucene :
(snip) I am not familiar with the inner workings of setting up indexes for Oak, but I'd suggest that you take a look at how the repository is set up at [1]. I think that at the least you should try using the 'standard' Oak initialisation paradigm first. Also you might want to take a look at Apache Sling [2] as it's a framework developed especially for building applications on top of JCR repositories like Jackrabbit and Oak. Thanks, Robert [1]: https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/InitialContent.java [2]: https://sling.apache.org
