Re: SOLR 8.11.1 SSL Enable Failing

2024-05-10 Thread Gora Mohanty
Dear Rick, Have no familiarity with setting up Solr on Windows, but your oaths look like they might be missing a slash at the beginning, e.g., set SOLR_SSL_KEY_STORE=etc/solr-ssl.keystore.p12 maybe should be set SOLR_SSL_KEY_STORE=/etc/solr-ssl.keystore.p12 Also, please check the Solr start

Re: SOLR 8.11.1 SSL Enable Failing

2024-05-10 Thread Gilvary, Joseph
Good evening, Rick, and Happy Friday, I'm not an expert, especially running on Windows. Some of the googling I did related to the "established connection aborted" seems to indicate that it could be related to issues in the network path from your command line to your localhost:8983. It doesn't s

Re: Solr resource recommendations

2024-05-10 Thread Damjan Cvetan
Hi Ufuk, Thank you for pointing me to the docValues. I have some fields there added later in the project used for faceting and not having docValues enabled. I'll try that out. I'm not using the JSON Facet API but a traditional faceting approach. I see there are facet.method options (enum, fc, fcs

solr9.5 dense vector search using "Double" type instead of "Float"

2024-05-10 Thread Yue Yu
Hi All, Is there a way to index and search with vectors of double? According to https://solr.apache.org/guide/solr/9_5/query-guide/dense-vector-search.html vectorEncoding only supports "FLOAT32" or "BYTE", has anyone tried to use "BYTE" to encode double value? Thanks, Yue

RE: SOLR 8.11.1 SSL Enable Failing

2024-05-10 Thread Hodder, Rick (Property and Casualty CIO)
I've asked this twice on here, and on stack overflow, with no answers. Is there another site that could give me guidance? Thanks, RICK HODDER Staff Software Engineer Global Specialty [The Hartford] The Hartford 83 Wooster Heights Rd. | 2nd floor Danbury, CT, 06810

Re: Solr resource recommendations

2024-05-10 Thread ufuk yılmaz
Hi Damjan, Do you make proper use of docvalues in your schema? Also for faceting, did you check out the “method” parameter of the json facet api? Those two made the biggest impact for me in a situation similar to yours in the past. Regards, Ufuk — > On May 10, 2024, at 17:29, Damjan Cvetan

Re: Can't move solrhome without keystore issues

2024-05-10 Thread EML
Figured this out - To do this, I've set solr.in.sh as follows: SOLR_HOME=/data/var/alfresco/solrhome SOLR_SSL_KEY_STORE=/data/var/alfresco/solrhome/keystore/ssl-repo-client.keystore SOLR_SSL_TRUST_STORE=/data/var/alfresco/solrhome/keystore/ssl-repo-client.truststore With no other changes

Can't move solrhome without keystore issues

2024-05-10 Thread EML
Ok, I know that this is commonly asked, but I can't help thinking that the answer isn't simply to create a symlink from the old solrhome to the new solrhome. I have a working Alfresco setup (Ubuntu 22.04, Community Edition 7.4, with Solr on the same server, both installed from 'source' (ie. no

Solr resource recommendations

2024-05-10 Thread Damjan Cvetan
Dear Solr users, I'm reaching out for any recommendation on efficient resource needs for the collection I'm running. I hope some of you can share some info on your resources and collection size which I can compare to. I'm trying to optimize the setup with various settings as suggested within "Sol