[jira] [Created] (LUCENE-9889) Lucene (unexpected ) fsync on existing segments

2021-03-27 Thread Rahul Goswami (Jira)
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

[jira] [Commented] (LUCENE-9385) Skip indexing facet drill down terms

2021-03-27 Thread Zach Chen (Jira)
[ 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

[GitHub] [lucene-solr] zacharymorn opened a new pull request #2471: LUCENE-9385: (Backporting) Add FacetsConfig option to control which drill-down terms are indexed for a FacetLabel

2021-03-27 Thread GitBox
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

[jira] [Commented] (LUCENE-9385) Skip indexing facet drill down terms

2021-03-27 Thread Zach Chen (Jira)
[ 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

[GitHub] [lucene] zacharymorn commented on a change in pull request #25: LUCENE-9385: Add option to skip indexing facet drill down terms

2021-03-27 Thread GitBox
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

[jira] [Commented] (LUCENE-9385) Skip indexing facet drill down terms

2021-03-27 Thread Michael McCandless (Jira)
[ 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

[GitHub] [lucene] zacharymorn commented on pull request #25: LUCENE-9385: Add option to skip indexing facet drill down terms

2021-03-27 Thread GitBox
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

[jira] [Commented] (LUCENE-9385) Skip indexing facet drill down terms

2021-03-27 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Commented] (LUCENE-9385) Skip indexing facet drill down terms

2021-03-27 Thread ASF subversion and git services (Jira)
[ 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

[GitHub] [lucene] mikemccand merged pull request #25: LUCENE-9385: Add option to skip indexing facet drill down terms

2021-03-27 Thread GitBox
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

[GitHub] [lucene] mikemccand commented on a change in pull request #25: LUCENE-9385: Add option to skip indexing facet drill down terms

2021-03-27 Thread GitBox
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

[GitHub] [lucene] mikemccand opened a new pull request #49: LUCENE-9888: re-enable CheckIndex verification that indexSort is the same across all segments

2021-03-27 Thread GitBox
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

[jira] [Commented] (LUCENE-9888) Re-instate CheckIndex's attempts to confirm index sort is consistent across all segments

2021-03-27 Thread Robert Muir (Jira)
[ 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

[jira] [Updated] (LUCENE-9888) Re-instate CheckIndex's attempts to confirm index sort is consistent across all segments

2021-03-27 Thread Michael McCandless (Jira)
[ 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

[jira] [Commented] (LUCENE-9888) Re-instate CheckIndex's attempts to confirm index sort is consistent across all segments

2021-03-27 Thread Michael McCandless (Jira)
[ 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

[jira] [Created] (LUCENE-9888) Re-instead CheckIndex's attempts to confirm index sort is consistent across all segments

2021-03-27 Thread Michael McCandless (Jira)
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

[jira] [Assigned] (LUCENE-9888) Re-instead CheckIndex's attempts to confirm index sort is consistent across all segments

2021-03-27 Thread Michael McCandless (Jira)
[ 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

[jira] [Commented] (LUCENE-9878) enable redundantNullCheck in ecjLint

2021-03-27 Thread ASF subversion and git services (Jira)
[ 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

[GitHub] [lucene] mikemccand merged pull request #44: LUCENE-9878: enable redundantNullCheck in ecjLint

2021-03-27 Thread GitBox
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

[GitHub] [lucene] mikemccand commented on a change in pull request #44: LUCENE-9878: enable redundantNullCheck in ecjLint

2021-03-27 Thread GitBox
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

[GitHub] [lucene] mikemccand commented on a change in pull request #44: LUCENE-9878: enable redundantNullCheck in ecjLint

2021-03-27 Thread GitBox
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) {

[jira] [Commented] (LUCENE-9877) Explore increasing the allowable exceptions in PForUtil

2021-03-27 Thread Michael McCandless (Jira)
[ 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

[GitHub] [lucene] mikemccand commented on a change in pull request #25: LUCENE-9385: Add option to skip indexing facet drill down terms

2021-03-27 Thread GitBox
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

[jira] [Resolved] (LUCENE-9886) error param use in RadixSelector

2021-03-27 Thread liupanfeng (Jira)
[ 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 > --

[jira] [Resolved] (LUCENE-9885) error param use in RadixSelector

2021-03-27 Thread liupanfeng (Jira)
[ 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 > --

[jira] [Resolved] (LUCENE-9884) error param use in RadixSelector

2021-03-27 Thread liupanfeng (Jira)
[ 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 > --

[jira] [Created] (LUCENE-9887) error param use in RadixSelector

2021-03-27 Thread liupanfeng (Jira)
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

[jira] [Created] (LUCENE-9886) error param use in RadixSelector

2021-03-27 Thread liupanfeng (Jira)
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

[jira] [Created] (LUCENE-9884) error param use in RadixSelector

2021-03-27 Thread liupanfeng (Jira)
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

[jira] [Created] (LUCENE-9885) error param use in RadixSelector

2021-03-27 Thread liupanfeng (Jira)
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

[GitHub] [lucene] uschindler commented on pull request #46: LUCENE-9881: synchronize ECJ linter with Eclipse IDE

2021-03-27 Thread GitBox
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

[jira] [Commented] (LUCENE-9881) synchronize ECJ linter with eclipse IDE

2021-03-27 Thread ASF subversion and git services (Jira)
[ 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