Re: Early termination in Lucene 8

2020-01-30 Thread Mikhail Khludnev
He, Wei. Feel free to followup https://issues.apache.org/jira/browse/SOLR-13289 On Thu, Jan 23, 2020 at 11:14 PM Wei wrote: > Thanks Mikhail. Do you know of any example on query parser with WAND? > > On Thu, Jan 23, 2020 at 1:02 AM Mikhail Khludnev wrote: > > > If one creates query parser wrap

Oracle OpenJDK to Amazon Corretto OpenJDK

2020-01-30 Thread Arnold Bronley
Hi, I use Solr docker images from https://hub.docker.com/_/solr/. It uses Oracle OpenJDK. It is a no go for where I work. What is the best way to replace this JDK with some other OpenJDK such as Amazon Corretto OpenJDK for my docker containers if I still want to use above images?

RE: For Hierarchical data structure is Graph Query a good option ?

2020-01-30 Thread email
What about a graph database? It is the right tool for this kind of problem -Original Message- From: sambasivarao giddaluri Sent: Wednesday, January 29, 2020 2:31 PM To: solr-user@lucene.apache.org Subject: For Hierarchical data structure is Graph Query a good option ? Hi , I have a da

What do you recommend to do bulk searches?

2020-01-30 Thread email
Dear Community, I have a Solr cluster with an index containing approximately 100+ million addresses. I need to do a bulk search with the same number of addresses in order to find near-duplicate entities. Is there anything specific that I should look for before doing so? At the moment

Re: Shards.preference to current leader

2020-01-30 Thread Erick Erickson
I’m not sure it’s worth the effort. Or deterministic for that matter. First, when you say “get” are you talking about the get request handler (real time get)? Or a search? Let’s take the two cases separately (and I’m assuming NRT replicas). The get request handler: This pulls the most current r

Re: Unsubscribe from Group

2020-01-30 Thread Erick Erickson
Follow the instructions here: http://lucene.apache.org/solr/community.html#mailing-lists-irc. You must use the _exact_ same e-mail as you used to subscribe. If the initial try doesn't work and following the suggestions at the "problems" link doesn't work for you, let us know. But note you need

Unsubscribe from Group

2020-01-30 Thread Roslina Othman
Dear admin, please unsubscribe me. Thank you.

Shards.preference to current leader

2020-01-30 Thread Karl Stoney
Hey all, Is it possible to perform a get request which favours the current leader, therefore guaranteeing the most up to date record? I was looking at shards.preference but couldn’t see a way to prefer the leader. Get Outlook for iOS This e-mail is sent on behalf of Auto T

Severe performance issues of Solr 6.6.0 with debug logging

