Hi,

Just wondering how do I 'unsubscribe' from the emails I'm receiving from the
group?

I'm getting way more emails than I need right now and would like them to
'stop'... But there is NO UNSUBSCRIBE link in any of the emails.

Thanks,
Rita

-----Original Message-----
From: Reth RM [mailto:reth.ik...@gmail.com] 
Sent: Sunday, October 15, 2017 10:57 PM
To: solr-user@lucene.apache.org
Subject: Efficient query to obtain DF

Dear Solr-User Group,

   Can you please suggest efficient query for retrieving term to document
frequency(df) of that term at shard index level?

I know we can get term to df mapping by applying termVectors component
<https://lucene.apache.org/solr/guide/6_6/the-term-vector-component.html#The
TermVectorComponent-RequestParameters>,
however, results returned by this component are each doc to term and its
df. I was looking for straight forward flat list of terms-df mapping,
similar to how terms component returns term-tf (term frequency) map list.

Thank you.

Reply via email to