Hi, I am considering how to get TermVectors from Jackrabbit queries, and it looks like an ExcerptProvider is the best route as it will give me access to the current Lucene Index and allow me to convert NodeId's into Lucene Docs to extract the terms in the FullText field of the Lucene Document representing the JCR Node.
Is this the best way of doing this in Jackrabbit ? Has anyone already done this under an AL2 ? Thanks Ian
