Re: How can I parse the TermVectorComponent response in SolrJ

2015-06-04 Thread Majid Laali
. Thanks, Majid > On May 22, 2015, at 5:49 PM, Majid Laali wrote: > > Hi, > > I have a java program that sends a query to solr and get the term vector of a > document. Something like this: > > SolrQuery solrQuery = new SolrQuery(); > solrQue

How can I parse the TermVectorComponent response in SolrJ

2015-05-22 Thread Majid Laali
se().get("termVectors”); I am wondering if there is a class that can wrap the termVecotrs object so that I can access to tf, idf of terms or I have to manually parse the json response of TermVectoreComponent. Thanks in advance, Majid /*** * Majid