Re: Expiry of Basic Authentication Plugin

2017-04-11 Thread Jordi Domingo Borràs
Browsers retain basic auth information. You have to close it or clean browsing history. You can also change the user password at server side. Best On Tue, Apr 11, 2017 at 7:18 AM, Zheng Lin Edwin Yeo wrote: > Anyone has any idea if the authentication will expired

Re: SQL with join column mismatch

2017-04-05 Thread Jordi Domingo Borràs
Thanks Joel! On Wed, Apr 5, 2017 at 6:30 PM, Joel Bernstein <joels...@gmail.com> wrote: > Joins are not supported yet. > > Joel Bernstein > http://joelsolr.blogspot.com/ > > On Wed, Apr 5, 2017 at 12:14 PM, Jordi Domingo Borràs < > jordi.domi...@gmail.com> wrot

SQL with join column mismatch

2017-04-05 Thread Jordi Domingo Borràs
Hi! I don't know if I'm missing something. I did a simple join query asking for one column in each table. The result contains the same column from the right table. (I read about it in the streaming expressions). curl --data-urlencode 'stmt=select t1.type AS type1, t2.type AS type2 from iocs t1

Re: Streaming Expression strange behaviour

2017-04-05 Thread Jordi Domingo Borràs
(iocs, q=*:*, fl="ip,indicator, type", sort="ip asc", rows=10) Thanks, Jordi On Wed, Apr 5, 2017 at 2:45 PM, Jordi Domingo Borràs < jordi.domi...@gmail.com> wrote: > Hi! > > I'm new to Streaming Expressions (running solr cloud 6.5.0) and I'm facing > a w

Streaming Expression strange behaviour

2017-04-05 Thread Jordi Domingo Borràs
Hi! I'm new to Streaming Expressions (running solr cloud 6.5.0) and I'm facing a weird behaviour that I don't understand. I'm able to make a join and retrieve results: select( innerJoin( select( search(iocs, q=ip:"10.153.9.175", fl="ip,indicator, type", sort="ip asc"), indicator AS