Re: SOLR retrieve data using URL

2015-02-03 Thread Shawn Heisey
On 2/2/2015 11:57 AM, mathewvino wrote: > I am using solrj API to make call to Solr Server with the data that I am > looking for. Basically I am using > solrj api as below to get the data. Everything is working as expected > > HttpSolrServer solr = new > HttpSolrServer("http://server:8983/solr/co

Re: SOLR retrieve data using URL

2015-02-02 Thread Jim . Musil
quot;http://server:8983/solr/collection1/select?q=*%3A*&wt=json >&indent=true&facet=true&facet.field=PLS_SURVY_SURVY_LANG_CHOICE_MAP") > >I would like to pass the complete url to get the data insted of using >solrj >query api. > >Thanks > > > > > > >--

SOLR retrieve data using URL

2015-02-02 Thread mathewvino
json&indent=true&facet=true&facet.field=PLS_SURVY_SURVY_LANG_CHOICE_MAP";) I would like to pass the complete url to get the data insted of using solrj query api. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-retrieve-data-using-URL-tp4183536.html Sent from the Solr - User mailing list archive at Nabble.com.