kaivalnp commented on PR #12590:
URL: https://github.com/apache/lucene/pull/12590#issuecomment-1741698784
The previous build failed because a comment wasn't formatted correctly:
```
* What went wrong:
Execution failed for task ':lucene:core:spotlessJavaCheck'.
> The following
gf2121 merged PR #12591:
URL: https://github.com/apache/lucene/pull/12591
--
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.apac
stefanvodita commented on issue #12585:
URL: https://github.com/apache/lucene/issues/12585#issuecomment-1741471016
> not try to modify the faceting module as-is, but rather spin up a new
"aggregations" module
I'm definitely leaning that way too right now. @Shradha26 and I were
consid
gsmiller commented on issue #12585:
URL: https://github.com/apache/lucene/issues/12585#issuecomment-1741276611
Yeah, this is a good callout. I ran into this when adding more flexibility
to association faceting a while back (making note that supporting, e.g., "min"
would require rethinking t
gf2121 opened a new pull request, #12610:
URL: https://github.com/apache/lucene/pull/12610
### Description
This PR proposes to use a more efficient way to compare bytes when
RadixSorter fallback to MergeSorter.
--
This is an automated message from the Apache Git Service.
To res
gf2121 commented on PR #12604:
URL: https://github.com/apache/lucene/pull/12604#issuecomment-1741082917
Here is the young GC statistics and allocation profile after
indexing`wikimedium10m` (without facets and dvs)
https://bytedance.feishu.cn/sheets/G5dwsdvZ7hOxXftyfDkcvUkYnqB";
data
Shradha26 commented on issue #12553:
URL: https://github.com/apache/lucene/issues/12553#issuecomment-1741079621
Thanks, Mike!
> What do you mean by an aggregation group? Is this like counting documents
that are either red or blue?
Yes, exactly.
> Do we need to do the low-lev
shubhamvishu commented on code in PR #12606:
URL: https://github.com/apache/lucene/pull/12606#discussion_r1341413183
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -420,13 +418,12 @@ public int count(Query query) throws IOException {
}
/**
-
shubhamvishu commented on code in PR #12606:
URL: https://github.com/apache/lucene/pull/12606#discussion_r1341413183
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -420,13 +418,12 @@ public int count(Query query) throws IOException {
}
/**
-
shubhamvishu commented on code in PR #12606:
URL: https://github.com/apache/lucene/pull/12606#discussion_r1341393303
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -420,13 +418,12 @@ public int count(Query query) throws IOException {
}
/**
-
shubhamvishu commented on code in PR #12606:
URL: https://github.com/apache/lucene/pull/12606#discussion_r1341393303
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -420,13 +418,12 @@ public int count(Query query) throws IOException {
}
/**
-
kaivalnp commented on code in PR #12590:
URL: https://github.com/apache/lucene/pull/12590#discussion_r1341368597
##
lucene/core/src/java/org/apache/lucene/search/AbstractKnnVectorQuery.java:
##
@@ -216,6 +216,10 @@ protected TopDocs exactSearch(LeafReaderContext context,
DocIdS
jpountz commented on code in PR #12591:
URL: https://github.com/apache/lucene/pull/12591#discussion_r1341368129
##
lucene/core/src/java/org/apache/lucene/util/StableStringSorter.java:
##
@@ -0,0 +1,80 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
javanna commented on PR #12606:
URL: https://github.com/apache/lucene/pull/12606#issuecomment-1740890009
Thanks for looking @shubhamvishu !
--
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 spe
gf2121 commented on code in PR #12591:
URL: https://github.com/apache/lucene/pull/12591#discussion_r1341354760
##
lucene/core/src/java/org/apache/lucene/util/StableStringSorter.java:
##
@@ -0,0 +1,80 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+
javanna commented on code in PR #12606:
URL: https://github.com/apache/lucene/pull/12606#discussion_r1341305002
##
lucene/core/src/test/org/apache/lucene/search/TestIndexSearcher.java:
##
Review Comment:
Yep.
--
This is an automated message from the Apache Git Service.
javanna commented on code in PR #12606:
URL: https://github.com/apache/lucene/pull/12606#discussion_r1341307528
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -420,13 +418,12 @@ public int count(Query query) throws IOException {
}
/**
- * Re
javanna commented on code in PR #12606:
URL: https://github.com/apache/lucene/pull/12606#discussion_r1341307014
##
lucene/core/src/java/org/apache/lucene/search/AbstractKnnVectorQuery.java:
##
@@ -79,10 +79,11 @@ public Query rewrite(IndexSearcher indexSearcher) throws
IOExcept
mikemccand commented on code in PR #12590:
URL: https://github.com/apache/lucene/pull/12590#discussion_r1341253190
##
lucene/core/src/java/org/apache/lucene/search/AbstractKnnVectorQuery.java:
##
@@ -216,6 +216,10 @@ protected TopDocs exactSearch(LeafReaderContext context,
DocI
cpoerschke merged PR #12609:
URL: https://github.com/apache/lucene/pull/12609
--
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.
cpoerschke merged PR #12605:
URL: https://github.com/apache/lucene/pull/12605
--
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.
jpountz commented on code in PR #12591:
URL: https://github.com/apache/lucene/pull/12591#discussion_r1341195931
##
lucene/core/src/java/org/apache/lucene/util/StableStringSorter.java:
##
@@ -0,0 +1,80 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
shubhamvishu commented on code in PR #12606:
URL: https://github.com/apache/lucene/pull/12606#discussion_r1341158559
##
lucene/core/src/test/org/apache/lucene/search/TestIndexSearcher.java:
##
Review Comment:
We should change the `assertNull ` to `assertNotNull` in `testGet
shubhamvishu commented on PR #12606:
URL: https://github.com/apache/lucene/pull/12606#issuecomment-1740631119
I really like this! This looks much more cleaner.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
cpoerschke commented on code in PR #12436:
URL: https://github.com/apache/lucene/pull/12436#discussion_r1341157051
##
lucene/core/src/java/org/apache/lucene/index/IndexingChain.java:
##
@@ -831,6 +837,20 @@ private static void verifyUnIndexedFieldType(String name,
IndexableFiel
cpoerschke commented on code in PR #12380:
URL: https://github.com/apache/lucene/pull/12380#discussion_r1341153435
##
lucene/suggest/src/java/org/apache/lucene/search/suggest/document/SuggestIndexSearcher.java:
##
@@ -67,14 +68,16 @@ public void suggest(CompletionQuery query,
T
cpoerschke opened a new pull request, #12609:
URL: https://github.com/apache/lucene/pull/12609
please see
https://github.com/apache/lucene/pull/12380#discussion_r1340380526 and
https://github.com/apache/lucene/pull/12380#discussion_r1340582160 for context
--
This is an automated message
shubhamvishu commented on code in PR #12606:
URL: https://github.com/apache/lucene/pull/12606#discussion_r1341149197
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -420,13 +418,12 @@ public int count(Query query) throws IOException {
}
/**
-
jpountz commented on PR #12382:
URL: https://github.com/apache/lucene/pull/12382#issuecomment-1740478404
This gave a good speedup to
[AndHighHigh](http://people.apache.org/~mikemccand/lucenebench/AndHighHigh.html)
on nightlies: +15%, but
[AndHighMed](http://people.apache.org/~mikemccand/lu
29 matches
Mail list logo