Re: Need help in finding better ways to optimize indexing and querying at Solr (v9.6.1)

2025-04-09 Thread Uday Kumar
Thanks Mikhail Will get this checked *Thanks & Regards,* *Uday Kumar* *Product Search Tech* On Fri, Apr 4, 2025 at 3:51 PM Mikhail Khludnev wrote: > You may try to experiment with query time {!join mode=score max} to join > from prods to supplier. > Query time reduces supplier r

Need help in finding better ways to optimize indexing and querying at Solr (v9.6.1)

2025-04-04 Thread Uday Kumar
docs:* ~20Cr *Size of Index: *~250G *Routing used:* implicit *Thanks & Regards,* *Uday Kumar* *Product Search Tech*

Re: Performance Considerations While Indexing Nested Documents: SolrV9.6.1

2025-03-24 Thread Uday Kumar
Hi all, Any help here, wrt above mentioned details? *Thanks & Regards,* *Uday Kumar* *Product Search Tech* On Mon, Mar 17, 2025, 19:24 Uday Kumar wrote: > Hi, > > > *Please find details below:*In our index, we have data of suppliers along > with their products which we d

Re: Performance Considerations While Indexing Nested Documents: SolrV9.6.1

2025-03-17 Thread Uday Kumar
per node: *16 *Count of docs:* ~20Cr *Size of Index: *~250G *Routing used:* implicit Please let us know, if you need any other details *Thanks & Regards,* *Uday Kumar* On Wed, Mar 5, 2025 at 12:08 PM Alessandro Benedetti wrote: > Hi Uday, > Your email is a perfect example

Re: Performance Considerations While Indexing Nested Documents: SolrV9.6.1

2025-03-04 Thread Uday Kumar
of performance (wrt tradeoff in indexing/querying) 3. If not, do we have any other alternative which we can work upon *Thanks & Regards,* *Uday Kumar* On Mon, Mar 3, 2025 at 7:17 PM Uday Kumar wrote: > Also in place updates happen on very specific conditions, have you checked >

Re: Performance Considerations While Indexing Nested Documents: SolrV9.6.1

2025-03-03 Thread Uday Kumar
*Thanks & Regards,* *Uday Kumar* *Product Search Tech* On Fri, Feb 28, 2025 at 6:06 PM Alessandro Benedetti < benedetti.ale...@gmail.com> wrote: > What is your problem? Rather than asking about a solution you attempted is > usually better to start from the problem. > > Yo

Re: Performance Considerations While Indexing Nested Documents: SolrV9.6.1

2025-02-27 Thread Uday Kumar
Does this mean it will not be impactful in performance to use Nested Indexing in production with such an indexing rate? We have tried POC on inplace updates and found its not impactful either wrt our project, so we would not be using this in combination too *Thanks & Regards,* *Uday K

Performance Considerations While Indexing Nested Documents: SolrV9.6.1

2025-02-26 Thread Uday Kumar
t impactful for our project. *Thanks & Regards,* *Uday Kumar*

Re: Doubts on partial-document-updates [Atomic updates vs in-place updates]

2025-02-13 Thread Uday Kumar
=1234 *Thanks & Regards,* *Uday Kumar* On Thu, Feb 13, 2025 at 7:03 PM Matthias Krüger < mkrue...@opensourceconnections.com> wrote: > Hi Uday, > > I'm curious what use case(s) you have in mind for knowing how often a > specific numerical value appears in a document&

Re: Doubts on partial-document-updates [Atomic updates vs in-place updates]

2025-02-13 Thread Uday Kumar
rmance of solr? *Thanks & Regards,* *Uday Kumar* On Wed, Feb 12, 2025 at 6:42 AM Uday Kumar wrote: > Okay, thanks for confirming > > On Tue, Feb 11, 2025, 18:47 Matthias Krüger < > mkrue...@opensourceconnections.com> wrote: > >> Yes. The only advantage of "atomic up

Re: Doubts on partial-document-updates [Atomic updates vs in-place updates]

2025-02-11 Thread Uday Kumar
ing > the rest of the document. An ecom use case would be volatile numeric values > such as stock levels or pricing information. > You can use them in filters, facets and get them as part of the document > response. > > > On Tue, Feb 11, 2025 at 1:26 PM Uday Kumar .invalid> &

Re: Doubts on partial-document-updates [Atomic updates vs in-place updates]

2025-02-11 Thread Uday Kumar
specific fields are reindexed Hope, my understanding is right...? *Thanks & Regards,* *Uday Kumar* *Product Search Tech* On Tue, Feb 11, 2025 at 5:02 PM Mikhail Khludnev wrote: > Hello please find the comments inline > > On Tue, Feb 11, 2025 at 12:43 PM Uday Kumar .invalid> &

