Re: sending empty request parameters to solr

2018-05-29 Thread Shawn Heisey
On 5/29/2018 5:10 AM, Riyaz wrote: We had come across a requirement to allow empty parameter values to query string(q), start and rows as part of solr search query. In solr 3.4, have added defType to edismax and it's allowing empty params http:///solr//select?&wt=xml&indent=true&rows=&start=" -

sending empty request parameters to solr

2018-05-29 Thread Riyaz
Hi, We had come across a requirement to allow empty parameter values to query string(q), start and rows as part of solr search query. In solr 3.4, have added defType to edismax and it's allowing empty params http:///solr//select?&wt=xml&indent=true&rows=&start=" -->working fine in solr 3.4 Con