Re: Backing up Solr to a specific path

2023-05-05 Thread ufuk yılmaz
Are you running solr in docker? Or directly installed on a linux machine? Im guessing this is more about the environment solr is running in, because in the past I did backups to a network shared folder with no problems — > On 5 May 2023, at 09:50, DAVID MARTIN NIETO wrote: > > __

Syntax errors with block join query parser when using parenthesis for grouping subqueries or fields

2023-05-05 Thread Igor Blanco
I'm using SOLR 9.2.1 I have a parent document with a couple of subdocuments, something like this: { id: "1", contexts: [     {    id: "CTX1",    context: "hola"    },{    id: "CTX2",    context: "adios"   } ] } When I try to

Re: Syntax errors with block join query parser when using parenthesis for grouping subqueries or fields

2023-05-05 Thread Mikhail Khludnev
Hello. This syntax is rather tricky. What's working most times is to extracting subqueries into separate parameters: q=+{!parent which="*:* -_nest_path_:*" v=$sub0} +{!parent which="*:* -_nest_path_:*" v=$sub1}&sub0=context:(+hol? +h?la)&sub1=context:(adios) On Fri, May 5, 2023 at 12:05 PM Igor Bl

Re: Syntax errors with block join query parser when using parenthesis for grouping subqueries or fields

2023-05-05 Thread Igor Blanco
Adding extra parameters is quite inconvinient for me because I'm building a system that builds the queries based on differente inputs from the user (a filter panel with a wide variety of conditions). But following your advice I just inlined the subqueries in the "v" parameter after escaping th

Spellcheck not working with group.query parameters

2023-05-05 Thread rashi gandhi
Hi Everyone, For one of our use cases, we are using group query on Solr. However we observed that spellcheck feature does not work when group=true and if we use group.query (grouping by query option). Though spellcheck will work if we use group.field approach. Not able to understand why it's not

Re: Syntax errors with block join query parser when using parenthesis for grouping subqueries or fields

2023-05-05 Thread Mikhail Khludnev
> should I report the observed behaviour as a bug? I don't think it will go anywhere productive. On Fri, May 5, 2023 at 1:11 PM Igor Blanco wrote: > Adding extra parameters is quite inconvinient for me because I'm > building a system that builds the queries based on differente inputs > from the

Re: Spellcheck not working with group.query parameters

2023-05-05 Thread rashi gandhi
Solr version is 7.7.2 On Fri, 5 May, 2023, 3:45 pm rashi gandhi, wrote: > Hi Everyone, > > For one of our use cases, we are using group query on Solr. However we > observed that spellcheck feature does not work when group=true and if we > use group.query (grouping by query option). > > Though sp

Solr Docker deployment issue

2023-05-05 Thread Subhasis Patra
HI Everyone, Need some help on installing Solr 9.x. Till now I was using docker based installation of Solr 8.x. When I changes my docker image to 9.x, I started getting following error Java not found, Server had java 1.8 and I upgraded to java 1.11, also updated JAVA_HOME, still it did not work.

Re: Help regarding solr request timeout because of spellcheck component performance.

2023-05-05 Thread kumar gaurav
HI Chris Thanks a lot for your reply. timeAllowed does not limit spellcheck i have tried. Following are the spellcheck configuration. Can you suggest something ? text_general default text solr.DirectSolrSpellChecker internal 0.5 2 1 5 4 0.01

Re: Solr Docker deployment issue

2023-05-05 Thread Jan Høydahl
Hi, Are you trying v9.2? What version of Docker Engine are you running on the host? You need at least 20.10.10. See comment in Upgrade Notes https://solr.apache.org/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html#docker Jan > 5. mai 2023 kl. 14:28 skrev Subhasis Patra > : > >

RE: Solr Docker deployment issue

2023-05-05 Thread Subhasis Patra
Yes, Solr 9.2.0. But I have same problem with 9.0 also. I have 18.09.6, build 481bc77156 version installed . Curious to know how that is related to the java path . Thanks Subhasis Patra 240-755-2601 subhasis.pa...@e2open.com From: Jan Høydahl Sent: Friday, May

Disable all Solr 9.2.1 Logging

2023-05-05 Thread Phill Campbell
I am trying out Solr 9.2.1 to replace a Solr Cloud cluster running 8.2 I only want WARN and ERROR logging. I do not want any GC logging. With Solr 9.2.1 I am getting INFO level logs for LogUpdateProcessorFactory. Here is an example of a log entry: INFO (qtp1372422140-159) [c:BTS s:shard1 r:core

Re: Disable all Solr 9.2.1 Logging

2023-05-05 Thread Phill Campbell
I do confess, I did not put my log4j2.xml file in there! I thought I had. I had not. Logs are now the same as Solr 8.2 for me. Once again, user error. :-) > On May 5, 2023, at 11:56 AM, Phill Campbell > wrote: > > I am trying out Solr 9.2.1 to replace a Solr Cloud cluster running 8.2 > > I o

Re: Solr Docker deployment issue

2023-05-05 Thread Jan Høydahl
If you have docker engine version 18 you need to upgrade to v20 or try the workaround mentioned in upgrade notes. Jan > 5. mai 2023 kl. 14:50 skrev Subhasis Patra > : > > Yes, Solr 9.2.0. But I have same problem with 9.0 also. > > I have 18.09.6, build 481bc77156 version installed . > Curious