Doubts on partial-document-updates [Atomic updates vs in-place updates]

2025-02-11 Thread Uday Kumar
is contradictory with the atomic updates concept? Pls let me know if we are missing some details *Thanks & Regards,* *Uday Kumar*

Re: Seeking Best Practices for External File Fields in Solr Cloud

2025-01-28 Thread Uday Kumar
Hi Matthias, Thanks for suggestion, will explore this *Thanks & Regards,* *Uday Kumar* *Product Search Tech* On Tue, Jan 28, 2025 at 3:30 PM Matthias Krüger < mkrue...@opensourceconnections.com> wrote: > Hi, > > As David recently ( > https://l

Seeking Best Practices for External File Fields in Solr Cloud

2025-01-27 Thread Uday Kumar
Hi all, We are currently conducting a POC for external file fields in a Solr Cloud environment for optimizing the speed of indexing at our end. *Our Prod Environment:* Solr version: v9.6.1 No. of nodes: 8 No. of shards: 63 Total Index size: 240 GB RAM on each node: 50 GB Heap on each node: 12 GB

Impact of Reducing Precision in spatial fields on Solr Performance - v9.6.1

2024-08-02 Thread Uday Kumar
to be aware of. Thanks and regards, Uday Kumar

Re: rid is preceded with "null" after migrating from solr 8.10 to 9.5

2024-07-25 Thread Uday Kumar
+ "-" + ridCounter.getAndIncrement(); }* In above code, hostname is being passed from *solr.in.sh <http://solr.in.sh>* file by default SOLR_HOST variable will be commented, we just have to overwrite it *SOLR_HOST="solrNode1a"* *Thanks & Regards,* *Uday Kumar* On Tue, Apr 9, 2024 at 5:28 PM U

Re: Block resource intensive queries at solr to avoid production outages

2024-04-24 Thread Uday Kumar
Thank You walter, will check it out *Thanks & Regards,* *Uday Kumar* On Tue, Apr 23, 2024 at 11:50 PM Walter Underwood wrote: > You can send the timeAllowed parameter. It is only checked at certain > points in request processing, but it will stop requests that run too long. > &

Block resource intensive queries at solr to avoid production outages

2024-04-23 Thread Uday Kumar
in solr Above mentioned query caused an out of memory error and solr nodes were killed. Please let us know if there is any way to block these kinds of resource intensive queries at solr? i.e facet, group etc *Thanks & Regards,* *Uday Kumar*

Re: rid is preceded with "null" after migrating from solr 8.10 to 9.5

2024-04-09 Thread Uday Kumar
.solr.core.SolrCore.Request > INFO : webapp=/solr path=/select params={sample_query_here} *rid=-1234* > hits=50 > status=0 QTime=73 > > Sample log in solr 9.5: > Apr, 02 2024 17:48:23 org.apache.solr.core.SolrCore.Request > INFO : webapp=/solr path=/select params={sample_query_here} *

Re: rid is preceded with "null" after migrating from solr 8.10 to 9.5

2024-04-02 Thread Uday Kumar
9.5: Apr, 02 2024 17:48:23 org.apache.solr.core.SolrCore.Request INFO : webapp=/solr path=/select params={sample_query_here} *rid=null-1234* hits=50 status=0 QTime=73 *Thanks & Regards,* *Uday Kumar* On Mon, Mar 18, 2024 at 8:59 PM Uday Kumar wrote: > Hello all, > > > We are t

Re: Cannot access individual latitude and longitude values after migrating from solr 8.10 to solr 9.5

2024-03-19 Thread Uday Kumar
Hello all, Any suggestions here? *Thanks & Regards,* *Uday Kumar* *Product Search Tech* On Mon, Mar 18, 2024 at 1:00 PM Uday Kumar wrote: > Hello all, > > we are not able to access individual latitude and longitude values as > subfields of latlongtype field in solr 9.5

rid is preceded with "null" after migrating from solr 8.10 to 9.5

2024-03-18 Thread Uday Kumar
omeone please let us know why null is prepended in rid value here? Thanks and regards, Uday Kumar

Cannot access individual latitude and longitude values after migrating from solr 8.10 to solr 9.5

2024-03-18 Thread Uday Kumar
Hello all, we are not able to access individual latitude and longitude values as subfields of latlongtype field in solr 9.5 In SOLR 8.10: Here, we are able to access individual latitute and longitude values of doc as below: latlon_0_coordinate latlon_1_coordinate Here, we were able to calcul

