[GitHub] [lucene] zacharymorn commented on pull request #180: LUCENE-9959: Add non thread local based API for term vector reader usage

2021-07-01 Thread GitBox
zacharymorn commented on pull request #180: URL: https://github.com/apache/lucene/pull/180#issuecomment-872734403 > I agree that replacing `Fields` for a similar class `TermVectors` should be its own issue. > I love your naming proposals: TermVectorsReader and TermVectorsReaderBase! >

[jira] [Created] (LUCENE-10018) Remove Fields from TermVector reader related usage

2021-07-01 Thread Zach Chen (Jira)
Zach Chen created LUCENE-10018: -- Summary: Remove Fields from TermVector reader related usage Key: LUCENE-10018 URL: https://issues.apache.org/jira/browse/LUCENE-10018 Project: Lucene - Core Issu

[GitHub] [lucene] madrob opened a new pull request #200: LUCENE-10017 Less verbose exception on IndexFormatTooOld

2021-07-01 Thread GitBox
madrob opened a new pull request #200: URL: https://github.com/apache/lucene/pull/200 https://issues.apache.org/jira/browse/LUCENE-10017 -- 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 speci

[jira] [Commented] (LUCENE-10017) Do not check footers on Lucene7x segments when throwing IndexFormatTooOld

2021-07-01 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373102#comment-17373102 ] Mike Drob commented on LUCENE-10017: It looks like the actual index versions in the

[jira] [Commented] (LUCENE-10017) Do not check footers on Lucene7x segments when throwing IndexFormatTooOld

2021-07-01 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373075#comment-17373075 ] Mike Drob commented on LUCENE-10017: I'm not sure if this is "blocker" level but I

[jira] [Created] (LUCENE-10017) Do not check footers on Lucene7x segments when throwing IndexFormatTooOld

2021-07-01 Thread Mike Drob (Jira)
Mike Drob created LUCENE-10017: -- Summary: Do not check footers on Lucene7x segments when throwing IndexFormatTooOld Key: LUCENE-10017 URL: https://issues.apache.org/jira/browse/LUCENE-10017 Project: Luce

[jira] [Commented] (LUCENE-9964) FacetResult.labelValues.value is not accurate for duplicate labels in a document

2021-07-01 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373042#comment-17373042 ] Greg Miller commented on LUCENE-9964: - Merged. Thanks [~gworah]! Please remember to

[jira] [Commented] (LUCENE-9964) FacetResult.labelValues.value is not accurate for duplicate labels in a document

2021-07-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373041#comment-17373041 ] ASF subversion and git services commented on LUCENE-9964: - Commi

[GitHub] [lucene] gsmiller merged pull request #191: LUCENE-9964: Duplicate long values in a field should only be counted once when using SortedNumericDocValuesFields

2021-07-01 Thread GitBox
gsmiller merged pull request #191: URL: https://github.com/apache/lucene/pull/191 -- 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.

[jira] [Commented] (LUCENE-10016) VectorReader.search needs rethought, o.a.l.search integration?

2021-07-01 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373038#comment-17373038 ] Michael Sokolov commented on LUCENE-10016: -- > We can move it to a codec parame

[jira] [Commented] (LUCENE-9177) ICUNormalizer2CharFilter worst case is very slow

2021-07-01 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373020#comment-17373020 ] Michael Gibney commented on LUCENE-9177: Upon further investigation I actually d

[jira] [Updated] (LUCENE-9177) ICUNormalizer2CharFilter worst case is very slow

2021-07-01 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Gibney updated LUCENE-9177: --- Attachment: LUCENE-9177-benchmark-test.patch > ICUNormalizer2CharFilter worst case is very s

[GitHub] [lucene] magibney opened a new pull request #199: LUCENE-9177: ICUNormalizer2CharFilter streaming no longer depends on presence of normalization-inert characters

2021-07-01 Thread GitBox
magibney opened a new pull request #199: URL: https://github.com/apache/lucene/pull/199 Normalization-inert characters need not be required as boundaries for incremental processing. It is sufficient to check `hasBoundaryAfter` and `hasBoundaryBefore`, substantially improving worst-case

[jira] [Commented] (LUCENE-9855) Reconsider names for ANN related format and APIs

2021-07-01 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373011#comment-17373011 ] Michael Sokolov commented on LUCENE-9855: - # I agree this is a blocker - we don'

[GitHub] [lucene] rmuir commented on a change in pull request #191: LUCENE-9964: Duplicate long values in a field should only be counted once when using SortedNumericDocValuesFields

2021-07-01 Thread GitBox
rmuir commented on a change in pull request #191: URL: https://github.com/apache/lucene/pull/191#discussion_r662518800 ## File path: lucene/CHANGES.txt ## @@ -380,6 +380,9 @@ Bug Fixes - * LUCENE-9988: Fix DrillSideways correctness bug introduced in LUCENE

