[GitHub] [lucene] apanimesh061 commented on a change in pull request #362: LUCENE-9431: UnifiedHighlighter WEIGHT_MATCHES is now true by default

2021-10-20 Thread GitBox
apanimesh061 commented on a change in pull request #362: URL: https://github.com/apache/lucene/pull/362#discussion_r733262920 ## File path: lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/UnifiedHighlighter.java ## @@ -1168,9 +1174,12 @@ public CacheHelper

[GitHub] [lucene] dnhatn merged pull request #403: LUCENE-10159: Do not run testHighOrdsSortedSetDV with SimpleTextCodec

2021-10-20 Thread GitBox
dnhatn merged pull request #403: URL: https://github.com/apache/lucene/pull/403 -- 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] [Resolved] (LUCENE-10174) Update buildAndPushRelease.py for new gradle build

2021-10-20 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-10174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved LUCENE-10174. -- Resolution: Fixed > Update buildAndPushRelease.py for new gradle build >

[GitHub] [lucene] dnhatn opened a new pull request #403: LUCENE-10159: Do not run testHighOrdsSortedSetDV with SimpleTextCodec

2021-10-20 Thread GitBox
dnhatn opened a new pull request #403: URL: https://github.com/apache/lucene/pull/403 Avoid running testHighOrdsSortedSetDV with SimpleTextCodec as it requires a lot of memory and the bug was with Lucene90 Codec. -- This is an automated message from the Apache Git Service. To respond to

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

2021-10-20 Thread GitBox
dweiss commented on pull request #358: URL: https://github.com/apache/lucene/pull/358#issuecomment-947960549 I looked it up. It does seem to be a widespread (and old) convention indeed. I think it'd be good to take it into account. Would it work for you to pass proxy settings via

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

2021-10-20 Thread GitBox
dweiss commented on pull request #358: URL: https://github.com/apache/lucene/pull/358#issuecomment-947955859 I don't live behind a proxy so I have no way of verifying this. What are "other tools", Rob? Is this really a convention? -- This is an automated message from the Apache Git

[GitHub] [lucene] rmuir commented on pull request #374: LUCENE-10165: Implement Lucene90DocValuesProducer#getMergeInstance.

2021-10-20 Thread GitBox
rmuir commented on pull request #374: URL: https://github.com/apache/lucene/pull/374#issuecomment-947898940 looks fine to me, as long as the bulk-decoding really gives speedup and doesn't regress anything (e.g. confuse hotspot). -- This is an automated message from the Apache Git

[jira] [Resolved] (LUCENE-10193) Cut over more array access to VarHandles

2021-10-20 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-10193. --- Fix Version/s: main (9.0) Resolution: Fixed > Cut over more array access to

[jira] [Resolved] (LUCENE-10189) Optimize SortedSet/SortedNumeric doc values writers for fields that are effectively single-valued

2021-10-20 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-10189. --- Fix Version/s: main (9.0) Resolution: Fixed > Optimize SortedSet/SortedNumeric doc

[jira] [Commented] (LUCENE-10189) Optimize SortedSet/SortedNumeric doc values writers for fields that are effectively single-valued

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

[GitHub] [lucene] jpountz merged pull request #399: LUCENE-10189: Optimize flush of doc-value fields that are effectively single-valued.

2021-10-20 Thread GitBox
jpountz merged pull request #399: URL: https://github.com/apache/lucene/pull/399 -- 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-10193) Cut over more array access to VarHandles

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

[GitHub] [lucene] jpountz merged pull request #402: LUCENE-10193: Cut over more array access to VarHandles.

2021-10-20 Thread GitBox
jpountz merged pull request #402: URL: https://github.com/apache/lucene/pull/402 -- 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-10147) KnnVectorQuery can produce negative scores

2021-10-20 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17431364#comment-17431364 ] Julie Tibshirani commented on LUCENE-10147: --- Thanks [~sokolov], that makes sense. >

[jira] [Commented] (LUCENE-10146) Add VectorSimilarityFunction.COSINE

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

[GitHub] [lucene] jtibshirani merged pull request #400: LUCENE-10146: Add note that dot product is preferred over cosine

2021-10-20 Thread GitBox
jtibshirani merged pull request #400: URL: https://github.com/apache/lucene/pull/400 -- 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 pull request #358: Add JAVA_OPTS to download the gradle-wrapper jar behind proxy.

2021-10-20 Thread GitBox
rmuir commented on pull request #358: URL: https://github.com/apache/lucene/pull/358#issuecomment-947767604 Is this not instead a bug in the `WrapperDownloader.java`, that it doesn't respect the conventional environment variables for proxy support (e.g. `http_proxy=`) when downloading?

[jira] [Created] (LUCENE-10195) Gradle build speed improvement

2021-10-20 Thread Jerome Prinet (Jira)
Jerome Prinet created LUCENE-10195: -- Summary: Gradle build speed improvement Key: LUCENE-10195 URL: https://issues.apache.org/jira/browse/LUCENE-10195 Project: Lucene - Core Issue Type:

