Re: Solr doesn't return TermVectors

2013-09-27 Thread alibozorgkhan
Shawn !! That is it ! That fixed my problem, I changed name="tvrh" to name="/tvrh" and used http://localhost:8983/solr/mycol/tvrh instead and now it is returning the term vectors ! Thanx man -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-doesn-t-return-TermVectors-tp

Re: Solr doesn't return TermVectors

2013-09-27 Thread alibozorgkhan
Hi, - This is the part I added to the solrconfig.xml: true tvComponent - This is the result: 0 0 true *:* true tvrh xml 1 ipho

Re: Solr doesn't return TermVectors

2013-09-27 Thread alibozorgkhan
Hi Jack, With this query: http://localhost:8983/solr/mycol/select?q=id:1211&wt=json&indent=true&tv=true&qt=tvrh I see all the fields associated with id:1211. I unloaded my collection using the "Core Admin" panel in solr, removed data and core.properties in my collection, added the core again and

Re: Solr doesn't return TermVectors

2013-09-27 Thread alibozorgkhan
Thanks for your reply, I actually added that before and it didn't work. I tried it again and no luck. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-doesn-t-return-TermVectors-tp4092397p4092403.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr doesn't return TermVectors

2013-09-27 Thread alibozorgkhan
I followed http://wiki.apache.org/solr/TermVectorComponent step by step but with the following request, I don't get any term vectors: http://localhost:8983/solr/mycol/select?q=id:1211&wt=json&indent=true&tv=true Just to be sure, I have this in my schema: In my solrconfig, I have this: