Re: /get Request Handler not working

2015-11-30 Thread Mikhail Khludnev
Assuming that you can invoke it via URL, and giving the discussion https://issues.apache.org/jira/browse/SOLR-6449?focusedCommentId=14175587&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14175587 you might need to access responded document in a different way. On Mon

/get Request Handler not working

2015-11-30 Thread Vikash Agarwal
Hi, I am trying to use the /get Request handler so as to retrieve the currently indexed data. But this does not seem to work for me. I am using 4.12 version of Solr. Also I am using CloudSolrServer to get the data. A snippet of code can be found below: SolrQuery solrQuery = new SolrQuery();