Re: json.facet floods the filterCache

2020-10-22 Thread damienk
Im dong a nested facet ( https://lucene.apache.org/solr/guide/8_6/json-facet-api.html#nested-facets) or sub-facets, and am using the 'terms' facet. Digging around more looks like I can set 'cacheDf=-1' to disable the use of the cache. On Fri, 23 Oct 2020 at 00:14, Michael Gibney wrote: >

json.facet floods the filterCache

2020-10-21 Thread damienk
Hi, I'm using a json.facet query on nested facets terms and am seeing very high filterCache usage. Is it possible to somehow control this? With a fq it's possible to specify fq={!cache=false}... but I don't see a similar thing json.facet. Kind regards, Damien

Re: Three questions about huge tlog problem and CDCR

2019-12-19 Thread damienk
Did you run /cdcr?action=DISABLEBUFFER on both sides? On Fri, 20 Dec 2019 at 05:22, alwaysbluesky wrote: > Thank you for the advice. > > By the way, when I upload a new collectin configuration to zookeepr and > enable bidirectional CDCR for the collections on both prod and dr >

Re: Realtime get not always returning existing data

2019-06-05 Thread damienk
I'm using Solr 7.7.1, 12 shards, router:{"field":"route", "name":"compositeId"}, and find the realtime get only returns results if I specify the leader core-url. Most of the time I see no results. On Thu, 11 Oct 2018 at 23:41, Chris Ulicny wrote: > We are relatively far behind with this one.

ClassCastException on partial update TrieDateField Solr 7.7.1

2019-03-20 Thread damienk
Hi, I've upgraded a collection from Solr 6 to Solr 7.7.1 and now when I do a partial update on a doc and set a TrieDateField I'm seeing a ClassCastException. I understand TrieDateField's are deprecated and I am planning to re-index using to a DatePointField, but I was expecting this to work. Has

Re: Correct join syntax

2018-10-15 Thread damienk
Hi Christoph, The closest I can get is: {!join from=id to=id v="+UserId= +Access="} If there was a combined id/type field then you could join on that. Regards, Damien. On Tue, 16 Oct 2018 at 04:10, Christoph < christoph+develo...@project-mayhem.org> wrote: > I have two cores. > > One core

Re: Something odd with async request status for BACKUP operation on Collections API

2018-10-14 Thread damienk
Hi Shawn, I had an issue with async backup on solr 6.5.1 reporting that the backup was complete when clearly it was not. I was using 12 shards across 6 nodes. I only noticed this issue when one shard was much larger than the others. There were no answers here

Re: Index Upgrader tool

2018-08-24 Thread damienk
Shawn, Is it possible to run optimize on the live collection? For example, /solr/collection/update?commit=true=true On Wed, 22 Aug 2018 at 06:50, Shawn Heisey wrote: > On 8/21/2018 2:29 AM, Artjoms Laivins wrote: > > We are running Solr cloud with 3 nodes v. 6.6.2 > > We started with version 5

Re: need help with a complicated join query

2018-08-24 Thread damienk
I'm thinking something like this: q={!join v=id:doca_1 from=members to=id} On Fri, 24 Aug 2018 at 03:03, Steve Pruitt wrote: > At least it is complicated to me. :>) > > We are investigating how to find return a list documents whose identifier > is contained in a multi-value field in another

Re: Is router.field an explicit shard name, or hashed?

2018-07-15 Thread damienk
The value of the router.field is hashed. On Sat, 14 Jul 2018 at 10:09, Ken Krugler wrote: > Hi all, > > From > https://lucene.apache.org/solr/guide/6_6/shards-and-indexing-data-in-solrcloud.html#ShardsandIndexingDatainSolrCloud-DocumentRouting > < >