Re: Get MLT Interesting Terms for a set of documents corresponding to the query specified

2019-01-22 Thread Pratik Patel
I will certainly try it out. Thanks! On Mon, Jan 21, 2019 at 8:48 PM Joel Bernstein wrote: > You find the significantTerms streaming expressions useful: > > > https://lucene.apache.org/solr/guide/7_6/stream-source-reference.html#significantterms > > > Joel Bernstein > http://joelsolr.blogspot.c

Re: Get MLT Interesting Terms for a set of documents corresponding to the query specified

2019-01-21 Thread Joel Bernstein
You find the significantTerms streaming expressions useful: https://lucene.apache.org/solr/guide/7_6/stream-source-reference.html#significantterms Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jan 21, 2019 at 3:02 PM Pratik Patel wrote: > Aman, > > Thanks for the reply! > > I have tri

Re: Get MLT Interesting Terms for a set of documents corresponding to the query specified

2019-01-21 Thread Pratik Patel
Aman, Thanks for the reply! I have tried with corrected query but it doesn't solve the problem. also, my tags filter matches multiple documents, however the interestingTerms seems to correspond to just the first document. Here is an example of a query which matches 1900 documents. http://localho

Re: Get MLT Interesting Terms for a set of documents corresponding to the query specified

2019-01-21 Thread Aman Tandon
I see two rows params, looks like which will be overwritten by rows=2, and then your tags filter is resulting only one document. Please remove extra rows and try. On Mon, Jan 21, 2019, 08:44 Pratik Patel Hi Everyone! > > I am trying to use MLT request handler. My query matches more than one > doc

Get MLT Interesting Terms for a set of documents corresponding to the query specified

2019-01-20 Thread Pratik Patel
Hi Everyone! I am trying to use MLT request handler. My query matches more than one documents but the response always seems to pick up the first document and interestingTerms also seems to be corresponding to that single document only. What I am expecting is that if my query matches multiple docu