You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paimon-tantivy/paimon-tantivy-index/src/main/java/org/apache/paimon/tantivy/index/TantivyFullTextGlobalIndexer.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@ public class TantivyFullTextGlobalIndexer implements GlobalIndexer {
Copy file name to clipboardExpand all lines: paimon-tantivy/paimon-tantivy-index/src/main/java/org/apache/paimon/tantivy/index/TantivyFullTextGlobalIndexerFactory.java
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,11 @@ public class TantivyFullTextGlobalIndexerFactory implements GlobalIndexerFactory
32
32
* Shared pool across all indexers created by this factory. This factory instance is a JVM-level
33
33
* singleton (loaded once via {@link java.util.ServiceLoader}), so the pool naturally survives
34
34
* across queries and scanners.
35
+
*
36
+
* <p>The pool is initialized lazily on the first {@link #create} call so that the pool size can
Copy file name to clipboardExpand all lines: paimon-tantivy/paimon-tantivy-index/src/main/java/org/apache/paimon/tantivy/index/TantivySearcherPool.java
0 commit comments