dsmiley commented on a change in pull request #362:
URL: https://github.com/apache/lucene/pull/362#discussion_r734210117
##
File path:
lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/UnifiedHighlighter.java
##
@@ -1168,9 +1174,12 @@ public CacheHelper getReader
apanimesh061 commented on a change in pull request #362:
URL: https://github.com/apache/lucene/pull/362#discussion_r734204016
##
File path:
lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/UnifiedHighlighter.java
##
@@ -1168,9 +1174,12 @@ public CacheHelper getR
dsmiley commented on a change in pull request #362:
URL: https://github.com/apache/lucene/pull/362#discussion_r734203232
##
File path:
lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/UnifiedHighlighter.java
##
@@ -1168,9 +1174,12 @@ public CacheHelper getReader
apanimesh061 commented on a change in pull request #362:
URL: https://github.com/apache/lucene/pull/362#discussion_r734200431
##
File path:
lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/UnifiedHighlighter.java
##
@@ -1168,9 +1174,12 @@ public CacheHelper getR
dsmiley commented on pull request #362:
URL: https://github.com/apache/lucene/pull/362#issuecomment-949243034
I added your changes but made 3 edits:
* Removed your change to the randomized highlighter configuration. It was
working before; didn't need anything. Thus we want to continue
bruno-roustant commented on a change in pull request #404:
URL: https://github.com/apache/lucene/pull/404#discussion_r734048487
##
File path: lucene/core/src/java/org/apache/lucene/util/IntroSorter.java
##
@@ -35,51 +38,102 @@ public final void sort(int from, int to) {
qui
dweiss commented on a change in pull request #404:
URL: https://github.com/apache/lucene/pull/404#discussion_r734046039
##
File path: lucene/core/src/java/org/apache/lucene/util/IntroSorter.java
##
@@ -35,51 +38,102 @@ public final void sort(int from, int to) {
quicksort(f
bruno-roustant commented on a change in pull request #404:
URL: https://github.com/apache/lucene/pull/404#discussion_r734039059
##
File path: lucene/core/src/test/org/apache/lucene/util/SorterBenchmark.java
##
@@ -0,0 +1,129 @@
+/*
+ * Licensed to the Apache Software Foundation
bruno-roustant commented on a change in pull request #404:
URL: https://github.com/apache/lucene/pull/404#discussion_r734035237
##
File path: lucene/core/src/java/org/apache/lucene/util/IntroSorter.java
##
@@ -35,51 +38,102 @@ public final void sort(int from, int to) {
qui
[
https://issues.apache.org/jira/browse/LUCENE-10196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruno Roustant updated LUCENE-10196:
Description:
I added a SorterBenchmark to evaluate the performance of the various Sorter
[
https://issues.apache.org/jira/browse/LUCENE-10196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruno Roustant updated LUCENE-10196:
Comment: was deleted
(was: https://github.com/apache/lucene/pull/404)
> Improve IntroSor
dweiss commented on a change in pull request #404:
URL: https://github.com/apache/lucene/pull/404#discussion_r734017645
##
File path: lucene/core/src/java/org/apache/lucene/util/IntroSorter.java
##
@@ -35,51 +38,102 @@ public final void sort(int from, int to) {
quicksort(f
[
https://issues.apache.org/jira/browse/LUCENE-10196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432685#comment-17432685
]
Bruno Roustant commented on LUCENE-10196:
-
https://github.com/apache/lucene/pul
[
https://issues.apache.org/jira/browse/LUCENE-8739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432677#comment-17432677
]
Adrien Grand commented on LUCENE-8739:
--
You need to download
https://download.geon
[
https://issues.apache.org/jira/browse/LUCENE-10196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432670#comment-17432670
]
Bruno Roustant commented on LUCENE-10196:
-
Benchmark run to compare sorters imp
Bruno Roustant created LUCENE-10196:
---
Summary: Improve IntroSorter with 3-ways partitioning
Key: LUCENE-10196
URL: https://issues.apache.org/jira/browse/LUCENE-10196
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/LUCENE-8739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432590#comment-17432590
]
Praveen Nishchal commented on LUCENE-8739:
--
Hi Adrien,
Can you please help me
[
https://issues.apache.org/jira/browse/LUCENE-8739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432589#comment-17432589
]
Praveen Nishchal commented on LUCENE-8739:
--
Hi Mike,
-Dtests.nightly=true ran
janhoy commented on pull request #1435:
URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-948682201
@andreasbolstad Solr 11.0 is not far away. If you have the bandwidth to give
this PR a spin on main branch and verify that it works ok, then I'll make sure
it is merged in ti
[
https://issues.apache.org/jira/browse/LUCENE-10008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432518#comment-17432518
]
ASF subversion and git services commented on LUCENE-10008:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-10008.
-
Fix Version/s: 8.11
main (9.0)
Resolution: Fixed
Than
mikemccand merged pull request #2573:
URL: https://github.com/apache/lucene-solr/pull/2573
--
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-
[
https://issues.apache.org/jira/browse/LUCENE-8739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432506#comment-17432506
]
Adrien Grand commented on LUCENE-8739:
--
You might be interested in the new simple b
[
https://issues.apache.org/jira/browse/LUCENE-10165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432502#comment-17432502
]
Adrien Grand commented on LUCENE-10165:
---
Merging times for doc values went notice
[
https://issues.apache.org/jira/browse/LUCENE-10093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-10093.
-
Fix Version/s: main (9.0)
Resolution: Fixed
> TestTieredMergePolicy.test
[
https://issues.apache.org/jira/browse/LUCENE-10093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432495#comment-17432495
]
Michael McCandless commented on LUCENE-10093:
-
The above ^^ fix should reso
[
https://issues.apache.org/jira/browse/LUCENE-10093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432460#comment-17432460
]
ASF subversion and git services commented on LUCENE-10093:
--
Co
mikemccand merged pull request #375:
URL: https://github.com/apache/lucene/pull/375
--
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-unsubsc
mikemccand commented on pull request #375:
URL: https://github.com/apache/lucene/pull/375#issuecomment-948612756
> > gradlew clean only cleans active modules. packaging has been renamed and
no longer exists. Wipe all old cruft with:
> > git clean -xfd lucene
>
> Aha! Thermonuclear
[
https://issues.apache.org/jira/browse/LUCENE-8739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432444#comment-17432444
]
Michael McCandless commented on LUCENE-8739:
{quote}My codec passed all test
[
https://issues.apache.org/jira/browse/LUCENE-10165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432315#comment-17432315
]
ASF subversion and git services commented on LUCENE-10165:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-8739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432288#comment-17432288
]
Praveen Nishchal commented on LUCENE-8739:
--
Hi Mike,
My codec passed all test
jpountz commented on pull request #374:
URL: https://github.com/apache/lucene/pull/374#issuecomment-948349796
I didn't observe hotspot confusion when benchmarking locally but I'll be
watching nigthlies to check if they see something.
--
This is an automated message from the Apache Git Se
[
https://issues.apache.org/jira/browse/LUCENE-10165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-10165.
---
Fix Version/s: main (9.0)
Resolution: Fixed
> Implement Lucene90DocValuesProducer#ge
34 matches
Mail list logo