On Sun, Mar 14, 2010 at 19:18, Sergiy Shyrkov <[email protected]> wrote: > Will the weak references still work in case SearchIndex element is removed? > I saw they are using Lucene queries.
You are right, the Node.getWeakReferences() implementation relies on a search index. If not present, a "no search manager configured for this workspace" RepositoryException is thrown when calling this method. Regards, Alex -- Alexander Klimetschek [email protected]
