[GitHub] [lucene] jpountz commented on a change in pull request #361: LUCENE-10147: ensure that KnnVectorQuery scores are positive

2021-10-06 Thread GitBox
jpountz commented on a change in pull request #361: URL: https://github.com/apache/lucene/pull/361#discussion_r723852770 ## File path: lucene/core/src/java/org/apache/lucene/util/VectorUtil.java ## @@ -115,19 +115,23 @@ public static float squareDistance(float[] v1, float[]

[GitHub] [lucene] jpountz commented on a change in pull request #364: LUCENE-10154 NumericLeafComparator to define getPointValues

2021-10-06 Thread GitBox
jpountz commented on a change in pull request #364: URL: https://github.com/apache/lucene/pull/364#discussion_r723849356 ## File path: lucene/core/src/java/org/apache/lucene/search/comparators/NumericComparator.java ## @@ -130,12 +130,45 @@ public

[GitHub] [lucene] mayya-sharipova opened a new pull request #364: LUCENE-10154 NumericLeafComparator to define getPointValues

2021-10-06 Thread GitBox
mayya-sharipova opened a new pull request #364: URL: https://github.com/apache/lucene/pull/364 This patch adds getPointValues to NumericLeafComparatorsimilar how it has getNumericDocValues. Numeric Sort optimization with points relies on the assumption that points and doc

[jira] [Comment Edited] (LUCENE-10147) KnnVectorQuery can produce negative scores

2021-10-06 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17425286#comment-17425286 ] Julie Tibshirani edited comment on LUCENE-10147 at 10/7/21, 12:10 AM:

[jira] [Commented] (LUCENE-10147) KnnVectorQuery can produce negative scores

2021-10-06 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17425286#comment-17425286 ] Julie Tibshirani commented on LUCENE-10147: --- Good idea to make the update the docs when we

[GitHub] [lucene] jtibshirani commented on a change in pull request #361: LUCENE-10147: ensure that KnnVectorQuery scores are positive

2021-10-06 Thread GitBox
jtibshirani commented on a change in pull request #361: URL: https://github.com/apache/lucene/pull/361#discussion_r723760893 ## File path: lucene/core/src/test/org/apache/lucene/search/TestKnnVectorQuery.java ## @@ -204,6 +207,64 @@ public void testScore() throws IOException {

[GitHub] [lucene] rmuir opened a new pull request #363: LUCENE-10150: override readLongs() in ByteBuffersDataInput

2021-10-06 Thread GitBox
rmuir opened a new pull request #363: URL: https://github.com/apache/lucene/pull/363 Implement the bulk `readLongs()` with view buffers, consistent with how `readFloats()` is implemented today. This method is important for traversing the postings lists (PFOR decompression), and

[jira] [Updated] (LUCENE-10156) BlendedInfixSuggester incorrectly scores items with high and low weights

