zhaih commented on code in PR #11881:
URL: https://github.com/apache/lucene/pull/11881#discussion_r1013684022
##
lucene/facet/src/java/org/apache/lucene/facet/DrillSidewaysScorer.java:
##
@@ -166,89 +160,158 @@ public int score(LeafCollector collector, Bits
acceptDocs, int min,
A-U commented on PR #816:
URL: https://github.com/apache/lucene/pull/816#issuecomment-1303067203
I tried to replace the `ThreadLocal` in `SolrQueryTimeoutImpl` with this new
`CloseableThreadLocal`, some of the test cases were timeout when reading the
DocValues. It still happened when switch
donnerpeter commented on PR #11893:
URL: https://github.com/apache/lucene/pull/11893#issuecomment-1303240921
I've realized that the entry cache should have a longer lifetime than
`checkCanceled`, so I moved the suggester stuff into a separate class (where I
also plan to add more optimizatio
dweiss commented on code in PR #11893:
URL: https://github.com/apache/lucene/pull/11893#discussion_r1013880109
##
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Suggester.java:
##
@@ -0,0 +1,221 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
donnerpeter commented on code in PR #11893:
URL: https://github.com/apache/lucene/pull/11893#discussion_r1013968050
##
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Suggester.java:
##
@@ -0,0 +1,221 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
msokolov merged PR #11899:
URL: https://github.com/apache/lucene/pull/11899
--
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: issues-unsubscr...@lucene.ap
msokolov closed issue #11896: TestLucene91HnswVectorsFormat reproducible failure
URL: https://github.com/apache/lucene/issues/11896
--
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 commen
msokolov commented on issue #11896:
URL: https://github.com/apache/lucene/issues/11896#issuecomment-1303544526
should be fixed; feel free to re-open if you see it happen again
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
gsmiller commented on code in PR #11881:
URL: https://github.com/apache/lucene/pull/11881#discussion_r1014106369
##
lucene/facet/src/java/org/apache/lucene/facet/DrillSidewaysScorer.java:
##
@@ -166,89 +160,158 @@ public int score(LeafCollector collector, Bits
acceptDocs, int m
gsmiller commented on code in PR #11881:
URL: https://github.com/apache/lucene/pull/11881#discussion_r1014106369
##
lucene/facet/src/java/org/apache/lucene/facet/DrillSidewaysScorer.java:
##
@@ -166,89 +160,158 @@ public int score(LeafCollector collector, Bits
acceptDocs, int m
dweiss commented on code in PR #11893:
URL: https://github.com/apache/lucene/pull/11893#discussion_r1014272956
##
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Suggester.java:
##
@@ -0,0 +1,221 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
11 matches
Mail list logo