Re: Fetching All Terms and Corresponding Documents

2019-03-18 Thread Zheng Lin Edwin Yeo
Hi, You can take a look at MoreLikeThis from the Solr Reference Guide at https://lucene.apache.org/solr/guide/7_7/morelikethis.html, and see if it fits what you are looking for. Regards, Edwin On Mon, 18 Mar 2019 at 22:24, Furkan KAMACI wrote: > Hi, > > I need to iterate on all terms at Solr

Fetching All Terms and Corresponding Documents

2019-03-18 Thread Furkan KAMACI
Hi, I need to iterate on all terms at Solr index, and then find related documents for some terms that match my criteria. I know that I can send a query to *LukeRequestHandler*: */admin/luke?fl=content={distinct term count}=json* and then check my criteria. If matches, I can send a *fq* to