Re: Solr cloud backup/restore not working

2020-06-15 Thread yaswanth kumar
Can anyone here help on the posted question pls?? On Fri, Jun 12, 2020 at 10:38 AM yaswanth kumar wrote: > Using solr 8.2.0 and setup a cloud with 2 nodes. (2 replica's for each > collection) > Enabled basic authentication and gave all access to the admin user > > Now trying to use solr cloud ba

Proxy Error when cluster went down

2020-06-15 Thread Vishal Vaibhav
Hello all, I am running on solr 8.5. For some reason entire cluster went down. When i am trying to bring up the nodes,its not coming up. My health check is on "/solr/rules/admin/system". I tried forcing a leader election but it dint help. so when i run the following commands. Why is it trying to p

getting different errors from complex phrase query

2020-06-15 Thread Deepu
Hi All, i am trying to use {!complexphrasequeryparser inOrder=true} along with other text fields. i am using solrj client to initiate the request. sample query is "{!complexphrase inOrder=true}(all_text_txt_enus:\"by\\ test*\") AND (({!terms f=product_id_l}959945,959959,959960,959961,959962,95996

Grouping and Learning To Rank (SOLR-8776)

2020-06-15 Thread Webster Homer
My company is very interested in using Learning To Rank in our product search. The problem we face is that our product search groups its results and that does not work with LTR. https://issues.apache.org/jira/browse/SOLR-8776 Is there any traction to getting the SOLR-8776 patch into the main bra

Re: eDismax query syntax question

2020-06-15 Thread Mikhail Khludnev
Hello. Not sure if it's useful or relevant, I encountered another problem with parentheses (braces) in eDisMax recently https://issues.apache.org/jira/browse/SOLR-14557. On Mon, Jun 15, 2020 at 5:01 PM Webster Homer < webster.ho...@milliporesigma.com> wrote: > Markus, > Thanks, for the reference,

Re: How to determine why solr stops running?

2020-06-15 Thread Ryan W
On Mon, Jun 15, 2020 at 2:00 PM Ryan W wrote: > What is the Service definition of Solr in Redhat? > I think maybe you are talking about systemd. Maybe a service definition looks something like this? https://gist.github.com/hammady/3d7b5964c7b0f90997865ebef40bf5e1 I haven't used systemd before.

Re: [EXTERNAL] - Re: HTTP 401 when searching on alias in secured Solr

2020-06-15 Thread Isabelle Giguere
Thank you for the input, Aroop. It is probably a red herring. I will have to pick the configuration apart piece by piece. Sigh. It's probably not a node down issue, since I'm only setting up one node. (Reporting an unrelated error message should probably be considered a bug anyways.) Isabel

Re: eDismax query syntax question

2020-06-15 Thread Andrea Gazzarini
Hi Webster, what does the query debug say? if you set debug=true in the request you can have a better idea about how the two queries get interpreted Andrea On Mon, 15 Jun 2020 at 16:01, Webster Homer < webster.ho...@milliporesigma.com> wrote: > Markus, > Thanks, for the reference, but that doesn

Re: How to determine why solr stops running?

2020-06-15 Thread Ryan W
On Mon, Jun 15, 2020 at 1:56 PM Jörn Franke wrote: > What is the Service definition of Solr in Redhat? > I am not sure what that means. What is a service definition? I am using Solr in conjunction with Drupal's Search API Solr module: https://www.drupal.org/project/search_api_solr > > > Am

Re: How to determine why solr stops running?

2020-06-15 Thread Jörn Franke
What is the Service definition of Solr in Redhat? > Am 15.06.2020 um 19:46 schrieb Ryan W : > > It happened again today. Again, no other apparent problems on the server. > Nothing else is stopping. Nothing in the logs that strikes me as useful. > I'm using Red Hat Linux 7.8 and Solr 7.7.2. >

Re: How to determine why solr stops running?

2020-06-15 Thread Ryan W
It happened again today. Again, no other apparent problems on the server. Nothing else is stopping. Nothing in the logs that strikes me as useful. I'm using Red Hat Linux 7.8 and Solr 7.7.2. Solr is stopping a couple times per week and I don't know how to determine why. On Sun, Jun 14, 2020 at

Re: Question about Atomic Update

2020-06-15 Thread david . davila
Hi Erick, Thank you for your answer. Unfortunatelly our most important field is that text field, so, we need to index it. We will have to assume that big documents takes a long time to index. Best, David David Dávila Atienza AEAT - Departamento de Informática Tributaria Subdirección de

RE: eDismax query syntax question

2020-06-15 Thread Webster Homer
Markus, Thanks, for the reference, but that doesn't answer my question. If - is a special character, it's not consistently special. In my example "3-DIMETHYL" behaves quite differently than ")-PYRIMIDINE". If I escape the closing parenthesis the following minus no longer behaves specially. The

Re: Question about Atomic Update

2020-06-15 Thread Erick Erickson
All Atomic Updates do is 1> read all the stored fields from the record being updated 2> overlay your updates 3> re-index the document. At <3> it’s exactly as though you sent the entire document again, so your observation that the whole document is re-indexed is accurate. If the fields you want

Question about Atomic Update

2020-06-15 Thread david . davila
Hi, I have a question related with atomic update in Solr. In our collection, documents have a lot of fields, most of them small. However, there is one of them that includes the text of the document. Sometimes, not many fortunatelly, this text is very long, more than 3 or 4 MB of plain text. W

Backup and Restore Collections

2020-06-15 Thread sudhir kumar
Hi All, I have a question on Solr Backup and Restore features of Collection. Right now, we have a use case where we are taking backup of prod collection on a daily basis and creating the same collection on lower env. And we are on Solr cloud 7.7 We are following the below process to backup coll

Can't fetch table from cassandra through jdbc connection

2020-06-15 Thread Ирина Камалова
I’m using Solr 7.7.3 and latest Cassandra jdbc driver 1.3.5 I get *SQLFeatureNotSupportedException * I see this error and have no idea what’s wrong (not enough verbose - table name or field wrong/ couldn’t mapping type or driver doesn’t support?) Full Import failed:java.lang.RuntimeException:

Regarding AWS S3 bucket data to be indexed in apache solr

2020-06-15 Thread Ajeet Jha
Hi apache solr team, This is Ajeet Jha, just want to know that, Is their any way to index AWS S3 bucket data in apache solr directly, Looking for something like this, Elasticsearch pulls data from S3 bucket, using "es-amazon-s3-river" plugin. URL https://github.com/l