/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
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
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
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
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.
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
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
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
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,
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 (
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}\",
\"{
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
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
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
14 matches
Mail list logo