2020-01-30 Thread Davis
I have recently observer severe performance issues of 1 collection, 2 shard, 4 server SolrCloud (Solr 6.6.0 running on Windows, using AdoptOpenJDK 1.8 JRE, NSSM was used to run Solr as Windows service). During recovery of a replica the network utilization of the server hosting the replica (that is

Re: Timeout occurred while waiting response from server

2020-01-30 Thread Shawn Heisey
On 1/30/2020 4:28 AM, Gell-Holleron, Daniel wrote: I'm having trouble when trying to back up my Solr collection. I send the request through and eventually I'll be prompted with a timeout error from. Is there a timeout setting that can be changed so I can increase the amount of time it takes be

Re: Doubt in solr metrics

2020-01-30 Thread Shawn Heisey
On 1/30/2020 5:28 AM, akhil dutt wrote: What does this "gc.G1-Young-Generation.count" metric give ? number of times the garbage collector was called till that point of time or number of objects it holds? This number comes from Java. It is the number of times that the collector has been call

Re: Apache Solr HTTP health endpoint for blackbox_exporter probings

2020-01-30 Thread Daniel Trüssel
On 30.01.20 18:28, Edward Ribeiro wrote: The healthcheck Jan showed is only available in SolrCloud mode. any alternative for non SolrCloud users?

Re: Replica type affinity

2020-01-30 Thread Karl Stoney
Hey, Thanks for the reply but I'm trying to have something fully automated and dynamic. For context I run solr on kubernetes, and at the moment it works beautifully with autoscaling (i can scale up the kubernetes deployment and solr adds replicas and removes them). I'm trying to add a new type

Re: Apache Solr HTTP health endpoint for blackbox_exporter probings

2020-01-30 Thread Edward Ribeiro
The healthcheck Jan showed is only available in SolrCloud mode. Edward On Thu, Jan 30, 2020 at 2:03 PM Daniel Trüssel wrote: > On 23.01.20 11:55, Jan Høydahl wrote: > > http://localhost:8983/solr/admin/info/health > > On our VMs this endpoint not exists. > > How to enabled this? > > kind regard

Re: Apache Solr HTTP health endpoint for blackbox_exporter probings

2020-01-30 Thread Daniel Trüssel
On 23.01.20 11:55, Jan Høydahl wrote: http://localhost:8983/solr/admin/info/health On our VMs this endpoint not exists. How to enabled this? kind regards Daniel

Re: Replica type affinity

2020-01-30 Thread Edward Ribeiro
Hi Karl, During collection creation you can specify the `createNodeSet` parameter as specified by the Solr Reference Guide snippet below: "createNodeSet Allows defining the nodes to spread the new collection across. The format is a comma-separated list of node_names, such as localhost:8983_solr,l

Re: Performance Issue since Solr 7.7 with wt=javabin

2020-01-30 Thread Karl Stoney
To be specific sorry, we already build 77 from source, I don’t have confidence in back porting the fix however so it would be awesome if someone would help out other 77 users who aren’t able to upgrade to 84 yet with this important fix :( Get Outlook for iOS _

Replica type affinity

2020-01-30 Thread Karl Stoney
Hey everyone, Does anyone know of a way to have solr replicas assigned to specific nodes by some sort of identifying value (in solrcloud). In summary I’m trying to have some Read only replicas only every be assigned to nodes named “solr-ephemeral-x” and my nrt and masters assigned to “solr-index

Re: Performance Issue since Solr 7.7 with wt=javabin

2020-01-30 Thread Karl Stoney
I don’t have confidence in my ability to do that, I was hoping someone could help out as moving to 8.4 is too much of a jump for me right now! Would really appreciate it.. Get Outlook for iOS From: Jan Høydahl Sent: Thursday, January 30, 2

Re: Clarity on Stable Release

2020-01-30 Thread Jan Høydahl
I feel your pain. Ideally all bug fixes in branch_8x would be backported to branch_8_4 and before releasing 8.5.0 we’d do a last 8.4.x release with all the fixes that’ll go into 8.5 but without the features - that woudl give a pretty stable version. But that’s not how it’s done in practice. Rig

Re: Performance Issue since Solr 7.7 with wt=javabin

2020-01-30 Thread Jan Høydahl
No further releases are planned for 7.x, so your best bet is to patch branch_7_7 yourself and build a custom Solr version. Jan > 29. jan. 2020 kl. 20:54 skrev Karl Stoney > : > > Could anyone produce a patch for 7.7 please? > > From: Florent Sithi > Sent: 29 J

Re: Solr Searcher 100% Latency Spike

2020-01-30 Thread Erick Erickson
I’ve seen those kinds of compounding problems. So, rather than guess as to what kinds of warming queries you need (and I think this is where you’ll get what you need) here’s how I’d approach it. Look at your Solr logs for any query with QTime > 75. From what you’re saying, you should see a clus

Doubt in solr metrics

2020-01-30 Thread akhil dutt
Hi everyone, What does this "gc.G1-Young-Generation.count" metric give ? number of times the garbage collector was called till that point of time or number of objects it holds? And also, does this "SEARCHER.searcher.numDocs" mean the number of documents the current searcher object is holding ? bec

Timeout occurred while waiting response from server

2020-01-30 Thread Gell-Holleron, Daniel
Hello, I'm having trouble when trying to back up my Solr collection. I send the request through and eventually I'll be prompted with a timeout error from. Is there a timeout setting that can be changed so I can increase the amount of time it takes before a timeout? I have 4 Solr nodes, with 1 s

Re: Solr Searcher 100% Latency Spike

2020-01-30 Thread Karl Stoney
Hey Erick, Firstly - thank you so much for your detailed response - it is really appreciated! Unfortunately some of the context of my original message was lost in because the screenshots weren't there. The additional latency spike does absolutely result in a poor user experience for us, some of

Re: Generating Index offline and loading into solrcloud

2020-01-30 Thread vchauras
Hey Sameer, I tried using the tool on hadoop master node (AWS EMR) like: hadoop jar cloudera-search-1.0.0-cdh5.2.0-jar-with-dependencies.jar \ org.apache.solr.hadoop.MapReduceIndexerTool \ -D 'mapred.child.java.opts=-Xmx500m' \ --log4j ~/log4j.properties \ --morphline-file /home/hadoop/morphlines