[GitHub] [lucene] gautamworah96 commented on a change in pull request #191: LUCENE-9964: Duplicate long values in a field should only be counted once when using SortedNumericDocValuesFields

2021-07-01 Thread GitBox
gautamworah96 commented on a change in pull request #191: URL: https://github.com/apache/lucene/pull/191#discussion_r662501756 ## File path: lucene/CHANGES.txt ## @@ -380,6 +380,9 @@ Bug Fixes - * LUCENE-9988: Fix DrillSideways correctness bug introduced i

[GitHub] [lucene] gsmiller commented on a change in pull request #191: LUCENE-9964: Duplicate long values in a field should only be counted once when using SortedNumericDocValuesFields

2021-07-01 Thread GitBox
gsmiller commented on a change in pull request #191: URL: https://github.com/apache/lucene/pull/191#discussion_r662494802 ## File path: lucene/CHANGES.txt ## @@ -380,6 +380,9 @@ Bug Fixes - * LUCENE-9988: Fix DrillSideways correctness bug introduced in LUC

[jira] [Commented] (LUCENE-9855) Reconsider names for ANN related format and APIs

2021-07-01 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17372978#comment-17372978 ] Julie Tibshirani commented on LUCENE-9855: -- Great idea to include both 'vector'

[jira] [Commented] (LUCENE-10014) docvalue writeBlock gcd encode improve

2021-07-01 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17372963#comment-17372963 ] Adrien Grand commented on LUCENE-10014: --- Good catch, this looks right. Could you

[GitHub] [lucene-solr] risdenk commented on pull request #2520: SOLR-15355 - Upgrade hadoop to version 3.2.2 to fix CVE

2021-07-01 Thread GitBox
risdenk commented on pull request #2520: URL: https://github.com/apache/lucene-solr/pull/2520#issuecomment-872398904 > The HttpServer2.java. It has been forked from hadoop and would not be compatible anymore with this new version. I’ve only patched what was necessary to make the code compi

[GitHub] [lucene] cpoerschke commented on a change in pull request #198: LUCENE-8638: remove deprecated Legacy*DocValues* classes in org.apache.lucene.codecs.memory package

2021-07-01 Thread GitBox
cpoerschke commented on a change in pull request #198: URL: https://github.com/apache/lucene/pull/198#discussion_r662379193 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/memory/LegacySortedSetDocValuesWrapper.java ## @@ -1,113 +0,0 @@ -/* - * Licensed to the Ap

[jira] [Commented] (LUCENE-8638) Remove deprecated code in master

2021-07-01 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17372864#comment-17372864 ] Christine Poerschke commented on LUCENE-8638: - I just opened https://github.

[GitHub] [lucene] cpoerschke opened a new pull request #198: LUCENE-8638: remove deprecated Legacy*DocValues* classes in org.apache.lucene.codecs.memory package

2021-07-01 Thread GitBox
cpoerschke opened a new pull request #198: URL: https://github.com/apache/lucene/pull/198 https://issues.apache.org/jira/browse/LUCENE-8638 -- 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 sp

[GitHub] [lucene] glawson0 commented on pull request #157: LUCENE-9963 Fix issue with FlattenGraphFilter throwing exceptions from holes

2021-07-01 Thread GitBox
glawson0 commented on pull request #157: URL: https://github.com/apache/lucene/pull/157#issuecomment-872219546 Failure is from random testing. It looks like I'm overthinking how to handle calculating the new output node in `recoverHole`. Since multiple graphs could look the same after dele

[jira] [Commented] (LUCENE-9229) Lucene web site broken links

2021-07-01 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17372691#comment-17372691 ] Jan Høydahl commented on LUCENE-9229: - I fixed Solr Resources page. Please see http

[jira] [Updated] (LUCENE-9229) Lucene web site broken links

2021-07-01 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated LUCENE-9229: Description: The new website is live, so I ran a dead-link checker on it to see if anything is br

[jira] [Updated] (LUCENE-9229) Lucene web site broken links

2021-07-01 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated LUCENE-9229: Description: The new website is live, so I ran a dead-link checker on it to see if anything is br

[GitHub] [lucene] cpoerschke opened a new pull request #197: remove no-longer-accurate sentence in TopTermsScoringBooleanQueryRewrite javadocs

2021-07-01 Thread GitBox
cpoerschke opened a new pull request #197: URL: https://github.com/apache/lucene/pull/197 https://github.com/apache/lucene/blob/834041f286e7b58aec8c06fb11c1ce999a7480d3/lucene/core/src/java/org/apache/lucene/search/MultiTermQuery.java#L122 says _"It is the default rewrite method for {@link