Re: Inventory updates via join query and caches

2021-12-19 Thread Joel Bernstein
The second approach (newSearcher listener) is a nice approach if the filter cache is too full to rely on auto-warming. Static warming queries fail on cross core joins but I believe succeed on a self core join. So you could move the inventory into the same core and use a static warming query. The do

Re: Planning for a World without Java Security Manager

2021-12-19 Thread David Smiley
What is this warning message? Regardless, bin/solr could detect that this scenario is going to occur and print a message of its own so that users have better context on the situation. In other ways, we are investing in securing Solr. Modularization comes to my mind first. And I really wish for a

Re: Inventory updates via join query and caches

2021-12-19 Thread David Smiley
I'm not sure there is a clean/simple solution to this specific problem. But I could imagine a more general & simple feature that could solve this scenario, with just a bit more work by the user. Imagine an optional cache-key on ExtendedQuery auto-parsed, perhaps with local-param "cacheKey". It wo