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!
>
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
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
[
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
[
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
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
[
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
[
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
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.
[
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
[
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
[
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
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
[
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'
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
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
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
[
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'
[
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
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
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
[
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.
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
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
[
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
[
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
[
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
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
28 matches
Mail list logo