Rahul Goswami created LUCENE-9889:
-
Summary: Lucene (unexpected ) fsync on existing segments
Key: LUCENE-9889
URL: https://issues.apache.org/jira/browse/LUCENE-9889
Project: Lucene - Core
Iss
[
https://issues.apache.org/jira/browse/LUCENE-9385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17310071#comment-17310071
]
Zach Chen commented on LUCENE-9385:
---
Hi Michael, I have created a new PR for backporti
zacharymorn opened a new pull request #2471:
URL: https://github.com/apache/lucene-solr/pull/2471
This PR backports changes from https://github.com/apache/lucene/pull/25 into
Lucene 8x
I have run `ant clean; ant precommit; ant test` to validate the changes.
--
This is an automate
[
https://issues.apache.org/jira/browse/LUCENE-9385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17309995#comment-17309995
]
Zach Chen commented on LUCENE-9385:
---
Sure Michael, let me give that a try!
> Skip ind
zacharymorn commented on a change in pull request #25:
URL: https://github.com/apache/lucene/pull/25#discussion_r602745425
##
File path: lucene/facet/src/java/org/apache/lucene/facet/FacetsConfig.java
##
@@ -168,14 +203,34 @@ public synchronized void setIndexFieldName(String
d
[
https://issues.apache.org/jira/browse/LUCENE-9385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17309993#comment-17309993
]
Michael McCandless commented on LUCENE-9385:
Thanks [~zacharymorn]! I pushe
zacharymorn commented on pull request #25:
URL: https://github.com/apache/lucene/pull/25#issuecomment-808759691
> This looks awesome! Thank you for fixing all the silly `ft` and `cp` names
too!
Thanks for the review and approval!
--
This is an automated message from the Apache Git
[
https://issues.apache.org/jira/browse/LUCENE-9385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17309992#comment-17309992
]
ASF subversion and git services commented on LUCENE-9385:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17309991#comment-17309991
]
ASF subversion and git services commented on LUCENE-9385:
-
Commi
mikemccand merged pull request #25:
URL: https://github.com/apache/lucene/pull/25
--
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.
For queries about this service, please c
mikemccand commented on a change in pull request #25:
URL: https://github.com/apache/lucene/pull/25#discussion_r602739378
##
File path: lucene/facet/src/java/org/apache/lucene/facet/FacetsConfig.java
##
@@ -168,14 +203,34 @@ public synchronized void setIndexFieldName(String
di
mikemccand opened a new pull request #49:
URL: https://github.com/apache/lucene/pull/49
# Description
Re-instating some long dead code in `CheckIndex` to verify `indexSort` is
consistent across segments.
# Solution
Re-instate just removed dead code, but move
[
https://issues.apache.org/jira/browse/LUCENE-9888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17309981#comment-17309981
]
Robert Muir commented on LUCENE-9888:
-
yeah this is a wtf that checker found. i mech
[
https://issues.apache.org/jira/browse/LUCENE-9888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-9888:
---
Summary: Re-instate CheckIndex's attempts to confirm index sort is
consistent across
[
https://issues.apache.org/jira/browse/LUCENE-9888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17309978#comment-17309978
]
Michael McCandless commented on LUCENE-9888:
It's awesome when improved stat
Michael McCandless created LUCENE-9888:
--
Summary: Re-instead CheckIndex's attempts to confirm index sort is
consistent across all segments
Key: LUCENE-9888
URL: https://issues.apache.org/jira/browse/LUCENE-98
[
https://issues.apache.org/jira/browse/LUCENE-9888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless reassigned LUCENE-9888:
--
Assignee: Michael McCandless
> Re-instead CheckIndex's attempts to confirm in
[
https://issues.apache.org/jira/browse/LUCENE-9878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17309974#comment-17309974
]
ASF subversion and git services commented on LUCENE-9878:
-
Commi
mikemccand merged pull request #44:
URL: https://github.com/apache/lucene/pull/44
--
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.
For queries about this service, please c
mikemccand commented on a change in pull request #44:
URL: https://github.com/apache/lucene/pull/44#discussion_r602733991
##
File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java
##
@@ -652,14 +651,6 @@ public Status checkIndex(List onlySegments) throws
IOExc
mikemccand commented on a change in pull request #44:
URL: https://github.com/apache/lucene/pull/44#discussion_r602729909
##
File path:
lucene/grouping/src/java/org/apache/lucene/search/grouping/SearchGroup.java
##
@@ -143,9 +143,9 @@ public boolean equals(Object _other) {
[
https://issues.apache.org/jira/browse/LUCENE-9877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17309963#comment-17309963
]
Michael McCandless commented on LUCENE-9877:
+1, these look like great resul
mikemccand commented on a change in pull request #25:
URL: https://github.com/apache/lucene/pull/25#discussion_r602728130
##
File path: lucene/facet/src/java/org/apache/lucene/facet/FacetsConfig.java
##
@@ -388,6 +434,42 @@ private void processFacetFields(
}
}
+ priv
[
https://issues.apache.org/jira/browse/LUCENE-9886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
liupanfeng resolved LUCENE-9886.
Resolution: Won't Do
sorry for my fault create more issue
> error param use in RadixSelector
> --
[
https://issues.apache.org/jira/browse/LUCENE-9885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
liupanfeng resolved LUCENE-9885.
Resolution: Won't Do
sorry for my fault create more issue
> error param use in RadixSelector
> --
[
https://issues.apache.org/jira/browse/LUCENE-9884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
liupanfeng resolved LUCENE-9884.
Resolution: Won't Do
sorry for my fault create more issue
> error param use in RadixSelector
> --
liupanfeng created LUCENE-9887:
--
Summary: error param use in RadixSelector
Key: LUCENE-9887
URL: https://issues.apache.org/jira/browse/LUCENE-9887
Project: Lucene - Core
Issue Type: Improvement
liupanfeng created LUCENE-9886:
--
Summary: error param use in RadixSelector
Key: LUCENE-9886
URL: https://issues.apache.org/jira/browse/LUCENE-9886
Project: Lucene - Core
Issue Type: Improvement
liupanfeng created LUCENE-9884:
--
Summary: error param use in RadixSelector
Key: LUCENE-9884
URL: https://issues.apache.org/jira/browse/LUCENE-9884
Project: Lucene - Core
Issue Type: Improvement
liupanfeng created LUCENE-9885:
--
Summary: error param use in RadixSelector
Key: LUCENE-9885
URL: https://issues.apache.org/jira/browse/LUCENE-9885
Project: Lucene - Core
Issue Type: Improvement
uschindler commented on pull request #46:
URL: https://github.com/apache/lucene/pull/46#issuecomment-808714530
Hi,
I changed the eclipseJdt task a bit in
3538709269fedfc349f06d8486bee71540329fbb:
- The eclipseJdt task was completely disabled
- Our task is now a simple "Sync" (lucen
[
https://issues.apache.org/jira/browse/LUCENE-9881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17309928#comment-17309928
]
ASF subversion and git services commented on LUCENE-9881:
-
Commi
32 matches
Mail list logo