uschindler commented on PR #12033:
URL: https://github.com/apache/lucene/pull/12033#issuecomment-1364516210
> I assume that older JDK support will be eagerly cleaned up? Say only
provide support for JDK N and JDK N+1. So the currently shipping JDK and the
one in development. Thus limiting t
jpountz opened a new pull request, #12037:
URL: https://github.com/apache/lucene/pull/12037
This iterates on #399 to also optimize the case when an index sort is
configured. When cutting over the NYC taxis benchmark to the new numeric fields,
[flush
times](http://people.apache.org/~mikem
rmuir opened a new pull request, #12038:
URL: https://github.com/apache/lucene/pull/12038
Lucene's replicator/ module has really two replication APIs: NRT and the
older non-NRT.
The NRT replication is nice, it is actually JUST an API, hence there's no
network support or anything like
rmuir commented on PR #12038:
URL: https://github.com/apache/lucene/pull/12038#issuecomment-1364546284
This PR is for `main` branch only. For 9.x i would only push `@deprecated`
and `@Deprecated` tags.
--
This is an automated message from the Apache Git Service.
To respond to the message,
jpountz opened a new pull request, #12039:
URL: https://github.com/apache/lucene/pull/12039
They currently call `Arrays#sort`, which incurs a tiny bit of overhead due
to range checks and some logic to determine the optimal sorting algorithm to
use depending on the number of values. We can s
ErikPelli commented on code in PR #12036:
URL: https://github.com/apache/lucene/pull/12036#discussion_r1056874550
##
lucene/core/src/java/org/apache/lucene/geo/GeoUtils.java:
##
@@ -205,13 +205,7 @@ static boolean within90LonDegrees(double lon, double
minLon, double maxLon) {
rmuir commented on code in PR #12036:
URL: https://github.com/apache/lucene/pull/12036#discussion_r1056883193
##
lucene/core/src/java/org/apache/lucene/geo/GeoUtils.java:
##
@@ -205,13 +205,7 @@ static boolean within90LonDegrees(double lon, double
minLon, double maxLon) {
pu
mdmarshmallow commented on PR #11958:
URL: https://github.com/apache/lucene/pull/11958#issuecomment-1364622450
Added the java docs and the CHANGES.txt entry.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
twosom opened a new pull request, #12040:
URL: https://github.com/apache/lucene/pull/12040
### Description
some cleanups (typos, use Java17 feature , improving readability)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G