How to disable cache for facet.query?

2020-08-08 Thread Wei
Hi, I am trying to disable filter cache for some filter queries as they contain unique ids and cause cache evictions. By adding {!cache=false} the fq is no longer stored in filter cache, however I have similar conditions in facet.query and using facet.query={!cache=false}(color:red AND id:XXX) doe

Can create collections with Drupal 8 configset

2020-08-08 Thread Shane Brooks
Hello, Main info: Drupal 8, SOLRCloud 7.7.3, Zookeeper 3.4.14, search_api 8.x-1.17, search_api_solr 4.14 Migrating from a standalone SOLR 7.7.3 instance where everything works as expected. Drupal 7 configset gives us no issue on SOLRCloud. Issue: When I try to create a new collection using th

Re: solr startup

2020-08-08 Thread Erick Erickson
It totally depends on how often you open a new searcher. If you have an index that updates once a day, running extensive autowarming queries can help. If you index frequently, it’s a balance between how much time you spend autowarming and how much time a user might have to wait. In extreme case

Re: solr startup

2020-08-08 Thread Dave
Ah. Glad you found it. Yeah warming queries are much better substituted with home made scripts if you need them. I like to use the previous days logs and run the last couple hundred or so on a cron in the morning. > On Aug 8, 2020, at 9:39 AM, Schwartz, Tony wrote: > > I did not have a sugge

RE: solr startup

2020-08-08 Thread Schwartz, Tony
I did not have a suggester set up. I disabled the spell checker component, but that wasn't the problem. I found my issue... it was related to a warming query i was running for each newly opened searcher. Early on I enabled that, but I completely forgot about it. And i don't believe it's need