Re: Data updation in collection after commit

2023-10-16 Thread Anjali Maurya
No, all replicas are active in the collection. We are using solr8.10 in solrCloud mode. On Mon, Oct 16, 2023 at 9:08 PM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Is it possible that some of your replicas were down/recovering, and hence > didn't process the updates? > > Which vers

[ANNOUNCE] DataImportHandler 9.4.0 released

2023-10-16 Thread Ishan Chattopadhyaya
Hi All, DataImportHandler 9.4.0 has now been released for Solr 9.4.0. To use it with the package manager, follow instructions here: https://github.com/SearchScale/dataimporthandler#installing-and-running To grab the binaries, please check: https://github.com/SearchScale/ dataimporthandler/tree/m

Re: Data updation in collection after commit

2023-10-16 Thread Ishan Chattopadhyaya
Is it possible that some of your replicas were down/recovering, and hence didn't process the updates? Which version of Solr is this? Are you using SolrCloud or standalone Solr? On Mon, 16 Oct, 2023, 4:12 pm Anjali Maurya, wrote: > Hi all, > We deleted the whole data of a collection and then exe

Re: Timeout on LTR query causing out of memory

2023-10-16 Thread rajani m
Hi David, Re: your comment on SOLR-17018 about the latest implementation to address query timeout in 9.3.0 SOLR-16693 . Can you please clarify the use of query timeout vs timeAllowed again? I r

Re: Zk big files issues and model store

2023-10-16 Thread Matthias Krüger
Hi Florin, What has worked for me was making model deployment a software deployment task and bundling the model in the JAR I deployed with Solr as the DefaultWrapperModel also loads resources from the classpath. Cheers Matthias On Sun, Oct 15, 2023 at 8:54 AM Florin Babes wrote: > Hello, > We

knn query parser, number of results and filtering by score

2023-10-16 Thread Mirko Sertic
Hi@all We are using Solr 9.1.1, and are trying usecases with DenseVector Fields and knnQueries in mind. During our tests, we see the following results and are trying to figure out what is going on: a) We use the following main query : {!knn f=VECTOR_FIELD topK=10}[VECTOR DATA]. We use it as a m

Re: Solr and MySQL DB

2023-10-16 Thread Eric Pugh
DIH is a third party package, learn more at https://github.com/SearchScale/dataimporthandler For step by step directions, https://poe.com/s/CZn0c09So7CsdjYkS025 > On Oct 16, 2023, at 4:34 AM, Anuj Bhargava wrote: > > Which was the last Apache Solr version that supported Data Import Handler >

Remove duplicates in destination of copy field

2023-10-16 Thread Mónica Marrero
Dear community, We have duplicated content in some multi-valued fields used as destination of the copy field clause. I have tested the *UniqFieldsUpdateProcessorFactory* to see if it would remove this duplicated content automatically, but it does not work for the copied content. For example, if I

Data updation in collection after commit

2023-10-16 Thread Anjali Maurya
Hi all, We deleted the whole data of a collection and then executed the commit. Ideally, there should not be any documents visible in the collection. However, the documents were visible in the collection. When we reloaded the collection, the empty collection was visible. Ideally, it should be upda

Solr and MySQL DB

2023-10-16 Thread Anuj Bhargava
Which was the last Apache Solr version that supported Data Import Handler for importing data from MySql Table? In the latest version how do we import data from MySql Table. Please provide a solution step by step that a layman can implement. Regards, Anuj