-
Bug
-
Resolution: Done
-
Critical
-
2.6.0.Beta2
-
None
The JcrSession.reindex(...) methods are public, but the JcrSession class is package protected, which means the methods are not visible or usable by callers. These need to be made public by adding them to the ModeShape JCR API interfaces.
I also wonder if these methods should be moved to JcrWorkspace instead. Plus, we probably need forms that are asynchronous.
- relates to
-
MODE-1263 Query is not addressing existing nodes inside FileSystem Connector's repository (The Query can't search existing repository nodes)
- Closed