Hi Alexandru, Alexandru Popescu wrote:
Thanks for the answer Marcel. At the first glance it looks like what you are saying is that this cannot be done through JCR API, which is something I already was aware of. What I am really wondering is if there is any way I can put my hands on the Lucene classes so that I can use those for querying the indexing (so not JCR API, but rather a "hack").
in theory you can of course create your own IndexReaders on the index directories and then execute your own queries, but that won't be something supported by the jackrabbit devs.
regards marcel
