Re: solr sql & streaming

2016-05-02 Thread Joel Bernstein
rom: Joel Bernstein [mailto:joels...@gmail.com] > Sent: Monday, May 02, 2016 14:39 > To: solr-user@lucene.apache.org > Subject: Re: solr sql & streaming > > Try putting quotes around the fl parameter. > > search(collections_test, > q="*:*", >

RE: solr sql & streaming

2016-05-02 Thread Chaushu, Shani
It worked! thanks -Original Message- From: Joel Bernstein [mailto:joels...@gmail.com] Sent: Monday, May 02, 2016 14:39 To: solr-user@lucene.apache.org Subject: Re: solr sql & streaming Try putting quotes around the fl parameter. search(collections_test,

Re: solr sql & streaming

2016-05-02 Thread Joel Bernstein
ctions_test, q="*:*",fl=id,name,inStock, sort="id > asc") , by="id",group(sord="id asc",n="2"))' > > -Original Message----- > From: Joel Bernstein [mailto:joels...@gmail.com] > Sent: Monday, May 02, 2016 05:28 > To: so

RE: solr sql & streaming

2016-05-01 Thread Chaushu, Shani
t;*:*",fl=id,name,inStock, sort="id asc") , by="id",group(sord="id asc",n="2"))' -Original Message- From: Joel Bernstein [mailto:joels...@gmail.com] Sent: Monday, May 02, 2016 05:28 To: solr-user@lucene.apache.org Subject: Re: solr sql &

Re: solr sql & streaming

2016-05-01 Thread Joel Bernstein
che.solr.client.solrj.io.stream.ReducerStream > > > Any thoughts? > > > -Original Message- > From: Emir Arnautovic [mailto:emir.arnauto...@sematext.com] > Sent: Thursday, April 28, 2016 15:32 > To: solr-user@lucene.apache.org > Subject: Re: solr sql & streami

RE: solr sql & streaming

2016-05-01 Thread Chaushu, Shani
try to run expr=reduce: org.apache.solr.client.solrj.io.stream.ReducerStream Any thoughts? -Original Message- From: Emir Arnautovic [mailto:emir.arnauto...@sematext.com] Sent: Thursday, April 28, 2016 15:32 To: solr-user@lucene.apache.org Subject: Re: solr sql & streaming Hi Shani,

Re: solr sql & streaming

2016-04-28 Thread Emir Arnautovic
Hi Shani, Are you running in SolrCloud mode? Here is blog post you can follow: https://sematext.com/blog/2016/04/18/solr-6-solrcloud-sql-support/ Thanks, Emir -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On 28.

solr sql & streaming

2016-04-28 Thread Chaushu, Shani
Hi, I installed solr 6 and try to run /sql and /stream request follow to this wiki https://cwiki.apache.org/confluence/display/solr/Parallel+SQL+Interface I saw in changes list that it doesn't need request handler configuration, but when I try to acces I get the following message: Error 404 No