[GitHub] [lucene] rmuir commented on a change in pull request #399: LUCENE-10189: Optimize flush of doc-value fields that are effectively single-valued.

2021-10-20 Thread GitBox
rmuir commented on a change in pull request #399: URL: https://github.com/apache/lucene/pull/399#discussion_r732860233 ## File path: lucene/core/src/java/org/apache/lucene/index/DocsWithFieldSet.java ## @@ -62,4 +62,9 @@ public long ramBytesUsed() { public DocIdSetIterator

[jira] [Created] (LUCENE-10194) Should IndexWriter buffer KNN vectors on disk?

2021-10-20 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10194: - Summary: Should IndexWriter buffer KNN vectors on disk? Key: LUCENE-10194 URL: https://issues.apache.org/jira/browse/LUCENE-10194 Project: Lucene - Core

[GitHub] [lucene] jpountz opened a new pull request #402: LUCENE-10193: Cut over more array access to VarHandles.

2021-10-20 Thread GitBox
jpountz opened a new pull request #402: URL: https://github.com/apache/lucene/pull/402 LZ4 is interesting because it used to read data in little-endian order even though Directory APIs were big endian. So most calls to LZ4 in backward-codecs have been changed to change the endianness

[jira] [Created] (LUCENE-10193) Cut over more array access to VarHandles

2021-10-20 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10193: - Summary: Cut over more array access to VarHandles Key: LUCENE-10193 URL: https://issues.apache.org/jira/browse/LUCENE-10193 Project: Lucene - Core Issue

[jira] [Commented] (LUCENE-10174) Update buildAndPushRelease.py for new gradle build

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

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

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

[jira] [Commented] (LUCENE-10182) TestRamUsageEstimator asserts trivial equality

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

[jira] [Commented] (LUCENE-9613) Create blocks for ords when it helps in Lucene80DocValuesFormat

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

[jira] [Commented] (LUCENE-10186) Maven artifacts built by gradle lack required META-INF content

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

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

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

[jira] [Commented] (LUCENE-10187) Reduce DirectWriter's padding to a minimum

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

[jira] [Commented] (LUCENE-10174) Update buildAndPushRelease.py for new gradle build

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

[jira] [Commented] (LUCENE-10180) Remove usage of lambdas in SegmentMerger?

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

[jira] [Commented] (LUCENE-10159) Index corruption: IndexOutOfBoundsException for doc values

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

[jira] [Commented] (LUCENE-10174) Update buildAndPushRelease.py for new gradle build

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

[GitHub] [lucene] janhoy merged pull request #401: LUCENE-10174 Speed up 'pushLocal'

2021-10-20 Thread GitBox
janhoy merged pull request #401: URL: https://github.com/apache/lucene/pull/401 -- 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-10147) KnnVectorQuery can produce negative scores

2021-10-20 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17431170#comment-17431170 ] Michael Sokolov commented on LUCENE-10147: -- [~julietibs]I don't have a link to the thread, but

[jira] [Commented] (LUCENE-10191) Optimize vector functions by precomputing magnitudes

2021-10-20 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17431166#comment-17431166 ] Robert Muir commented on LUCENE-10191: -- Also, talking about storing stuff differently makes it

[jira] [Commented] (LUCENE-10191) Optimize vector functions by precomputing magnitudes

2021-10-20 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17431160#comment-17431160 ] Robert Muir commented on LUCENE-10191: -- do we really need these slower functions? IMO the dot

[jira] [Commented] (LUCENE-10192) Drop third-party JARs from the binary distribution

2021-10-20 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-10192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17431085#comment-17431085 ] Jan Høydahl commented on LUCENE-10192: -- The wizard deals primarily with the process of building

[jira] [Resolved] (LUCENE-10187) Reduce DirectWriter's padding to a minimum

2021-10-20 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-10187. --- Fix Version/s: main (9.0) Resolution: Fixed > Reduce DirectWriter's padding to a

[jira] [Commented] (LUCENE-10187) Reduce DirectWriter's padding to a minimum

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

[GitHub] [lucene] jpountz merged pull request #398: LUCENE-10187: Reduce DirectWriter's padding.

2021-10-20 Thread GitBox
jpountz merged pull request #398: URL: https://github.com/apache/lucene/pull/398 -- 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-10084) Rewrite DocValuesFieldExistsQuery to a MatchAllDocsQuery when docCount == maxDoc

2021-10-20 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17431010#comment-17431010 ] Adrien Grand commented on LUCENE-10084: --- Please feel free to give it a try! > Rewrite

[jira] [Created] (LUCENE-10192) Drop third-party JARs from the binary distribution

2021-10-20 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-10192: Summary: Drop third-party JARs from the binary distribution Key: LUCENE-10192 URL: https://issues.apache.org/jira/browse/LUCENE-10192 Project: Lucene - Core