Re: Correct Procedure for making Basic Authentication Changes LIVE across Multiple Nodes in Solr Cloud 8.10

2023-12-29 Thread Uday Kumar
authentication when Solr is NOT in cloud mode, that probably does require a restart, because when Solr is not in cloud mode, it is far less dynamic. Thanks for confirmation Shawn! On Sat, Dec 30, 2023, 05:00 Shawn Heisey wrote: > On 12/26/2023 00:19, Uday Kumar wrote: > > Surprisingly, *authe

Re: Correct Procedure for making Basic Authentication Changes LIVE across Multiple Nodes in Solr Cloud 8.10

2023-12-29 Thread Uday Kumar
IVE across Multiple Nodes in Solr Cloud 8.10 > > Sorry no Experience with Kerberos. > > Jan Høydahl > > > 27. des. 2023 kl. 01:13 skrev Uday Kumar .invalid>: > > > > Hi Jan, > > Need One small confirmation, out of curiosity! > > > > Document2

Re: Correct Procedure for making Basic Authentication Changes LIVE across Multiple Nodes in Solr Cloud 8.10

2023-12-26 Thread Uday Kumar
beros plugin will be enabled to only single node, but not at other nodes. Thanks and regards, Uday Kumar On Wed, Dec 27, 2023, 05:29 Uday Kumar wrote: > Thanks for confirmation Jan! > > On Wed, Dec 27, 2023, 05:04 Jan Høydahl wrote: > >> Document2 reference does not apply t

Re: Correct Procedure for making Basic Authentication Changes LIVE across Multiple Nodes in Solr Cloud 8.10

2023-12-26 Thread Uday Kumar
dy validated on > your test node. > > Jan > > > 26. des. 2023 kl. 18:27 skrev Uday Kumar .INVALID>: > > > > Hi Jan, > > > > It is correct that Auth changes take effect across all nodes. So that > would > > be your procedure, done. > > So, y

Re: Correct Procedure for making Basic Authentication Changes LIVE across Multiple Nodes in Solr Cloud 8.10

2023-12-26 Thread Uday Kumar
-with-security-json Section referred: Enable Plugins with security.json *Document-2*: https://solr.apache.org/guide/8_10/kerberos-authentication-plugin.html#security-json Section referred: security.json Thanks and regards, Uday Kumar On Tue, Dec 26, 2023, 16:04 Jan Høydahl wrote: &g

Correct Procedure for making Basic Authentication Changes LIVE across Multiple Nodes in Solr Cloud 8.10

2023-12-25 Thread Uday Kumar
changes live on all Nodes/Shards? *Thanks & Regards,* *Uday Kumar*

Re: Implementing Authentication for Solr Indexing and Querying in a Spring Boot Project

2023-12-12 Thread Uday Kumar
Thank You Shawn,will go through suggestions provided! *Thanks & Regards,* *Uday Kumar* On Wed, Dec 13, 2023 at 1:35 AM Shawn Heisey wrote: > On 12/11/23 01:48, Uday Kumar wrote: > > *1. Authentication for Indexing:* > > > > We are currently using the SolrJ client fo

Re: Implementing Authentication for Solr Indexing and Querying in a Spring Boot Project

2023-12-12 Thread Uday Kumar
Hello all, Do we have any update on best practices related to above mentioned challenges? *Thanks & Regards,* *Uday Kumar* On Mon, Dec 11, 2023 at 2:18 PM Uday Kumar wrote: > Hello all, > > We are working on a project which involves two processes, indexing > documents int

Implementing Authentication for Solr Indexing and Querying in a Spring Boot Project

2023-12-11 Thread Uday Kumar
Cloud credentials in a Spring Boot application? *Thanks & Regards,* *Uday Kumar*

Logging Client IP Addresses in Solr Logs

2023-05-16 Thread Uday Kumar
can log Client IP addresses in Solr Logs. *NOTE: * Solr Version used: 8.10 Thanks & Regards Uday Kumar

Re: Issue in Logging Client IP Addresses in Solr Cloud Logs

2023-05-16 Thread Uday Kumar
Hello Team, Any update on the raised concern? On Fri, May 12, 2023, 22:53 Uday Kumar wrote: > Hello all, > > Currently, we are logging various details for tracking when a *user > request hits Solr Cloud*. These details include the timestamp, class > name, core name, web

Issue in Logging Client IP Addresses in Solr Cloud Logs

2023-05-12 Thread Uday Kumar
how to correctly configure Solr Cloud to include the Client IP addresses in Solr logs. *NOTE: * *Solr Version used: *8.10 Also, please let me know if there are any performance considerations we should be aware of when implementing this configuration. Thanks & Regards Uday Kumar