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
[
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.
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
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
[
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
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
[
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
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
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) {
/
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
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
#
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
[
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.
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
[
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
> --
[
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
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
[
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
[
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:
-
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
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
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,
[
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
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
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
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
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
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
[
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
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
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
[
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
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
[
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:
--
[
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
[
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
[
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
[
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
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
[
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:
---
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
[
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
42 matches
Mail list logo