On 6/13/2022 1:19 PM, Christopher Schultz wrote:
Okay. So if I do what I initially proposed:
1. delete *:*
2. re-index everything
If you do this but do not optimize the index (which will happen
practically instantaneously because the index will consist of only
deleted docs), then I can make
Shawn,
On 6/13/22 14:40, Shawn Heisey wrote:
On 6/13/2022 10:14 AM, Christopher Schultz wrote:
1. Re: regular re-indexes. I've just built this into my web
application so it's literally a one-click administrative
background-process kick-off. I've been trying to get automatic
schema-provisionin
On 6/13/2022 10:14 AM, Christopher Schultz wrote:
1. Re: regular re-indexes. I've just built this into my web
application so it's literally a one-click administrative
background-process kick-off. I've been trying to get automatic
schema-provisioning as well (see my recent posts to users@) just
Gus,
On 6/12/22 17:57, Gus Heck wrote:
What Thomas said, if possible...
Definitely set up a test system if you have the resources. Building a new
index from scratch ensures that nothing is lurking unconverted and
allows you to move to a newer index format. One specific cost of
re-indexing into
Dave,
On 6/12/22 14:21, Dave wrote:
You don’t need a new core/collection, just reindex everything again. Ideally
since you’re using standalone (way better than cloud imo) you can use the same
indexer, just do an integrity check after the fact to make sure the document
counts are the same. You
Can you go to 8.10? Because it’s included in 8.10+ too.
If not, the patch that added this capability is in this issue and maybe you can
make something of it: https://issues.apache.org/jira/browse/SOLR-15610
On Jun 12, 2022, 8:03 AM -0500, 123456780sss
<123456780...@protonmail.com.invalid>, wrote
Hi,
I'm trying the new Solr 9.x replication plugin, and I'm running into an
issue with the `nodeType` constraints.
In summary, I created a docker-compose file that has:
- a zookeeper node
- two "alpha" Solr nodes (`-Dnode_type=alphaNode`)
- two "beta" Solr nodes (`-Dnode_type=betaNode`)
- one ove