2021-10-06 Thread Aleksandr Popitich (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksandr Popitich updated LUCENE-10156: Description: After fix LUCENE-8343 BlendedInfixSuggester applies additional 1 /

[jira] [Updated] (LUCENE-10156) BlendedInfixSuggester incorrectly scores items with high and low weights

2021-10-06 Thread Aleksandr Popitich (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksandr Popitich updated LUCENE-10156: Description: After fix LUCENE-8343 BlendedInfixSuggester applies additional 1 /

[jira] [Created] (LUCENE-10156) BlendedInfixSuggester incorrectly scores items with high and low weights

2021-10-06 Thread Aleksandr Popitich (Jira)
Aleksandr Popitich created LUCENE-10156: --- Summary: BlendedInfixSuggester incorrectly scores items with high and low weights Key: LUCENE-10156 URL: https://issues.apache.org/jira/browse/LUCENE-10156

[jira] [Commented] (LUCENE-9431) UnifiedHighlighter: Make WEIGHT_MATCHES the default

2021-10-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17425235#comment-17425235 ] David Smiley commented on LUCENE-9431: -- Thanks Animesh!  There was a documentation aspect that

[GitHub] [lucene] dsmiley opened a new pull request #362: LUCENE-9431: UnifiedHighlighter WEIGHT_MATCHES is now true by default

2021-10-06 Thread GitBox
dsmiley opened a new pull request #362: URL: https://github.com/apache/lucene/pull/362 https://issues.apache.org/jira/browse/LUCENE-9431 -- 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

[jira] [Commented] (LUCENE-10150) ByteBuffersDataInput should override readLongs?

2021-10-06 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17425230#comment-17425230 ] Robert Muir commented on LUCENE-10150: -- Sorry about above typo on the issue number. Ignore that

[jira] [Commented] (LUCENE-10150) ByteBuffersDataInput should override readLongs?

2021-10-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17425226#comment-17425226 ] ASF subversion and git services commented on LUCENE-10150: -- Commit

[jira] [Resolved] (LUCENE-10149) ByteBuffersDataInput should override readShort/Int/Long

2021-10-06 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-10149. -- Resolution: Fixed Committed in ba75dc5e6bf7e90b8c40906ba8ca7b258a5b39c0 (sorry about typo

[jira] [Commented] (LUCENE-10147) KnnVectorQuery can produce negative scores

2021-10-06 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17425221#comment-17425221 ] Michael Sokolov commented on LUCENE-10147: -- OK, I went with convertToScore. I haven't done

[GitHub] [lucene] msokolov opened a new pull request #361: LUCENE-10147: ensure that KnnVectorQuery scores are positive

2021-10-06 Thread GitBox
msokolov opened a new pull request #361: URL: https://github.com/apache/lucene/pull/361 Adds VectorSimilarity.convertToScore and uses that to "normalize" scores in vector search() function before returning in TopDocs.scoreDocs..score -- This is an automated message from the Apache

[jira] [Commented] (LUCENE-10149) ByteBuffersDataInput should override readShort/Int/Long

2021-10-06 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17425208#comment-17425208 ] Robert Muir commented on LUCENE-10149: -- OK i investigated improving the testing, it is possible,

[GitHub] [lucene] rmuir opened a new pull request #360: LUCENE-10155: Refactor TestMultiMMap into a BaseChunkedDirectoryTestCase

2021-10-06 Thread GitBox
rmuir opened a new pull request #360: URL: https://github.com/apache/lucene/pull/360 BaseChunkedDirectoryTestCase is an extension of BaseDirectoryTestCase where the concrete test class instantiates with a specified chunk size. It then tries to test boundary conditions around all the

[jira] [Created] (LUCENE-10155) Refactor TestMultiMMap into a BaseChunkedDirectoryTestCase

2021-10-06 Thread Robert Muir (Jira)
Robert Muir created LUCENE-10155: Summary: Refactor TestMultiMMap into a BaseChunkedDirectoryTestCase Key: LUCENE-10155 URL: https://issues.apache.org/jira/browse/LUCENE-10155 Project: Lucene - Core

[GitHub] [lucene] dweiss commented on pull request #358: Add JAVA_OPTS to download the gradle-wrapper jar behind proxy.

2021-10-06 Thread GitBox
dweiss commented on pull request #358: URL: https://github.com/apache/lucene/pull/358#issuecomment-937056600 Dealing with this in scripts is nightmarish... but if you do want it then you should: - provide the defaults (empty string) if the variable is not defined, - modify all

[jira] [Commented] (LUCENE-9488) Update release process to work with Gradle.

2021-10-06 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17425178#comment-17425178 ] Dawid Weiss commented on LUCENE-9488: - Hi Jan. I've added collecting changes and maven artifacts...

[GitHub] [lucene] madrob commented on pull request #358: Add JAVA_OPTS to download the gradle-wrapper jar behind proxy.

2021-10-06 Thread GitBox
madrob commented on pull request #358: URL: https://github.com/apache/lucene/pull/358#issuecomment-936805007 Thanks for this patch! Can you please also update gradlew.bat? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [lucene] balmukundblr opened a new pull request #358: Add JAVA_OPTS to download the gradle-wrapper jar behind proxy.

2021-10-06 Thread GitBox
balmukundblr opened a new pull request #358: URL: https://github.com/apache/lucene/pull/358 # Description Lucene uses a custom WrapperDownloader to download the gradle-wrapper jar file. The call is made via a script here:

[GitHub] [lucene] cpoerschke commented on a change in pull request #355: LUCENE-9997 Revisit smoketester for 9.0 build

2021-10-06 Thread GitBox
cpoerschke commented on a change in pull request #355: URL: https://github.com/apache/lucene/pull/355#discussion_r723514273 ## File path: dev-tools/scripts/smokeTestRelease.py ## @@ -658,97 +616,41 @@ def verifyUnpacked(java, project, artifact, unpackPath, gitRevision,

[jira] [Commented] (LUCENE-10153) More speedups for operations on byte[] via VarHandles

2021-10-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17425102#comment-17425102 ] ASF subversion and git services commented on LUCENE-10153: -- Commit

[GitHub] [lucene] jpountz merged pull request #357: LUCENE-10153: Speed up BKDWriter using VarHandles.

2021-10-06 Thread GitBox
jpountz merged pull request #357: URL: https://github.com/apache/lucene/pull/357 -- 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:

[jira] [Commented] (LUCENE-9325) Sort and SortField are not immutable

2021-10-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17425063#comment-17425063 ] ASF subversion and git services commented on LUCENE-9325: - Commit

[GitHub] [lucene] romseygeek merged pull request #338: LUCENE-9325: Make Sort final

2021-10-06 Thread GitBox
romseygeek merged pull request #338: URL: https://github.com/apache/lucene/pull/338 -- 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:

[GitHub] [lucene] romseygeek commented on a change in pull request #338: LUCENE-9325: Make Sort final

2021-10-06 Thread GitBox
romseygeek commented on a change in pull request #338: URL: https://github.com/apache/lucene/pull/338#discussion_r72909 ## File path: lucene/CHANGES.txt ## @@ -153,7 +153,9 @@ API Changes * LUCENE-10115: Add an extension point, BaseQueryParser#getFuzzyDistance, to allow

[jira] [Created] (LUCENE-10154) NumericLeafComparator to define getPointValues

2021-10-06 Thread Mayya Sharipova (Jira)
Mayya Sharipova created LUCENE-10154: Summary: NumericLeafComparator to define getPointValues Key: LUCENE-10154 URL: https://issues.apache.org/jira/browse/LUCENE-10154 Project: Lucene - Core

[GitHub] [lucene] danmuzi commented on a change in pull request #338: LUCENE-9325: Make Sort final

2021-10-06 Thread GitBox
danmuzi commented on a change in pull request #338: URL: https://github.com/apache/lucene/pull/338#discussion_r723295887 ## File path: lucene/CHANGES.txt ## @@ -153,7 +153,9 @@ API Changes * LUCENE-10115: Add an extension point, BaseQueryParser#getFuzzyDistance, to allow

[GitHub] [lucene] jpountz commented on a change in pull request #357: LUCENE-10153: Speed up BKDWriter using VarHandles.

2021-10-06 Thread GitBox
jpountz commented on a change in pull request #357: URL: https://github.com/apache/lucene/pull/357#discussion_r723290327 ## File path: lucene/core/src/java/org/apache/lucene/util/ArrayUtil.java ## @@ -694,4 +694,81 @@ public static int compareUnsigned4(byte[] a, int aOffset,

[GitHub] [lucene] rmuir commented on a change in pull request #357: LUCENE-10153: Speed up BKDWriter using VarHandles.

2021-10-06 Thread GitBox
rmuir commented on a change in pull request #357: URL: https://github.com/apache/lucene/pull/357#discussion_r723259603 ## File path: lucene/core/src/java/org/apache/lucene/util/ArrayUtil.java ## @@ -694,4 +694,81 @@ public static int compareUnsigned4(byte[] a, int aOffset,

[GitHub] [lucene] jpountz commented on a change in pull request #357: LUCENE-10153: Speed up BKDWriter using VarHandles.

2021-10-06 Thread GitBox
jpountz commented on a change in pull request #357: URL: https://github.com/apache/lucene/pull/357#discussion_r723240957 ## File path: lucene/core/src/java/org/apache/lucene/util/ArrayUtil.java ## @@ -694,4 +694,81 @@ public static int compareUnsigned4(byte[] a, int aOffset,

[GitHub] [lucene] janhoy commented on pull request #356: LUCENE-10152 Fix sha512 file syntax

2021-10-06 Thread GitBox
janhoy commented on pull request #356: URL: https://github.com/apache/lucene/pull/356#issuecomment-936116661 Thanks for the review @dweiss - one step closer to a smooth 9.0 release :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (LUCENE-10152) Clean up artifact signing and publishing

2021-10-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424952#comment-17424952 ] ASF subversion and git services commented on LUCENE-10152: -- Commit

[GitHub] [lucene] janhoy merged pull request #356: LUCENE-10152 Fix sha512 file syntax

2021-10-06 Thread GitBox
janhoy merged pull request #356: URL: https://github.com/apache/lucene/pull/356 -- 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:

[GitHub] [lucene] rmuir commented on a change in pull request #357: LUCENE-10153: Speed up BKDWriter using VarHandles.

2021-10-06 Thread GitBox
rmuir commented on a change in pull request #357: URL: https://github.com/apache/lucene/pull/357#discussion_r723176939 ## File path: lucene/core/src/java/org/apache/lucene/util/ArrayUtil.java ## @@ -694,4 +694,81 @@ public static int compareUnsigned4(byte[] a, int aOffset,

[GitHub] [lucene] janhoy commented on pull request #356: LUCENE-10152 Fix sha512 file syntax

2021-10-06 Thread GitBox
janhoy commented on pull request #356: URL: https://github.com/apache/lucene/pull/356#issuecomment-936110866 For reference, see https://en.wikipedia.org/wiki/Md5sum where it mentions > There must be two spaces or a space and an asterisk between each md5sum value and filename to be

[GitHub] [lucene] janhoy commented on a change in pull request #356: LUCENE-10152 Fix sha512 file syntax

2021-10-06 Thread GitBox
janhoy commented on a change in pull request #356: URL: https://github.com/apache/lucene/pull/356#discussion_r723172070 ## File path: gradle/publishing/distribution.gradle ## @@ -22,7 +22,7 @@ allprojects { def checksum = { outputs.files.each { File file

[GitHub] [lucene] rmuir commented on a change in pull request #357: LUCENE-10153: Speed up BKDWriter using VarHandles.

2021-10-06 Thread GitBox
rmuir commented on a change in pull request #357: URL: https://github.com/apache/lucene/pull/357#discussion_r723158701 ## File path: lucene/core/src/java/org/apache/lucene/util/ArrayUtil.java ## @@ -694,4 +694,81 @@ public static int compareUnsigned4(byte[] a, int aOffset,

[GitHub] [lucene] dweiss commented on a change in pull request #356: LUCENE-10152 Fix sha512 file syntax

2021-10-06 Thread GitBox
dweiss commented on a change in pull request #356: URL: https://github.com/apache/lucene/pull/356#discussion_r723143837 ## File path: gradle/publishing/distribution.gradle ## @@ -22,7 +22,7 @@ allprojects { def checksum = { outputs.files.each { File file

[jira] [Commented] (LUCENE-10152) Clean up artifact signing and publishing

2021-10-06 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424940#comment-17424940 ] Dawid Weiss commented on LUCENE-10152: -- This missing '*' seems to be implementation-dependent; gnu

[GitHub] [lucene] jpountz commented on pull request #357: LUCENE-10153: Speed up BKDWriter using VarHandles.

2021-10-06 Thread GitBox
jpountz commented on pull request #357: URL: https://github.com/apache/lucene/pull/357#issuecomment-936016565 I like that BKDConfig today only records data (bytesPerDim, etc.) rather than logic (how to compare byte[] arrays), so I have a bias towards keeping things as they are today. --

[jira] [Commented] (LUCENE-9488) Update release process to work with Gradle.

2021-10-06 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424931#comment-17424931 ] Dawid Weiss commented on LUCENE-9488: - Yep. We already do some of the work pushing nightly builds.

[jira] [Commented] (LUCENE-9488) Update release process to work with Gradle.

2021-10-06 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424925#comment-17424925 ] Jan Høydahl commented on LUCENE-9488: - Think the ant build uses Maven Ant task to do the job, so

[GitHub] [lucene] iverase commented on pull request #357: LUCENE-10153: Speed up BKDWriter using VarHandles.

2021-10-06 Thread GitBox
iverase commented on pull request #357: URL: https://github.com/apache/lucene/pull/357#issuecomment-935961662 I am not worry about object creation but because we always call it with the same parameter (config.bytesPerDim), it seems to belong to config. -- This is an automated message

[GitHub] [lucene-solr] janhoy commented on a change in pull request #1435: SOLR-14410: Switch from SysV init script to systemd service file

2021-10-06 Thread GitBox
janhoy commented on a change in pull request #1435: URL: https://github.com/apache/lucene-solr/pull/1435#discussion_r723118782 ## File path: solr/bin/install_solr_service.sh ## @@ -229,21 +229,21 @@ if [ -z "$SOLR_UPGRADE" ]; then fi if [ ! "$SOLR_UPGRADE" = "YES" ]; then

[jira] [Commented] (LUCENE-9488) Update release process to work with Gradle.

2021-10-06 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424919#comment-17424919 ] Dawid Weiss commented on LUCENE-9488: - Right. So it's the same thing as with Sonatype's Nexus (OSS)

[GitHub] [lucene-solr] janhoy commented on pull request #1435: SOLR-14410: Switch from SysV init script to systemd service file

2021-10-06 Thread GitBox
janhoy commented on pull request #1435: URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-935942553 @andreasbolstad As you may see, this PR is rather old, and it is also against the old git repo. So if anyone would care to bring it up to date and make a new PR against

[jira] [Commented] (LUCENE-9488) Update release process to work with Gradle.

2021-10-06 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424913#comment-17424913 ] Jan Høydahl commented on LUCENE-9488: - The release Wizard says this:

[GitHub] [lucene] iverase edited a comment on pull request #7: LUCENE-9820: Separate logic for reading the BKD index from logic to intersecting it

2021-10-06 Thread GitBox
iverase edited a comment on pull request #7: URL: https://github.com/apache/lucene/pull/7#issuecomment-935900865 -- 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

[GitHub] [lucene] iverase commented on pull request #7: LUCENE-9820: Separate logic for reading the BKD index from logic to intersecting it

2021-10-06 Thread GitBox
iverase commented on pull request #7: URL: https://github.com/apache/lucene/pull/7#issuecomment-935900865 > Would it be easy/cheap to know the accurate count? Actually I think we can do it pretty cheap taking into account that now we always build an unbalance tree and we can assume

[GitHub] [lucene] jpountz commented on pull request #357: LUCENE-10153: Speed up BKDWriter using VarHandles.

2021-10-06 Thread GitBox
jpountz commented on pull request #357: URL: https://github.com/apache/lucene/pull/357#issuecomment-93589 I agree that improved readability is a nice side-effect. I don't know if this actually triggers object creations since we are returning references to existing methods, do you know

[GitHub] [lucene] jpountz commented on pull request #7: LUCENE-9820: Separate logic for reading the BKD index from logic to intersecting it

2021-10-06 Thread GitBox
jpountz commented on pull request #7: URL: https://github.com/apache/lucene/pull/7#issuecomment-935886196 > Currently we might return a size that is bigger that the number of points. Should we modified the method to return the exact number of points all the time or change the contract of

[GitHub] [lucene] jpountz merged pull request #350: LUCENE-10182: No longer check dvGen.

2021-10-06 Thread GitBox
jpountz merged pull request #350: URL: https://github.com/apache/lucene/pull/350 -- 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:

[GitHub] [lucene] jpountz commented on pull request #350: LUCENE-10182: Specialize FieldSchema#assertSame for longs.

2021-10-06 Thread GitBox
jpountz commented on pull request #350: URL: https://github.com/apache/lucene/pull/350#issuecomment-935862391 Actually there is an even simpler fix: the only long is `dvGen` which we don't need to check since it's always -1. I'll update the PR description accordingly. -- This is an

[jira] [Commented] (LUCENE-10153) More speedups for operations on byte[] via VarHandles

2021-10-06 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424878#comment-17424878 ] Adrien Grand commented on LUCENE-10153: --- I opened a PR that gives me a ~6% speedup on points

[jira] [Updated] (LUCENE-10153) More speedups for operations on byte[] via VarHandles

2021-10-06 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-10153: -- Description: LUCENE-10145 leveraged VarHandles to speed up unsigned comparisons of byte[4]

[GitHub] [lucene] jpountz opened a new pull request #357: LUCENE-10153: Speed up BKDWriter using VarHandles.

2021-10-06 Thread GitBox
jpountz opened a new pull request #357: URL: https://github.com/apache/lucene/pull/357 See https://issues.apache.org/jira/browse/LUCENE-10153. -- 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

[GitHub] [lucene] iverase commented on pull request #7: LUCENE-9820: Separate logic for reading the BKD index from logic to intersecting it

2021-10-06 Thread GitBox
iverase commented on pull request #7: URL: https://github.com/apache/lucene/pull/7#issuecomment-935815211 I run another iteration on this patch as I was noticing that this version was consistently slower than the current version. I think the issue was the way we were handling adding all

[jira] [Comment Edited] (LUCENE-10152) Clean up artifact signing and publishing

2021-10-06 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-10152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424862#comment-17424862 ] Jan Høydahl edited comment on LUCENE-10152 at 10/6/21, 9:14 AM: Found a

[GitHub] [lucene] janhoy opened a new pull request #356: LUCENE-10152 Fix sha512 file syntax

2021-10-06 Thread GitBox
janhoy opened a new pull request #356: URL: https://github.com/apache/lucene/pull/356 https://issues.apache.org/jira/browse/LUCENE-10152 -- 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

[jira] [Commented] (LUCENE-9488) Update release process to work with Gradle.

2021-10-06 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424863#comment-17424863 ] Dawid Weiss commented on LUCENE-9488: - I can add the assembly of these maven files tonight. I'd

[jira] [Commented] (LUCENE-10152) Clean up artifact signing and publishing

2021-10-06 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-10152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424862#comment-17424862 ] Jan Høydahl commented on LUCENE-10152: -- Found a bug in the {{.sha512}} file generation - the file

[jira] [Commented] (LUCENE-9488) Update release process to work with Gradle.

2021-10-06 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424859#comment-17424859 ] Jan Høydahl commented on LUCENE-9488: - Ok, guess that will also be part of LUCENE-10152 then. I have

[jira] [Commented] (LUCENE-9488) Update release process to work with Gradle.

2021-10-06 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424857#comment-17424857 ] Dawid Weiss commented on LUCENE-9488: - Jan, do you know the process by which maven artifacts are

[GitHub] [lucene-solr] andreasbolstad commented on pull request #1435: SOLR-14410: Switch from SysV init script to systemd service file

2021-10-06 Thread GitBox
andreasbolstad commented on pull request #1435: URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-935792533 Is this going to be merged soon? I would have greatly appreciated not having had to set up my own service file, and I think others will too. -- This is an

[jira] [Commented] (LUCENE-9488) Update release process to work with Gradle.

2021-10-06 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424853#comment-17424853 ] Dawid Weiss commented on LUCENE-9488: - I added this "maven-local" for just verifying what's being

[jira] [Commented] (LUCENE-9488) Update release process to work with Gradle.

2021-10-06 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424850#comment-17424850 ] Jan Høydahl commented on LUCENE-9488: - The old ant target 'prepare-release' invokes the targets

[jira] [Created] (LUCENE-10153) More speedups for operations on byte[] via VarHandles

2021-10-06 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10153: - Summary: More speedups for operations on byte[] via VarHandles Key: LUCENE-10153 URL: https://issues.apache.org/jira/browse/LUCENE-10153 Project: Lucene - Core

[jira] [Commented] (LUCENE-9997) Revisit smoketester for 9.0 build

2021-10-06 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424837#comment-17424837 ] Jan Høydahl commented on LUCENE-9997: - I have started on the smoketester in

[GitHub] [lucene] janhoy opened a new pull request #355: LUCENE-9997 Revisit smoketester for 9.0 build

2021-10-06 Thread GitBox
janhoy opened a new pull request #355: URL: https://github.com/apache/lucene/pull/355 https://issues.apache.org/jira/browse/LUCENE-9997 This PR mostly removes solr specific tests, but also * Fix some python formatting, such as two LF before methods * Initialize non-initialized

[GitHub] [lucene] dweiss commented on pull request #353: LUCENE-9488 Assemble source tar, with checksum and signing

2021-10-06 Thread GitBox
dweiss commented on pull request #353: URL: https://github.com/apache/lucene/pull/353#issuecomment-935660694 Thanks @janhoy ! -- 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

[jira] [Commented] (LUCENE-10145) Use VarHandles to speedup byte[] comparisons in some cases

2021-10-06 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424812#comment-17424812 ] Adrien Grand commented on LUCENE-10145: --- There's also a nice ~7% speedup for box filters on the