Re: Error using collapse parser with /export

2019-01-29 Thread Rahul Goswami
I checked again and looks like all documents with the same "id_field" reside on the same shard, in which case I would expect collapse parser to work. Here is my complete query: http://localhost:8983/solr/mycollection/stream/?expr=search(mycollection ,sort="field1 asc,field2 asc",fl="fileld1,field2

Re: Error using collapse parser with /export

2019-01-27 Thread Rahul Goswami
Hi Joel, Thanks for responding to the query. Answers to your questions: 1) After collapsing is it not possible to use the /select handler? - The collapsing itself is causing the failure (or did I not understand your question right?) 2) After exporting is it possible to unique the records using t

Re: Error using collapse parser with /export

2019-01-21 Thread Joel Bernstein
I haven't had time to look into the details of this issue but it's not clear that these two features will be able to be used together. Although that it would be nice if the could. A couple of questions about your use case: 1) After collapsing is it not possible to use the /select handler? 2) Afte

Re: Error using collapse parser with /export

2019-01-20 Thread Rahul Goswami
Hello, Following up on my query. I know this might be too specific an issue. But I just want to know that it's a legitimate bug and the supported operation is allowed with the /export handler. If someone has an idea about this and could confirm, that would be great. Thanks, Rahul On Thu, Jan 17,