Re: term frequency in solr

2017-01-05 Thread Ahmet Arslan
Hi, I guess you are working with default techproducts. can you try using the terms request handler: query.setRequestHandler("terms") Ahmet On Friday, January 6, 2017 1:19 AM, huda barakat wrote: Thank you for fast reply, I add the query in the code but still not

Re: term frequency in solr

2017-01-05 Thread huda barakat
Thank you for fast reply, I add the query in the code but still not working: import java.util.List; import org.apache.solr.client.solrj.SolrClient; import org.apache.solr.client.solrj.SolrQuery; import

Re: term frequency in solr

2017-01-05 Thread Ahmet Arslan
Hi, I think you are missing the main query parameter? q=*:* By the way you may get more response in the sole-user mailing list. Ahmet On Wednesday, January 4, 2017 4:59 PM, huda barakat wrote: Please help me with this: I have this code which return term

term frequency in solr

2017-01-04 Thread huda barakat
Please help me with this: I have this code which return term frequency from techproducts example: / import java.util.List; import org.apache.solr.client.solrj.SolrClient; import