Cannot post to SSL-secured core from command line

2022-04-25 Thread Victoria Stuart (VictoriasJourney.com)
With a standalone Solr 8.11.1 instance with SSL enabled on an Arch Linux system, [victoria@victoria solr-8.11.1]$ solr status Found 1 Solr nodes: Solr process 3380449 running on port 8983 INFO - 2022-04-25 20:55:03.283; org.apache.solr.util.configuration.SSLConfigurations; Setting

Re: I can index documents when running Solr 8.11.1 in stand-alone mode, but not when using solr in cloud mode

2022-04-25 Thread Shawn Heisey
On 4/25/2022 8:33 PM, Shawn Heisey wrote: and it looks like your message actually never made it to the users list Or it DID make it and I am just blind. :)

Re: I can index documents when running Solr 8.11.1 in stand-alone mode, but not when using solr in cloud mode

2022-04-25 Thread Shawn Heisey
On 4/25/2022 9:51 AM, Heller, George A III CTR (USA) wrote: Error 404 Not Found HTTP ERROR 404 Not Found URI:/solr/xlm_core_pAp/update/extract This 404 error indicates that either the collection does not exist or the /update/extract handler is not defined in the solrconfig.xml file tha

Re: Nested Facets and SortableTextField

2022-04-25 Thread Michael Gibney
I was hoping that would "just work"; since it didn't, I dug a little more and I'm afraid that explicitly setting`method:uif` has no effect -- if docValues are there, they will be used: https://github.com/apache/solr/blob/c99af207c761ec34812ef1cc3054eb2804b7448b/solr/core/src/java/org/apache/solr/s

Re: Snowflake vs Solr

2022-04-25 Thread Joel Bernstein
I've seen users actually attempt to switch a Solr application to a Snowflake application. There two reasons they typically want to do this: 1) They don't want to transfer data from a system of record to the analytics engine. 2) They feel that Snowflake is a more appropriate analytics engine becaus

Re: SOLR Service down issue - NSSM.

2022-04-25 Thread dmitri maziuk
On 2022-04-25 1:04 PM, Shawn Heisey wrote: If the stop is being done correctly, the maximum amount of time it should take for a Windows system to shut Solr down is five seconds. This is a fact that I actually consider to be a bug on our end ... after a hard-coded sleep of five seconds, solr.c

Re: Nested Facets and SortableTextField

2022-04-25 Thread WU, Zhiqing
Hi Michael, Thanks for your quick reply and related information. I added "method":"uif" at 3 different places but it does not address my problem - 1. { "query": "*:*", "method":"uif", "facet": { "categories": { "type": "terms", "field": "name_txt_sort", "limit": -1,

Re: SOLR Service down issue - NSSM.

2022-04-25 Thread Shawn Heisey
On 4/25/22 11:49, dmitri maziuk wrote: On 2022-04-25 12:35 PM, Shawn Heisey wrote: On 4/25/22 09:36, Fiz N wrote: *SOLR-8.11.1: Unexpected status SERVICE_STOP_PENDING in response to STOP control.* Have you talked to the NSSM project to see what they can tell you about what their software

Re: SOLR Service down issue - NSSM.

2022-04-25 Thread dmitri maziuk
On 2022-04-25 12:35 PM, Shawn Heisey wrote: On 4/25/22 09:36, Fiz N wrote: *SOLR-8.11.1: Unexpected status SERVICE_STOP_PENDING in response to STOP control.* Have you talked to the NSSM project to see what they can tell you about what their software is seeing from Solr? It's seeing "stop p

Re: SOLR Service down issue - NSSM.

2022-04-25 Thread Shawn Heisey
On 4/25/22 09:36, Fiz N wrote: Hello Experts, Currently we have installed SOLR 8.11.1 services through NSSM Service manager (version 2.24). NSSM Service manager is mainly used for managing windows services which includes automatically starting and stopping the SOLR Services. As a part of SOL

Re: Nested Facets and SortableTextField

2022-04-25 Thread Michael Gibney
This is related to https://issues.apache.org/jira/browse/SOLR-13056 I'm curious: if you set `method:uif` on the top-level facet, are you able to achieve the desired results? (Note that `method:uif` incurs the same heap memory overhead -- uninverting the indexed values -- as faceting over a regular

Nested Facets and SortableTextField

2022-04-25 Thread WU, Zhiqing
Hello, I do not know why Nested Facets ( https://solr.apache.org/guide/8_11/json-facet-api.html#nested-facets) does not work for _txt_sort field (SortableTextField). To reproduce the problem, I created a new collection (Config set: _default) and add the following to the collection { "name_txt_

I can index documents when running Solr 8.11.1 in stand-alone mode, but not when using solr in cloud mode

2022-04-25 Thread Heller, George A III CTR (USA)
Using Solr in stand-alone mode , we created core called xlm_core_php Using Solr in cloud mode,, we created a collection with 2 shards called xlm_core_php and 2(1 on each server) cores called xlm_core_php_shard1_replica_n1 AND xlm_core_php_shard2_replica_n2 We use an ASP.NET ap

SOLR Service down issue - NSSM.

2022-04-25 Thread Fiz N
Hello Experts, Currently we have installed SOLR 8.11.1 services through NSSM Service manager (version 2.24). NSSM Service manager is mainly used for managing windows services which includes automatically starting and stopping the SOLR Services. As a part of SOLR service maintenance, NSSM Servic