Re: solr backup location 8.11.1

2022-08-05 Thread Thomas Woodard
/var/i8s/backup/solr/${i8s.environment}/${ > solr.core.name} > > > have been > > > /var/i8s/backup/solr/${i8s.environment}/${ > solr.core.name} > > (note the s) > > On Fri, Aug 5, 2022 at 1:05 PM Thomas Woodard wrote: > > > Thanks for the rapid re

Re: solr backup location 8.11.1

2022-08-05 Thread Thomas Woodard
Thanks for the rapid replies. I've opened https://issues.apache.org/jira/browse/SOLR-16326 and will proceed with scripting a scheduled backup instead. On Fri, Aug 5, 2022 at 11:36 AM Shawn Heisey wrote: > On 8/5/22 10:06, Thomas Woodard wrote: > > That is exactly what I was afraid

Re: solr backup location 8.11.1

2022-08-05 Thread Thomas Woodard
t make a cron job that runs an sh file that does a cp-rf on > the data folder with a time stamp? The indexes are drop in when needed > > > On Aug 5, 2022, at 12:07 PM, Thomas Woodard wrote: > > > > That is exactly what I was afraid of. Not being able to configure where

Re: solr backup location 8.11.1

2022-08-05 Thread Thomas Woodard
That is exactly what I was afraid of. Not being able to configure where automated backups go seems like a pretty major oversight, though. Is anyone aware of a solution other than creating a bunch of soft links? On Fri, Aug 5, 2022 at 8:52 AM Shawn Heisey wrote: > On 8/5/22 07:42, Shawn Heisey wr

solr backup location 8.11.1

2022-08-05 Thread Thomas Woodard
I need to backup to a network file system to support recovery. I do not want the index on a network file system, so just mounting /var/solr/data isn't an option. I have attempted to set the location in the replication handler, but it is not working. I've tried all of these configurations.

Re: score parents while faceting children

2022-08-02 Thread Thomas Woodard
of top tag. You can probably > just boost edismax with ^100. > > On Tue, Aug 2, 2022 at 2:54 AM Thomas Woodard wrote: > > > Whoops, I left out that this is with 8.11.1. > > > > On Mon, Aug 1, 2022 at 11:40 AM Thomas Woodard > wrote: > > > > > I&#

Re: score parents while faceting children

2022-08-01 Thread Thomas Woodard
Whoops, I left out that this is with 8.11.1. On Mon, Aug 1, 2022 at 11:40 AM Thomas Woodard wrote: > I'm trying very hard to combine an edismax query with a parent query, > while generating facets on the children. Here are the queries: > > {!edismax tag=top qf=$edisQf pf=$edis

score parents while faceting children

2022-08-01 Thread Thomas Woodard
I'm trying very hard to combine an edismax query with a parent query, while generating facets on the children. Here are the queries: {!edismax tag=top qf=$edisQf pf=$edisPf mm=$edisMm tie=$editTie v=$edisQ} {!parent tag=top filters=$childFq which=scope_s:parent v=$childQuery score=max} And here's

child transformer in field list

2022-07-15 Thread Thomas Woodard
This is with solr 8.11. I can't get child documents returned in a result. You can see from the query below that there are children, and filtering them and returning parents works, but I can't get the children to also return. What am I missing? { "responseHeader":{ "status":0, "QTime":2,

Re: Negative child filters produce no results

2022-06-09 Thread Thomas Woodard
Yes, thank you! That produces results. On Thu, Jun 9, 2022 at 12:04 PM Mikhail Khludnev wrote: > Hi, Thomas. > What if you try childFq=*:* -sku_type_s:25 ? > > > On Thu, Jun 9, 2022 at 7:16 PM Thomas Woodard wrote: > > > This is in 8.11.1. I've got the following (

Negative child filters produce no results

2022-06-09 Thread Thomas Woodard
This is in 8.11.1. I've got the following (parsed) query that returns no results: { "q":"{!parent tag=top filters=$childFq which=scope_s:parent v=$childQuery}", "json.facet":"{colors:{ domain: { excludeTags:top, filter:[\"{!filters param=$childFq excludeTags=color v=$childQuery}\", \"{

Re: "this.stopWords" is null

2022-06-09 Thread Thomas Woodard
d to give you additional advice. > > > > : Date: Tue, 7 Jun 2022 10:59:26 -0500 > : From: Thomas Woodard > : Reply-To: users@solr.apache.org > : To: users@solr.apache.org > : Subject: Re: "this.stopWords" is null > : > : Commenting out the stop filter allow

Re: "this.stopWords" is null

2022-06-07 Thread Thomas Woodard
also does not work: It certainly seems like the Solr configuration is simply not initializing the Lucene filters correctly. On Tue, Jun 7, 2022 at 9:22 AM Thomas Woodard wrote: > I had an 8.11.1 implementation in progress when 9.0 came out, and am > trying to convert it so we don&#

"this.stopWords" is null

2022-06-07 Thread Thomas Woodard
I had an 8.11.1 implementation in progress when 9.0 came out, and am trying to convert it so we don't go live on an already outdated version. I'm having trouble adding documents to the index that worked fine with 8.11.1. Shortened error is below: 2022-06-07 13:49:24.190 ERROR (qtp554868511-21) [ x