I am looking to do "suggest auto complete". My first guess is to get access to lucene IndexSearcher .
Knowing that org.apache.jackrabbit.core.query.lucene.JackrabbitIndexSearcher is an index searcher, I started looking for a way to get an instance of JackrabbitIndexSearcher. So my question, how can I get a JackrabbitIndexSearcher instance in my client application ? Thank you.
