Re: term frequency in solr

2017-01-05 Thread huda barakat
n at testPkg.App3.main(App3.java:30) On 5 January 2017 at 18:25, Ahmet Arslan <iori...@yahoo.com.invalid> wrote: > 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 >

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

Re: term frequency

2016-11-28 Thread huda barakat
the field "name" how can I do that??? Thank you! On 24 November 2016 at 16:27, Jason Wee <peich...@gmail.com> wrote: > the exception line does not match the code you pasted, but do make > sure your object actually not null before accessing its method. > > On T

term frequency

2016-11-24 Thread huda barakat
I'm using SOLRJ to find term frequency for each term in a field, I wrote this code but it is not working: 1. String urlString = "http://localhost:8983/solr/huda;; 2. SolrClient solr = new HttpSolrClient.Builder(urlString).build(); 3. 4. SolrQuery query = new