Fwd:

2025-03-08 Thread anon anon
-- Forwarded message - De : anon anon Date: sam. 8 mars 2025 à 19:03 Subject: To: Hello, I want to filter any google owned repo that does NOT contains the string ABC in any source file as well as README.md or any file. I ran then zoekt and I did: $(go env GOPATH)/bin/zoekt -r

Fwd: oracle and DIH

2025-02-06 Thread Mikhail Khludnev
FYI -- Forwarded message - From: Mike Phillips Date: Thu, Feb 6, 2025 at 9:06 PM Subject: Re: oracle and DIH To: Hope this helps anybody with old jars and old versions. Turns out this was due to old ojdbc6.jar. I modified the DIH and added a catch for throwable. I discovered

Fwd: [EXTERNAL] [VuFind-General] solr follower empty on fail of leader

2025-02-04 Thread thomas schwaerzler
Forwarded Message Subject: RE: [EXTERNAL] [VuFind-General] solr follower empty on fail of leader Date: Fri, 31 Jan 2025 12:53:28 + From: Demian Katz To: thomas schwaerzler , vufind general Thomas, I've been running multiple leader/follower Solr instances for more

Fwd: Solr 9 punctuation issue

2024-03-27 Thread J Zhu
I am migrating Solr 3 to Solr 9. However, the issues I have now are: 1. Solr 9 returns no results where punctuation is included within quotes (a phrase search), such as queries: "Electric Vehicles: Charging Points" 2. Solr 9 treats smart and not-smart apostrophes as different. Could Solr 9 treat t

Re: Fwd:

2023-08-04 Thread Shawn Heisey
On 8/3/23 22:45, Ayana Joby wrote: Hello Team, We are using following configuration for Japanese language, but synonym search is not working using this configuration for japanese language Only one of your attachments made it through to the list. But I have seen them in Jira. In Jira, I men

Re: Fwd:

2023-08-03 Thread Ayana Joby
No, I haven't changed configuration after indexing On Fri, Aug 4, 2023 at 11:30 AM ufuk yılmaz wrote: > Did you change these configurations after indexing your documents? May be > it needs reindexing if it’s working in analysis page but not with actual > queries > > — > > > On 4 Aug 2023, at 07:

Re: Fwd:

2023-08-03 Thread ufuk yılmaz
Did you change these configurations after indexing your documents? May be it needs reindexing if it’s working in analysis page but not with actual queries — > On 4 Aug 2023, at 07:45, Ayana Joby wrote: > > > > -- Forwarded message - > From: Ayana Joby > Date: Fri, Aug 4, 202

Fwd:

2023-08-03 Thread Ayana Joby
-- Forwarded message - From: Ayana Joby Date: Fri, Aug 4, 2023 at 10:14 AM Subject: To: Hello Team, We are using following configuration for Japanese language, but synonym search is not working using this configuration for japanese language But it is

Fwd: Undeliverable: Re: docker arguments

2023-03-20 Thread dmitri maziuk
Could somebody please unsubscribe srinivas.as...@live.com ? -- best I can tell the "Resent-From: " is the culprit. Or am I the only one geting these: Forwarded Message Subject:Undeliverable: Re: docker arguments Date: Tue, 21 Mar 2023 00:24:50 + From: postmas.

Fwd: SOLR upgrade from 5.2.1

2023-02-21 Thread Lulu Paul
Hi SOLR team, Please may I ask for some advice regarding upgrading the SOLR version (ours currently running on solr-5.2.1) to the latest version? Currently looking at incremental version upgrades (from the SOLR Upgrade notes I was hoping to move up to 6.x), But also wanted to know if moving dir

Fwd: Timeout on COLSTATUS request for rawSize

2022-04-21 Thread Никита Ганин
Hello everyone Maybe somebody come across with such problem Trying to request COLSTATUS rawSize of index with such request: *http://localhost:8984/solr/admin/collections?action=COLSTATUS&collection=col1&rawSize=true

Fwd: Solr index merge metrics api

