RE: solr-6.1.0 - Using different client and server certificates for authentication doesn't work

2016-08-17 Thread Kostas
This is what helped me: https://gist.github.com/jankronquist/6412839 -Original Message- From: Kostas [mailto:k...@dataverse.gr] Sent: Tuesday, July 26, 2016 3:22 PM To: solr-user@lucene.apache.org Subject: solr-6.1.0 - Using different client and server certificates for authentication

RE: Query Solr

2016-07-27 Thread Kostas
There are some examples on the web for this: http://yonik.com/solr/query-syntax/ http://stackoverflow.com/questions/634765/using-or-and-not-in-solr-query If you are using .NET, maybe also try SolrNet. Maybe those help. -Original Message- From: Hardika Catur S [mailto:hardika.sa...@sol

solr-6.1.0 - Using different client and server certificates for authentication doesn't work

2016-07-26 Thread Kostas
the ones form `solr.in.cmd`. Naturally, I would try to set the client certificate inside there (jetty-ssl.xml), but I don't see any setting available for that. Is what I am trying to do (use different certificates for server and client authentication) supported or I waste my time? Also, why don't the docs say that jetty-ssl.xml overrides the settings in `solr.in.cmd`? Am I missing something? Thanks, Kostas

RE: Beginer's questions

2016-06-29 Thread Kostas
shard1_replica1, shard1_replica2 will all have doc1. shard2_replica1, shard2_replica2 will have doc 2. Best, Erick On Tue, Jun 28, 2016 at 6:51 AM, Kostas wrote: > Hello Alexandre. > > Thanks for the help. > > 5) That Bug report seems very interesting. Thanks. :) I will try that

RE: Beginer's questions

2016-06-28 Thread Kostas
ent or a user. They are meant for authenticating the client to the server. 7) Thanks. I think I understand a bit more now. :) Thanks a lot, Kostas -Original Message- From: Alexandre Drouin [mailto:alexandre.dro...@orckestra.com] Sent: Tuesday, June 28, 2016 4:09 PM To: solr-user@lucene

RE: Beginer's questions

2016-06-28 Thread Kostas
avaKeyStore.java:778) ... 30 more >From a few tests that I've run, it seems that the `jetty-ssl.xml` overrides the command-line arguments. I haven't seen you mention anywhere that I should update `jetty-ssl.xml` and the cmd-line doesn't seem to override those settings, so what am

Beginer's questions

2016-06-28 Thread Kostas
ur patience and any feedback would be welcome (I hope I have not missed too much and I am totally out of topic), Kostas