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
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. :)
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
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
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
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
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,
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
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
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
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
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_
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
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
14 matches
Mail list logo