[jira] [Created] (LUCENE-9588) Exceptions handling in methods of SegmentingTokenizerBase

2020-10-28 Thread Nguyen Minh Gia Huy (Jira)
Nguyen Minh Gia Huy created LUCENE-9588: --- Summary: Exceptions handling in methods of SegmentingTokenizerBase Key: LUCENE-9588 URL: https://issues.apache.org/jira/browse/LUCENE-9588 Project: Lucen

[jira] [Commented] (LUCENE-9586) Intellij not able to resolve jdk.javadoc.doclet

2020-10-28 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222024#comment-17222024 ] Dawid Weiss commented on LUCENE-9586: - I compile it on Windows, no Perl is required.

[GitHub] [lucene-solr] janhoy opened a new pull request #2041: Graduate the release wizard from ALPHA

2020-10-28 Thread GitBox
janhoy opened a new pull request #2041: URL: https://github.com/apache/lucene-solr/pull/2041 Simply remove ALPHA wording and the recommendation to double check with old WIKI TODO This is an automated message from the Apache

[jira] [Created] (LUCENE-9589) Swedish Minimal Stemmer

2020-10-28 Thread Jira
Jan Høydahl created LUCENE-9589: --- Summary: Swedish Minimal Stemmer Key: LUCENE-9589 URL: https://issues.apache.org/jira/browse/LUCENE-9589 Project: Lucene - Core Issue Type: New Feature

[jira] [Commented] (LUCENE-9588) Exceptions handling in methods of SegmentingTokenizerBase

2020-10-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222151#comment-17222151 ] Robert Muir commented on LUCENE-9588: - Why would a Tokenizer invoke incrementToken o

[GitHub] [lucene-solr] defonion opened a new pull request #2042: SOLR-14961: ZkMaintenanceUtils.clean doesn't remove zk-nodes with same path length

2020-10-28 Thread GitBox
defonion opened a new pull request #2042: URL: https://github.com/apache/lucene-solr/pull/2042 # Description - use ArrayList instead of TreeSet to allow multiple entries that are equal (in this case of equal length) - sort the ArrayList afterwards # Solution

[jira] [Updated] (SOLR-14961) ZkMaintenanceUtils.clean(...) doesn't delete files with same length

2020-10-28 Thread def onion (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] def onion updated SOLR-14961: - Status: Patch Available (was: Open) > ZkMaintenanceUtils.clean(...) doesn't delete files with same lengt

[GitHub] [lucene-solr] sigram commented on a change in pull request #2040: SOLR-14965 add overseer queue size metrics

2020-10-28 Thread GitBox
sigram commented on a change in pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#discussion_r513469553 ## File path: solr/core/src/java/org/apache/solr/cloud/Overseer.java ## @@ -173,6 +175,9 @@ private final Stats zkStats; +private final So

[GitHub] [lucene-solr] sigram commented on a change in pull request #2040: SOLR-14965 add overseer queue size metrics

2020-10-28 Thread GitBox
sigram commented on a change in pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#discussion_r513485514 ## File path: solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java ## @@ -423,13 +429,13 @@ public boolean hasRegistry(String name) { /

[GitHub] [lucene-solr] sigram commented on a change in pull request #2040: SOLR-14965 add overseer queue size metrics

2020-10-28 Thread GitBox
sigram commented on a change in pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#discussion_r513469553 ## File path: solr/core/src/java/org/apache/solr/cloud/Overseer.java ## @@ -173,6 +175,9 @@ private final Stats zkStats; +private final So

[GitHub] [lucene-solr] HoustonPutman commented on a change in pull request #2041: Graduate the release wizard from ALPHA

2020-10-28 Thread GitBox
HoustonPutman commented on a change in pull request #2041: URL: https://github.com/apache/lucene-solr/pull/2041#discussion_r513488092 ## File path: dev-tools/scripts/releaseWizard.py ## @@ -15,9 +15,9 @@ # See the License for the specific language governing permissions and #

[GitHub] [lucene-solr] sigram commented on a change in pull request #2040: SOLR-14965 add overseer queue size metrics

2020-10-28 Thread GitBox
sigram commented on a change in pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#discussion_r513469553 ## File path: solr/core/src/java/org/apache/solr/cloud/Overseer.java ## @@ -173,6 +175,9 @@ private final Stats zkStats; +private final So

[jira] [Commented] (SOLR-14677) DIH doesnt close DataSource when import encounters errors

2020-10-28 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1700#comment-1700 ] David Eric Pugh commented on SOLR-14677: I noticed that your PR has been merged.

[GitHub] [lucene-solr] madrob commented on a change in pull request #2042: SOLR-14961: ZkMaintenanceUtils.clean doesn't remove zk-nodes with same path length

