RE: Help needed on Solr Streaming Expressions

2016-06-06 Thread Hui Liu
ocument_id, sender_msg_dest", sort="document_id asc",qt="/export") my guess is the 'null pointer' error from the stack trace is caused by no data in the 'shard2'. Regards, Hui -Original Message- From: Hui Liu Sent: Monday, June 06, 2016 1:

RE: Help needed on Solr Streaming Expressions

2016-06-06 Thread Hui Liu
ender_msg_dest":"14:004321519IBMP"}, {"document_id":20346006406,"sender_msg_dest":"14:004321519IBMP"}, {"document_id":20346006741,"sender_msg_dest":"14:004321519IBMP"}, {"document_id":20346006743,"sender_msg_dest&q

Re: Help needed on Solr Streaming Expressions

2016-06-06 Thread Joel Bernstein
Hi, To eliminate any issues that might be happening due to curl, try running the command from your browser. http://localhost:8988/solr/document2/stream?expr=search(document3,zkHost=" 127.0.0.1:2181",q="*:*",fl="document_id, sender_msg_dest", sort="document_id asc",qt="/export") I think most br