[
https://issues.apache.org/jira/browse/LUCENE-10616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562072#comment-17562072
]
Adrien Grand commented on LUCENE-10616:
---
Thanks [~joe hou] for giving it a try! T
jpountz commented on code in PR #996:
URL: https://github.com/apache/lucene/pull/996#discussion_r912762338
##
lucene/test-framework/src/java/org/apache/lucene/tests/util/LuceneTestCase.java:
##
@@ -2033,6 +2034,15 @@ protected LeafSlice[] slices(List
leaves) {
}
r
jpountz commented on code in PR #996:
URL: https://github.com/apache/lucene/pull/996#discussion_r912762557
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -85,7 +85,11 @@ public class IndexSearcher {
private static QueryCache DEFAULT_QUERY_CACHE;
Adrien Grand created LUCENE-10640:
-
Summary: Can TimeLimitingBulkScorer exponentially grow the window
size?
Key: LUCENE-10640
URL: https://issues.apache.org/jira/browse/LUCENE-10640
Project: Lucene -
Adrien Grand created LUCENE-10641:
-
Summary: IndexSearcher#setTimeout should also abort query
rewrites, point ranges and vector searches
Key: LUCENE-10641
URL: https://issues.apache.org/jira/browse/LUCENE-10641
mikemccand commented on issue #1:
URL:
https://github.com/apache/lucene-jira-archive/issues/1#issuecomment-1173701233
> I found at least one test issue in the test repo
https://github.com/mocobeta/sandbox-lucene-10557/issues appears in google's top
search result. I didn't think it happens
mocobeta commented on issue #1:
URL:
https://github.com/apache/lucene-jira-archive/issues/1#issuecomment-1173755435
```
Disallow: /*/forks
```
I think the first wildcard `*` would match all repository names. It looks
like this entry disallows crawling the forked repository list pag
mocobeta commented on issue #1:
URL:
https://github.com/apache/lucene-jira-archive/issues/1#issuecomment-1173774134
ah ok, `/*/forks` should match any path that includes "forks" after the
second `/`.
I'll change the repository name if it's needed; for now, there seems no
substantial ba
mocobeta commented on issue #1:
URL:
https://github.com/apache/lucene-jira-archive/issues/1#issuecomment-1173841068
I reviewed several hundreds of issues in the latest test migration. The
conversion errors are not uncommon and readers would often have to go back to
Jira to reach correct/or
msokolov commented on code in PR #996:
URL: https://github.com/apache/lucene/pull/996#discussion_r913038692
##
lucene/test-framework/src/java/org/apache/lucene/tests/util/LuceneTestCase.java:
##
@@ -2033,6 +2034,15 @@ protected LeafSlice[] slices(List
leaves) {
}
[
https://issues.apache.org/jira/browse/LUCENE-10151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562216#comment-17562216
]
ASF subversion and git services commented on LUCENE-10151:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562219#comment-17562219
]
Adrien Grand commented on LUCENE-10151:
---
bq. I've merged this now to main and bac
jpountz merged PR #996:
URL: https://github.com/apache/lucene/pull/996
--
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.apache.
stefanvodita opened a new pull request, #1004:
URL: https://github.com/apache/lucene/pull/1004
Replace all usages of `SortedSetDocValues.NO_MORE_ORDS` in tests and start
using `SortedSetDocValues.docValueCount()`.
Jira: https://issues.apache.org/jira/browse/LUCENE-10603
--
This
[
https://issues.apache.org/jira/browse/LUCENE-10603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562230#comment-17562230
]
Stefan Vodita commented on LUCENE-10603:
Hi Greg! I thought I'd help out.
[Her
jpountz opened a new pull request, #1005:
URL: https://github.com/apache/lucene/pull/1005
`BlockMaxMaxscoreScorer` would previously compute the score twice for
essential
scorers.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
jpountz commented on PR #1005:
URL: https://github.com/apache/lucene/pull/1005#issuecomment-1174000758
luceneutil on `wikimedium10m` seems to confirm that this gives a noticeable
speedup to disjunctions:
```
TaskQPS baseline StdDevQPS
my_modified_v
jpountz commented on code in PR #907:
URL: https://github.com/apache/lucene/pull/907#discussion_r900220890
##
lucene/core/src/java/org/apache/lucene/index/CheckIndex.java:
##
@@ -1378,7 +1378,7 @@ private static Status.TermIndexStatus checkFields(
computedFieldCount++;
[
https://issues.apache.org/jira/browse/LUCENE-10151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562247#comment-17562247
]
Adrien Grand commented on LUCENE-10151:
---
For reference, I opened new JIRA issues
zacharymorn commented on code in PR #1005:
URL: https://github.com/apache/lucene/pull/1005#discussion_r913203251
##
lucene/core/src/java/org/apache/lucene/search/BlockMaxMaxscoreScorer.java:
##
@@ -35,11 +34,13 @@ class BlockMaxMaxscoreScorer extends Scorer {
// heap of score
zacharymorn commented on code in PR #1005:
URL: https://github.com/apache/lucene/pull/1005#discussion_r913207313
##
lucene/core/src/java/org/apache/lucene/search/BlockMaxMaxscoreScorer.java:
##
@@ -248,6 +251,17 @@ public long cost() {
@Override
public boolean ma
[
https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562266#comment-17562266
]
ASF subversion and git services commented on LUCENE-10480:
--
Co
zacharymorn merged PR #1002:
URL: https://github.com/apache/lucene/pull/1002
--
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.a
23 matches
Mail list logo