Ok, good to know :)
-
Best regards
/Yago
--
View this message in context:
http://lucene.472066.n3.nabble.com/CloudSolrStream-client-doesn-t-validate-sort-order-tp4312936p4312943.html
Sent from the Solr - User mailing list archive at Nabble.com.
We have this fixed in Solr 6.4 coming out next week. Here is the jira:
SOLR-9495.
Joel Bernstein
http://joelsolr.blogspot.com/
On Sat, Jan 7, 2017 at 3:41 PM, Yago Riveiro wrote:
> Hi,
>
> The CloudSolrStream client (Solr 6.3.0) assumes that the sort param always
> have the order.
>
> starting
Hi,
The CloudSolrStream client (Solr 6.3.0) assumes that the sort param always
have the order.
starting in line 326:
String[] sorts = sort.split(",");
StreamComparator[] comps = new StreamComparator[sorts.length];
for(int i=0; ihttp://lucene.472066.n3.nabble.com/CloudSolrStream-clien
Hello,I'm trying to run a collection backup with the following command -
/solr/admin/collections?action=BACKUP&collection=collection_name&repository=hdfs&location=/tmp/backup/&name=nameafter
trying to run in in local mode and failing due to not having an NFS.(BTW - I
manually created the folder in