2020-10-28 Thread GitBox
madrob commented on a change in pull request #2042: URL: https://github.com/apache/lucene-solr/pull/2042#discussion_r513484808 ## File path: solr/solrj/src/java/org/apache/solr/common/cloud/ZkMaintenanceUtils.java ## @@ -259,12 +260,16 @@ public static void clean(SolrZkClient

[jira] [Assigned] (SOLR-14961) ZkMaintenanceUtils.clean(...) doesn't delete files with same length

2020-10-28 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob reassigned SOLR-14961: Assignee: Mike Drob > ZkMaintenanceUtils.clean(...) doesn't delete files with same length > --

[jira] [Commented] (SOLR-14749) Provide a clean API for cluster-level event processing

2020-10-28 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1702#comment-1702 ] Andrzej Bialecki commented on SOLR-14749: - This is not strictly speaking a user-l

[GitHub] [lucene-solr] mocobeta commented on pull request #2023: LUCENE-9319: Clean up package name conflicts for sandbox module

2020-10-28 Thread GitBox
mocobeta commented on pull request #2023: URL: https://github.com/apache/lucene-solr/pull/2023#issuecomment-718018031 @dweiss thanks for taking a look at this. @nknize @bruno-roustant @atris @jpountz @jimczi I'm trying to clean up shared packages between sandbox and lucene-cor

[jira] [Commented] (LUCENE-9583) How should we expose VectorValues.RandomAccess?

2020-10-28 Thread Jim Ferenczi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1745#comment-1745 ] Jim Ferenczi commented on LUCENE-9583: -- I wonder if the graph approach really needs

[jira] [Comment Edited] (LUCENE-9583) How should we expose VectorValues.RandomAccess?

2020-10-28 Thread Jim Ferenczi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1745#comment-1745 ] Jim Ferenczi edited comment on LUCENE-9583 at 10/28/20, 4:10 PM: -

[GitHub] [lucene-solr] saatchibhalla commented on a change in pull request #2040: SOLR-14965 add overseer queue size metrics

2020-10-28 Thread GitBox
saatchibhalla commented on a change in pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#discussion_r513612970 ## File path: solr/core/src/java/org/apache/solr/cloud/Overseer.java ## @@ -185,6 +190,9 @@ public ClusterStateUpdater(final ZkStateReader reade

[GitHub] [lucene-solr] gus-asf commented on a change in pull request #1995: LUCENE-9575 Add PatternTypingFilter to annotate tokens with flags and types

2020-10-28 Thread GitBox
gus-asf commented on a change in pull request #1995: URL: https://github.com/apache/lucene-solr/pull/1995#discussion_r513628410 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/pattern/PatternTypingFilter.java ## @@ -0,0 +1,71 @@ +/* + * Licensed to the

[GitHub] [lucene-solr] megancarey commented on a change in pull request #2040: SOLR-14965 add overseer queue size metrics

2020-10-28 Thread GitBox
megancarey commented on a change in pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#discussion_r513632682 ## File path: solr/core/src/java/org/apache/solr/cloud/Overseer.java ## @@ -185,6 +190,9 @@ public ClusterStateUpdater(final ZkStateReader reader,

[jira] [Commented] (LUCENE-9583) How should we expose VectorValues.RandomAccess?

2020-10-28 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222399#comment-17222399 ] Michael Sokolov commented on LUCENE-9583: - Thanks Jim, I think that approach cou

[GitHub] [lucene-solr] saatchibhalla commented on a change in pull request #2040: SOLR-14965 add overseer queue size metrics

2020-10-28 Thread GitBox
saatchibhalla commented on a change in pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#discussion_r513729917 ## File path: solr/core/src/java/org/apache/solr/cloud/Overseer.java ## @@ -185,6 +190,9 @@ public ClusterStateUpdater(final ZkStateReader reade

[GitHub] [lucene-solr] megancarey commented on a change in pull request #2040: SOLR-14965 add overseer queue size metrics

2020-10-28 Thread GitBox
megancarey commented on a change in pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#discussion_r513744141 ## File path: solr/core/src/java/org/apache/solr/cloud/Overseer.java ## @@ -636,7 +650,7 @@ public synchronized void start(String id) { Thread

[GitHub] [lucene-solr] megancarey commented on a change in pull request #2040: SOLR-14965 add overseer queue size metrics

2020-10-28 Thread GitBox
megancarey commented on a change in pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#discussion_r513744685 ## File path: solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java ## @@ -134,13 +136,14 @@ public String toString() { private St

[GitHub] [lucene-solr] megancarey commented on a change in pull request #2040: SOLR-14965 add overseer queue size metrics

2020-10-28 Thread GitBox
megancarey commented on a change in pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#discussion_r513745248 ## File path: solr/solr-ref-guide/src/metrics-reporting.adoc ## @@ -53,6 +53,12 @@ This registry is returned at `solr.jvm` and includes the follow

