You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Mansour Al Akeel <ma...@gmail.com> on 2013/10/15 07:26:13 UTC

Lucene IndexSearcher

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.