Re: Broken Feature in Solr 6.6

2018-01-30 Thread Joel Bernstein
s a change in the configs between 6.1 and 6.6. If you upgraded > > you > > > system and kept the old configs then the /export handler won't work > > > properly. Check solrconfig.xml and remove any reference to the /export > > > handler. You also don't need to s

Re: Broken Feature in Solr 6.6

2018-01-30 Thread Antelmo Aguilar
.xml and remove any reference to the /export > > handler. You also don't need to specify the rq or wt when you access the > > /export handler anymore. This should work fine: > > > > http://host:port/solr/collection/export?q=*:*= > > exp_id_s=exp_id_s+asc

Re: Broken Feature in Solr 6.6

2018-01-30 Thread Joel Bernstein
; > http://host:port/solr/collection/export?q=*:*= > exp_id_s=exp_id_s+asc > > Joel Bernstein > http://joelsolr.blogspot.com/ > > On Mon, Jan 29, 2018 at 4:59 PM, Antelmo Aguilar <aagui...@nd.edu> wrote: > > > Hi All, > > > > I was using this feature in S

Re: Broken Feature in Solr 6.6

2018-01-30 Thread Antelmo Aguilar
in Solr 6.1: > https://issues.apache.org/jira/browse/SOLR-5244 > > It seems that this feature is broken in Solr 6.6. If I do this query in > Solr 6.1, it works as expected. > > q=*:*=exp_id_s={!xport}=xsort=exp_id_s+asc > > However, doing the same query in Solr 6.6 does n

Re: Broken Feature in Solr 6.6

2018-01-29 Thread Joel Bernstein
lr 6.1: > https://issues.apache.org/jira/browse/SOLR-5244 > > It seems that this feature is broken in Solr 6.6. If I do this query in > Solr 6.1, it works as expected. > > q=*:*=exp_id_s={!xport}=xsort=exp_id_s+asc > > However, doing the same query in Solr 6.6 does not return all th

Broken Feature in Solr 6.6

2018-01-29 Thread Antelmo Aguilar
Hi All, I was using this feature in Solr 6.1: https://issues.apache.org/jira/browse/SOLR-5244 It seems that this feature is broken in Solr 6.6. If I do this query in Solr 6.1, it works as expected. q=*:*=exp_id_s={!xport}=xsort=exp_id_s+asc However, doing the same query in Solr 6.6 does