Community Over Code Asia 2024 Travel Assistance Applications now open!

2024-02-20 Thread Gavin McDonald
Hello to all users, contributors and Committers! The Travel Assistance Committee (TAC) are pleased to announce that travel assistance applications for Community over Code Asia 2024 are now open! We will be supporting Community over Code Asia, Hangzhou, China July 26th - 28th, 2024. TAC exists to

Re:Partial update slowness with a stored="false" dynamic field and lots of distinct field names

2024-02-20 Thread Christine Poerschke (BLOOMBERG/ LONDON)
Hello Calvin, Thank you for this wonderful issue write-up! You mention upgrading from Solr 6 to 9.5 versions and I wonder if it might be practical or insightful to assess for some versions in between too e.g. 9.5/9.4/9.3 going backwards or 6/7/8/9.0 going forward or some sort of binary search

Re: Run solr in cloud mode and debug from intellij

2024-02-20 Thread Vincenzo D'Amore
Hi Mikhail, thanks for sharing. Maybe I haven't read the documentation carefully, but I had the same trouble, I spent a few hours struggling to understand how to build and debug Solr locally. What do you think if we mention this resource directly into https://github.com/apache/solr/blob/main/dev-do

Re: Run solr in cloud mode and debug from intellij

2024-02-20 Thread Mikhail Khludnev
Yeah. Agree. A little bit cryptic. I'm up to approve your PR! On Tue, Feb 20, 2024 at 12:59 PM Vincenzo D'Amore wrote: > Hi Mikhail, thanks for sharing. > Maybe I haven't read the documentation carefully, but I had the same > trouble, I spent a few hours struggling to understand how to build and

Re: Run solr in cloud mode and debug from intellij

2024-02-20 Thread Vincenzo D'Amore
Thanks, I'm going to do it. On Tue, Feb 20, 2024 at 11:23 AM Mikhail Khludnev wrote: > Yeah. Agree. A little bit cryptic. I'm up to approve your PR! > > On Tue, Feb 20, 2024 at 12:59 PM Vincenzo D'Amore > wrote: > > > Hi Mikhail, thanks for sharing. > > Maybe I haven't read the documentation ca

Re: Run solr in cloud mode and debug from intellij

2024-02-20 Thread Vincenzo D'Amore
Should I create an issue (improvement) on jira first? On Tue, Feb 20, 2024 at 11:29 AM Vincenzo D'Amore wrote: > Thanks, I'm going to do it. > > On Tue, Feb 20, 2024 at 11:23 AM Mikhail Khludnev wrote: > >> Yeah. Agree. A little bit cryptic. I'm up to approve your PR! >> >> On Tue, Feb 20, 20

Re: Run solr in cloud mode and debug from intellij

2024-02-20 Thread Christine Poerschke (BLOOMBERG/ LONDON)
Hello Rajani and Vincenzo, Thank you for your valuable feedback on the setup experience! Absolutely, yes please to updating the docs. No JIRA ticket needed IMHO. Best wishes, Christine From: users@solr.apache.org At: 02/20/24 10:34:23 UTCTo: users@solr.apache.org Cc: solr-u...@lucene.apache.o

Stripping HTML before indexing

2024-02-20 Thread Gino Rodrigues
Hello everyone, I am trying to clean source fields from HTML markup before indexing, using an Update Request Processor. But no variation I try seems to work, and HTML markup is still being indexed. Would anyone have an idea about it? Thanks in advance! *indexing command* curl -X POST -H "Conte

Re: Stripping HTML before indexing

2024-02-20 Thread Gino Rodrigues
O left a small mismatch on the field type, the fields I am trying to clean are all “text_general“ (class solr.TextField) Em ter., 20 de fev. de 2024 às 09:38, Gino Rodrigues < ginorodrig...@gmail.com> escreveu: > Hello everyone, > > I am trying to clean source fields from HTML markup before index

Re: Stripping HTML before indexing

2024-02-20 Thread Jan Høydahl
I have never used the "typeClass" option. Have you tried with "typeName" or "fieldName" as an alternative? Jan > 20. feb. 2024 kl. 13:44 skrev Gino Rodrigues : > > O left a small mismatch on the field type, the fields I am trying to clean > are all “text_general“ (class solr.TextField) > > Em

Knn queries Index out of bound: auto-warming of key:org.apache.solr.search.QueryResultKey

2024-02-20 Thread rajani m
Hi Solr Users, I see the following index out of bound errors from "QueryResultKey" cache when running knn queries, is this known issue? The complete stack trace is as follows. Solr version 9.1.1 2024-02-20 13:36:59.859 ERROR (searcherExecutor-23-thread-1-processing-10.146.100.131:8983_solr v9

Re: Stripping HTML before indexing

2024-02-20 Thread Gino Rodrigues
Hi Jan, thanks a lot! I tried "typeName" or "fieldName" and none worked either, so you helped me realize I was missing something beyond HTMLStripFieldUpdateProcessorFactory. This made me read this guide

Re: Need suggestions on performance improvement in Solr based application

2024-02-20 Thread Shawn Heisey
On 2/13/24 19:46, Fiz N wrote: Hi SOLR Experts, I am facing one challenge regarding performance in *Java Spring Boot + Apache Solr Cloud *based application. Details are as follows: *Data present in Solr collection*: 41 million *Shards:* 8 *Replicas:* 2 *Solr Version:* 8.2.0 There is not a

Re: Partial update slowness with a stored="false" dynamic field and lots of distinct field names

2024-02-20 Thread Rahul Goswami
Did you happen to change the DirectoryFactory in solrconfig to SimpleFSDirectoryFactory or NIOFSDirecotryFactory by any chance? Default is Mmap which is much more performant for atomic updates (and also practical, especially given the small(ish) size of your index). -Rahul On Tue, Feb 20, 2024 at