Re: [PR] OAK-10549 Improve performance of facet count at scale (Lucene) [jackrabbit-oak]

2023-11-17 Thread via GitHub
thomasmueller merged PR #1215: URL: https://github.com/apache/jackrabbit-oak/pull/1215 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] OAK-10549 Improve performance of facet count at scale (Lucene) [jackrabbit-oak]

2023-11-17 Thread via GitHub
thomasmueller commented on code in PR #1215: URL: https://github.com/apache/jackrabbit-oak/pull/1215#discussion_r1396951519 ## oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/LucenePropertyIndex.java: ## @@ -1644,11 +1647,39 @@ public List getFacets(int

Re: [PR] OAK-10549 Improve performance of facet count at scale (Lucene) [jackrabbit-oak]

2023-11-17 Thread via GitHub
tihom88 commented on code in PR #1215: URL: https://github.com/apache/jackrabbit-oak/pull/1215#discussion_r1396835757 ## oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/LucenePropertyIndex.java: ## @@ -1644,11 +1647,39 @@ public List getFacets(int

Re: [PR] OAK-10549 Improve performance of facet count at scale (Lucene) [jackrabbit-oak]

2023-11-16 Thread via GitHub
sonarcloud[bot] commented on PR #1215: URL: https://github.com/apache/jackrabbit-oak/pull/1215#issuecomment-1814509482 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

Re: [PR] OAK-10549 Improve performance of facet count at scale (Lucene) [jackrabbit-oak]

2023-11-16 Thread via GitHub
thomasmueller commented on code in PR #1215: URL: https://github.com/apache/jackrabbit-oak/pull/1215#discussion_r1395684061 ## oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/LucenePropertyIndex.java: ## @@ -1677,6 +1708,28 @@ private List

Re: [PR] OAK-10549 Improve performance of facet count at scale (Lucene) [jackrabbit-oak]

2023-11-16 Thread via GitHub
fabriziofortino commented on code in PR #1215: URL: https://github.com/apache/jackrabbit-oak/pull/1215#discussion_r1395604781 ## oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/LucenePropertyIndex.java: ## @@ -1644,11 +1647,39 @@ public List