Re: Error casting to PointField

2018-09-16 Thread Zahra Aminolroaya
Thanks Shawn and Erick. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

using uuid for documents

2018-09-16 Thread Zahra Aminolroaya
I have two questions about using uuid: In Solr refs, it is stated that the unique id could be of uuid type. I found we can generate uuid when the doc id with uuid field type is null or we it is generated by using doc.addField("id", UUID.randomUUID().toString()) in solrj. 1- Suppose my unique id

Re: Setting of TMP in solr.cmd (for Windows) causes invisibility of the Solr to JDK monitoring tools

2018-09-16 Thread p.bodnar
Hi Erick, thanks for your feedback, so I've created a corresponding issue in here: https://issues.apache.org/jira/browse/SOLR-12776 Hopefully that will suffice :) Regards Petr __ > Od: "Erick Erickson" > Komu: "solr-user" > Datum:

Re: using uuid for documents

2018-09-16 Thread Alfonso Muñoz-Pomer Fuentes
Hi Zahra, We had a similar issue in our collections and we solved this by generating a UUID value using the content of other fields, in reply to your first question. Have a look at the section https://lucene.apache.org/solr/guide/7_4/update-request-processors.html#custom-update-request-processo

Re: Is that a mistake or bug?

2018-09-16 Thread p.bodnar
I think we both understand you well :) So once again, to explain it to you, please have a look at the aforementioned https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/handler/component/ResponseBuilder.java, these lines: final Boolean segmentTerminatedEarly

Unsubscribe me

2018-09-16 Thread Srinu Lella

How secure is Zookeeper digest auth?

2018-09-16 Thread Jan Høydahl
Hi, We plan to enable (digest) authentication and ACL with Zookeeper to improve security. However, we have not been able to answer the question of how secure such a setup will be, given that ZK 3.4.x TCP communication is unencrypted. So, do anyone know if ZK sends the password in cleartext over

Re: How secure is Zookeeper digest auth?

2018-09-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jan, On 9/16/18 16:22, Jan Høydahl wrote: > We plan to enable (digest) authentication and ACL with Zookeeper to > improve security. Can you be more explicit? There is HTTP DIGEST auth and then there are "digested" (hashed) passwords for the user-da

Re: How secure is Zookeeper digest auth?

2018-09-16 Thread Jan Høydahl
Thanks. Solr uses Zk 3.4.x with no support for TLS. Zk communication is over low level binary TCP. I’m aware that if/when we get 3.5.x support we should deploy SSL. My question is, how do folks secure their current zk and is there a way to circumvent the lack of SSL? I don’t care if people can

Re: Unsubscribe me

2018-09-16 Thread Zheng Lin Edwin Yeo
Please follow the instructions here to unsubscribe: http://lucene.apache.org/solr/community.html#mailing-lists-irc You must use the same email address that you used to subscribe. Regards, Edwin On Mon, 17 Sep 2018 at 00:49, Srinu Lella wrote: > >

Re: Logging fails when starting Solr in Windows using solr.cmd

2018-09-16 Thread marcostocchi77
On 2018/07/03 08:53:20, ja...@jafurrer.ch wrote: > Hi, > > I was intending to open an Issue in Jira when I read that I'm supposed > to first contact this mailinglist. > > Problem description > == > > System: Microsoft Windows 10 Enterprise Version 10.0.16299 Build 16299 > >