Re: [External] : Re: Querying Solr Locally through Java API without using HttpClient

2022-11-30 Thread Shawn Heisey
On 11/30/22 00:33, Nagarajan Muthupandian wrote: POC would be to add a function in the plugin.. which would query all the documents locally (Say 100+ Million Documents) and update 1 or 2 fields with a particular value. As the plugin would be local to this core.. wanted to avoid HTTP calls. H

Re: [External] : Re: Querying Solr Locally through Java API without using HttpClient

2022-11-30 Thread Shawn Heisey
On 11/30/22 00:33, Nagarajan Muthupandian wrote: Say if I am in a solr container.. will Embedded server create another container locally..? Or will be it like thin client to interact with container similar to HTTP. If you use EmbeddedSolrServer, you are embedding the entire Solr application

Re: SOLR adding ,​ to strings erroneously

2022-11-30 Thread Shawn Heisey
On 11/30/22 13:44, Matthew Castrigno wrote: Using SOLR 9.0 and the ScriptUpdatProcesor, it appears SOLR is erroneously adding " ,​ " in the middle of a string field. The script just logs the fields. If you compare the curl request with what is logged you see the addition of many instances of

Re: Very High CPU when indexing

2022-11-30 Thread Shawn Heisey
On 11/30/22 08:57, Matias Laino wrote: Q: What is the total document count? A: Based on the dashboard, it's Total #docs: 68.6mn each node (I'm replicating the same data on both) Each core has a count.  And here you can see what I was talking about with max doc compared to num docs. https://

Re: Apache Jira access

2022-11-30 Thread Markus Jelsma
Hello Kira, You can indeed not read/write from/to the private list. Nevertheless, i just created an account for you. You should receive a password reset mail for Jira access right now. Regards, Markus Op wo 30 nov. 2022 om 21:59 schreef Kira Traynor : > Hello everyone, > > I'd like to get acces

Apache Jira access

2022-11-30 Thread Kira Traynor
Hello everyone, I'd like to get access to Apache Jira for Solr. I sent a message to priv...@solr.apache.org and didn't get a response. Can anyone point me in the right direction? Thanks for the help, Kira

SOLR adding ,​ to strings erroneously

2022-11-30 Thread Matthew Castrigno
Hello, Using SOLR 9.0 and the ScriptUpdatProcesor, it appears SOLR is erroneously adding " ,​ " in the middle of a string field. The script just logs the fields. If you compare the curl request with what is logged you see the addition of many instances of ,​ in the content field. Later in t

RE: Very High CPU when indexing

2022-11-30 Thread Matias Laino
Hi Shawn! Thanks again for replying, a few answers to your questions. Q: How did the index size compare 3 months ago to today? A: Pretty much the same, we've been using websolr for years but they had a lot of performance issues and it was expensive (their service went down pretty frequently), so

Re: [External] : Re: Querying Solr Locally through Java API without using HttpClient

2022-11-30 Thread Adam Constabaris
The EmbeddedSolrServer runs within the same process as a standalone Java application, it's not the sort of thing you'd add to Solr running in the usual (standalone web application) way. You can think of it as an alternative to directly using the Lucene API in a custom Java application. It's not so

Re: Announcing {!mlt_content} Re: MoreLikeThis with externally supplied text, and facets?

2022-11-30 Thread Alessandro Benedetti
Well done Mikhail! Bit busy in the next month but over Christmas, I'll take a look! So good to see there's still interest in the More Like This (that I really love) Cheers -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member*