2022-04-06 Thread Wei
Hi, I am trying to check if there is solr index merge in progress. Referring to https://solr.apache.org/guide/8_4/metrics-reporting.html I use the API http://localhost:8983 /solr/admin/metrics?prefix=INDEX.merge but there is nothing reported in t

Re: Fwd: 90% of physical memory being used up

2022-02-11 Thread Shawn Heisey
On 2/11/22 02:14, Reej Nayagam wrote: The physical memory being used up in servers where solr nodes and zk are installed . At times the free space goes to 0 MB and slowly frees up some 100 MB Using the windows resource monitor when we monitor, if we bring down zk alone more than 40% of memory is

Fwd: 90% of physical memory being used up

2022-02-11 Thread Reej Nayagam
Hi All, Need your help in this. The physical memory being used up in servers where solr nodes and zk are installed . At times the free space goes to 0 MB and slowly frees up some 100 MB Using the windows resource monitor when we monitor, if we bring down zk alone more than 40% of memory is relea

Fwd: Already listening port is assigned to dsolr.stop port

2022-01-09 Thread Reej Nayagam
, 7 Jan 2022 at 8:04 PM Subject: Fwd: Already listening port is assigned to dsolr.stop port To: Solr Adding few more info Solr8 is https and solr4 is http. Please advise on how to proceed. Thanks Reej -- Forwarded message - From: Reej Nayagam Date: Fri, 7 Jan 2022 at 7:55 PM

Fwd: Already listening port is assigned to dsolr.stop port

2022-01-07 Thread Reej Nayagam
Adding few more info Solr8 is https and solr4 is http. Please advise on how to proceed. Thanks Reej -- Forwarded message - From: Reej Nayagam Date: Fri, 7 Jan 2022 at 7:55 PM Subject: Already listening port is assigned to dsolr.stop port To: Solr Hi All, We have configured

Fwd: Is there a strict instruction hot to establish backups on S3 from Solr instance (8.10.1 version)

2021-10-25 Thread Dmytro Kinakh
Hi there, I’m, new in solr so let me know in case I’m missing anything here. I’m following this guide but no luck so far - https://solr.apache.org/guide/8_10/making-and-restoring-backups.html . So, that I’ve did at the moment In solr.xml I’ve added backup section solr-ba

Fwd: Help Needed: Distributed update Async Exception solr 8.8.2 - Update

2021-08-24 Thread Reej Nayagam
Hi All, I’ve went through the section "Ignoring Commits from Client Applications in SolrCloud” in the solr 8.8 documentation. Our Java application is issuing a commit after indexing, so as of I understood from the document, when running in cloud mode, the applications should not explicitly send

Fwd: HTTPSolrClient - help required

2021-06-28 Thread Reej Nayagam
Hi Team, Any advise is highly appreciated. Do we need to use a singleton connection of a connection pool. Please kindly advise Thanks Reej Sent from my iPhone Begin forwarded message: > From: Reej Nayagam > Date: 28 June 2021 at 11:53:58 AM SGT > To: Solr , solr-user Lucene > > Subject: HTT

Re: Fwd: Keeperexception

2021-06-06 Thread Shawn Heisey
On 6/6/2021 8:35 AM, Reej Nayagam wrote: This was working in both cluster and standalone setups earlier in solr4.10.2 but in 8.8.2 was it not working. Kindly advise. This code is to fetch the cores and update our database from solr. I’m getting throw exception “couldn’t connect to zookeeper

Fwd: Keeperexception

2021-06-06 Thread Reej Nayagam
Hi Everyone, > We are using solr 8.8.2. The solrjapi to fetch the clusterstate works fine > with the clustersetup, but throws keeperexception, keeper error=session > expired clusterstate.Jason or aliases.Json when trying in a standalone setup. > Tried restarting the zk but not working. > Code

Fwd: Call for Presentations for ApacheCon 2021 now open

2021-03-08 Thread Anshum Gupta
FYI -- Forwarded message - From: Rich Bowen Date: Mon, Mar 8, 2021 at 12:32 PM Subject: Call for Presentations for ApacheCon 2021 now open To: The ApacheCon Planners and the Apache Software Foundation are pleased to announce that ApacheCon@Home will be held online, September 21