: 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 imported the data. : : By "didn't work", I mean it returns everything I expect except the term : vectors.
You've shown us: - a request url - a field declaration you have not shown us: - your solrconfig.xml showing the request handler configuration (and requestDispatcher configuation) - the response you get from that request url - the log messaages you get when you hit that request url ....these are all things that are pretty much mandatory for us to even begin to guess what might be going wrong for you... https://wiki.apache.org/solr/UsingMailingLists -Hoss