Hi,
One good option is to consider using Solr as it helps to access the index
remotely. If you want to use Lucene and you are ready to build your own API
then you could have a web application, which will receive user query,
search in the index and return the result set in user expected fashion.
Y
Hi all.
I want to access a Lucene index remotely. I'm aware of a couple of
options for it which seem to operate more or less at the IndexSearcher
level - send a query, get back results.
But in our case, we use IndexReader directly for building statistics,
which is too slow to do via individual q