This is an automated email from the ASF dual-hosted git repository.
thomasm pushed a commit to branch OAK-10549
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/OAK-10549 by this push:
new aa723622ee OAK-10549 Improve performance of facet count at scale
(Lucene) - reduce memory usage of the test
aa723622ee is described below
commit aa723622eeb85d71d7db214ada1944ed9dda3ab8
Author: Thomas Mueller <[email protected]>
AuthorDate: Mon Nov 20 11:34:09 2023 +0100
OAK-10549 Improve performance of facet count at scale (Lucene) - reduce
memory usage of the test
---
.../jackrabbit/oak/plugins/index/lucene/hybrid/ManyFacetsTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/ManyFacetsTest.java
b/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/ManyFacetsTest.java
index 3a6f5ee2ac..be0b0b2430 100644
---
a/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/ManyFacetsTest.java
+++
b/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/ManyFacetsTest.java
@@ -95,7 +95,7 @@ public class ManyFacetsTest extends AbstractQueryTest {
private static final String FACET_PROP = "facets";
private static final long REFRESH_DELTA = TimeUnit.SECONDS.toMillis(1);
- private static final int FACET_COUNT = 200;
+ private static final int FACET_COUNT = 10;
private ExecutorService executorService = Executors.newFixedThreadPool(2);
private OptionalEditorProvider optionalEditorProvider = new
OptionalEditorProvider();