Re: oracle and DIH

2025-02-05 Thread Mikhail Khludnev
Hello Mike. If it hangs you may see it in Thread Dump in Solr Admin or via jstack etc. Probably it may give a clue what's going on there. On Wed, Feb 5, 2025 at 3:02 AM Mike Phillips wrote: > I have solr 9.8.0 running the data import handler in standalone mode. > All the documented steps fail i

Re: basic steps for data-import-handler do not work without exceptions

2025-02-05 Thread Mikhail Khludnev
This error with this path was already fixed in repository.json for previous versions of DIH, but it reoccur in new releases: https://github.com/SearchScale/dataimporthandler/issues/85 Have no idea why and what to do. On Tue, Feb 4, 2025 at 11:53 PM Mike Phillips < m.phill...@prosperodigital.com> w

RE: Upgrade issues 9.1 to 9.7

2025-02-05 Thread Joe Jones (DHCW - Software Development)
Really could do with some insight on this. One of the nodes on the server reports constant connection errors in and out. I see things like: 2025-02-05 10:03:47.518 WARN (qtp1959239586-70) [] o.a.s.h.a.AdminHandlersProxy Exception when fetching result from node GIG01SRVWCRSOL1:18983_solr => j

Re: facet.method=enum is required when using PathHierarchyTokenizer for facet.field in Solr 9.8

2025-02-05 Thread Mikhail Khludnev
Hello Mingchun. Perhaps it can not "uninvert" (obtain docValues/fieldcache -like representation) for a text field. facet=enum uses inverted index to deal with text fields: it just loops term dictionary and check an intersection count between result docset and term's docset. >From the other side: an

Re: facet.method=enum is required when using PathHierarchyTokenizer for facet.field in Solr 9.8

2025-02-05 Thread Mingchun Zhao
Hi Mikhail, Thanks for your explanation! I fully understand now. Best regards, Mingchun 2025年2月6日(木) 15:55 Mikhail Khludnev : > Hello Mingchun. > Perhaps it can not "uninvert" (obtain docValues/fieldcache -like > representation) for a text field. > facet=enum uses inverted index to deal with te

facet.method=enum is required when using PathHierarchyTokenizer for facet.field in Solr 9.8

2025-02-05 Thread Mingchun Zhao
Hi, Why does faceting not work in Solr 9.8 when using PathHierarchyTokenizer for facet.field without specifying the facet.method=enum parameter? Here are the details: - fieldType ```xml ``` - field ```xml ``` - index data ```json [ { "id": "1", "category_path": "foo/bar/baz" } ] ``

facet.method=enum is required when using PathHierarchyTokenizer for facet.field in Solr 9.8

2025-02-05 Thread Mingchun Zhao
Hi, Why does faceting not work in Solr 9.8 when using PathHierarchyTokenizer for facet.field without specifying the facet.method=enum parameter? Here are the details: - fieldType ```xml ``` - field ```xml ``` - index data ```json [ { "id": "1", "category_path": "foo/bar/baz" } ] ``

Re: Upgrade issues 9.1 to 9.7

2025-02-05 Thread Jan Høydahl
Hi, Have you checked that the date/time of all six servers are 100% in sync? Have you read through the Upgrade Notes for all 9.x versions to figure out if you need to take special precaution during rolling upgrade between those versions? The PKI auth method is used for internal traffic betwen n

Re: Alertmanager or grafana rules for solr core state not firing

2025-02-05 Thread Jan Høydahl
Hi, Have a look at https://issues.apache.org/jira/browse/SOLR-15767 and assiciated PR which proposes some common alerting rules. Jan > 4. feb. 2025 kl. 17:08 skrev Afroz, Neshat (NIH/NLM/NCBI) [C] > : > > Hello > > I am setting up solr monitoring using Prometheus, solr-exporter and Grafana.

Deprecating ExternalFileField

2025-02-05 Thread David Smiley
FYI I plan to deprecate ExternalFileField for removal in Solr 10 https://issues.apache.org/jira/browse/SOLR-17655 It's been obsolete for many years. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley