Re: Using lucene to post-process Solr query results

2018-01-24 Thread David Smiley
Hi Rahul, This list, dev@lucene.apache.org is for Lucene/Solr development (related to its internals); I think your questions belongs on solr-u...@lucene.apache.org. I've definitely seen users consume search results to put those results into a Lucene RAMDirectory. I've seen it for federated searc

Using lucene to post-process Solr query results

2018-01-23 Thread Rahul Chhiber
Hi All, For our business requirement, once our Solr client (Java) gets the results of a search query from the Solr server, we need to further search across and also within the content of the returned documents. To accomplish this, I am attempting to create on the client-side an in-memory lucene