Is there a way within the JCR or Jackrabbit APIs to get a list of the terms indexed by Lucene for queries?
I can do it directly via the Lucene API, but that isn't the question. If it's the only way, how do I discover which of the directories under workspaces/<workspace>index are current? Or are they all current? Supplementary question: is there a way in the Jackrabbit API or configuration to add to the stopwords that shouldn't be indexed? And to configure the stemming? Which at present doesn't appear to be working correctly? EJP
