Re: [I] Create a community metrics dashboard [lucene]

2024-10-13 Thread via GitHub
stefanvodita commented on issue #13896: URL: https://github.com/apache/lucene/issues/13896#issuecomment-2408885715 @prudhvigodithi - that's great! Your help is very welcome, I wouldn't really know where to start if I was doing this myself. -- This is an automated message from the Apache G

Re: [I] Create a community metrics dashboard [lucene]

2024-10-13 Thread via GitHub
prudhvigodithi commented on issue #13896: URL: https://github.com/apache/lucene/issues/13896#issuecomment-2409647755 To begin with we need: - A server that can run and host the metrics portal (the frontend). - The application that will daily use the Github API to scrape the issues,

[PR] [SOLR-11191] SolrIndexSplitter: Init support for routing docs by _root_ when available [lucene-solr]

2024-10-13 Thread via GitHub
zkendall opened a new pull request, #2686: URL: https://github.com/apache/lucene-solr/pull/2686 Draft POC for solving: https://issues.apache.org/jira/browse/SOLR-11191 > Shard Split doesn't work on indexes that have nested documents In order to support splitting shards that have nes

Re: [PR] [SOLR-11191] SolrIndexSplitter: Init support for routing docs by _root_ when available [lucene-solr]

2024-10-13 Thread via GitHub
dsmiley commented on code in PR #2686: URL: https://github.com/apache/lucene-solr/pull/2686#discussion_r1798739134 ## solr/core/src/java/org/apache/solr/update/SolrIndexSplitter.java: ## @@ -130,9 +131,26 @@ public SolrIndexSplitter(SplitIndexCommand cmd) { } routeFiel