[jira] [Created] (SOLR-14968) Document how to return ExternalFileField value in fl params

2020-10-28 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-14968: -- Summary: Document how to return ExternalFileField value in fl params Key: SOLR-14968 URL: https://issues.apache.org/jira/browse/SOLR-14968 Project: Solr

[jira] [Commented] (SOLR-14963) Child "rows" param should apply per level

2020-10-28 Thread Bar Rotstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222504#comment-17222504 ] Bar Rotstein commented on SOLR-14963: - {code:java} // If we reached the limit, only a

[GitHub] [lucene-solr] saatchibhalla commented on a change in pull request #2040: SOLR-14965 add overseer queue size metrics

2020-10-28 Thread GitBox
saatchibhalla commented on a change in pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#discussion_r513772094 ## File path: solr/solr-ref-guide/src/metrics-reporting.adoc ## @@ -53,6 +53,12 @@ This registry is returned at `solr.jvm` and includes the fol

[GitHub] [lucene-solr] saatchibhalla commented on a change in pull request #2040: SOLR-14965 add overseer queue size metrics

2020-10-28 Thread GitBox
saatchibhalla commented on a change in pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#discussion_r513772342 ## File path: solr/core/src/java/org/apache/solr/cloud/Overseer.java ## @@ -636,7 +650,7 @@ public synchronized void start(String id) { Thr

[jira] [Commented] (SOLR-14963) Child "rows" param should apply per level

2020-10-28 Thread Bar Rotstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222501#comment-17222501 ] Bar Rotstein commented on SOLR-14963: - So if I understand correctly, the limit should

[GitHub] [lucene-solr] barrotsteindev opened a new pull request #2043: only count 1st level children in ChildDocTranformer limit

2020-10-28 Thread GitBox
barrotsteindev opened a new pull request #2043: URL: https://github.com/apache/lucene-solr/pull/2043 # Description Please provide a short description of the changes you're making with this pull request. # Solution Please provide a short description of the ap

[jira] [Comment Edited] (SOLR-14963) Child "rows" param should apply per level

2020-10-28 Thread Bar Rotstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222501#comment-17222501 ] Bar Rotstein edited comment on SOLR-14963 at 10/28/20, 11:57 PM: --

[jira] [Commented] (LUCENE-8982) Make NativeUnixDirectory pure java now that direct IO is possible

2020-10-28 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222645#comment-17222645 ] Zach Chen commented on LUCENE-8982: --- hi [~mikemccand], I’m new to contributing to Luce

[jira] [Commented] (LUCENE-9588) Exceptions handling in methods of SegmentingTokenizerBase

2020-10-28 Thread Nguyen Minh Gia Huy (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222651#comment-17222651 ] Nguyen Minh Gia Huy commented on LUCENE-9588: - My original statement *_a Tok

[jira] [Updated] (LUCENE-9588) Exceptions handling in methods of SegmentingTokenizerBase

2020-10-28 Thread Nguyen Minh Gia Huy (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nguyen Minh Gia Huy updated LUCENE-9588: Description: The current interface of *setNextSentence* and *incrementWord* method

[jira] [Updated] (LUCENE-9588) Exceptions handling in methods of SegmentingTokenizerBase

2020-10-28 Thread Nguyen Minh Gia Huy (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nguyen Minh Gia Huy updated LUCENE-9588: Description: The current interface of *setNextSentence* and *incrementWord* method

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1962: SOLR-14749 Provide a clean API for cluster-level event processing

2020-10-28 Thread GitBox
noblepaul commented on a change in pull request #1962: URL: https://github.com/apache/lucene-solr/pull/1962#discussion_r513938423 ## File path: solr/core/src/java/org/apache/solr/core/ClusterEventProducerFactory.java ## @@ -0,0 +1,178 @@ +package org.apache.solr.core; + +impor

[jira] [Comment Edited] (SOLR-14963) Child "rows" param should apply per level

2020-10-28 Thread Bar Rotstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222501#comment-17222501 ] Bar Rotstein edited comment on SOLR-14963 at 10/29/20, 6:22 AM: ---

[jira] [Created] (LUCENE-9590) Add javadoc for Lucene86PointsFormat class

2020-10-28 Thread Lu Xugang (Jira)
Lu Xugang created LUCENE-9590: - Summary: Add javadoc for Lucene86PointsFormat class Key: LUCENE-9590 URL: https://issues.apache.org/jira/browse/LUCENE-9590 Project: Lucene - Core Issue Type: Wis

[jira] [Updated] (LUCENE-9590) Add javadoc for Lucene86PointsFormat class

2020-10-28 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lu Xugang updated LUCENE-9590: -- Description: I would like to add javadoc for Lucene86PointsFormat class,  it is really helpful for so