[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #2220: LUCENE-8626: Lucene standardize tests part 3 and final

2021-01-18 Thread GitBox
MarcusSorealheis commented on pull request #2220: URL: https://github.com/apache/lucene-solr/pull/2220#issuecomment-762655240 also, for a bit of fun to show the dirty work is done:

[GitHub] [lucene-solr] MarcusSorealheis opened a new pull request #2220: LUCENE-8626: Lucene standardize tests part 3 and final

2021-01-18 Thread GitBox
MarcusSorealheis opened a new pull request #2220: URL: https://github.com/apache/lucene-solr/pull/2220 # Description I've added the final set of standardizations to test files in Lucene so that they conform to the new pattern. # Solution Lead with Test

[jira] [Updated] (LUCENE-9678) Hunspell: fix off-by-one error to support prefixes of word.length - 1

2021-01-18 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9678: - Issue Type: Bug (was: Improvement) > Hunspell: fix off-by-one error to support prefixes of

[jira] [Updated] (LUCENE-9678) Hunspell: fix off-by-one error to support prefixes of word.length - 1

2021-01-18 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9678: - Status: Patch Available (was: Open) > Hunspell: fix off-by-one error to support prefixes of

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2219: LUCENE-9678: Hunspell: fix off-by-one error to support prefixes of word.length - 1

2021-01-18 Thread GitBox
donnerpeter opened a new pull request #2219: URL: https://github.com/apache/lucene-solr/pull/2219 # Description off-by-one error # Solution add 1 :) # Tests `IJ.aff` from Hunspell C++ (partial: without `IJ.wrong` assertions for now) #

[jira] [Updated] (LUCENE-9677) Hunspell: simplify Dictionary.affixData storage

2021-01-18 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9677: - Status: Patch Available (was: Open) > Hunspell: simplify Dictionary.affixData storage >

[jira] [Created] (LUCENE-9678) Hunspell: fix off-by-one error to support prefixes of word.length - 1

2021-01-18 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9678: Summary: Hunspell: fix off-by-one error to support prefixes of word.length - 1 Key: LUCENE-9678 URL: https://issues.apache.org/jira/browse/LUCENE-9678 Project:

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2218: LUCENE-9677: simplify Dictionary.affixData storage

2021-01-18 Thread GitBox
donnerpeter opened a new pull request #2218: URL: https://github.com/apache/lucene-solr/pull/2218 # Description The code around `affixData` can be simplified, at the same time reducing thread-unsafe field count # Solution use char[] instead of byte[], get

[jira] [Created] (LUCENE-9677) Hunspell: simplify Dictionary.affixData storage

2021-01-18 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9677: Summary: Hunspell: simplify Dictionary.affixData storage Key: LUCENE-9677 URL: https://issues.apache.org/jira/browse/LUCENE-9677 Project: Lucene - Core

[jira] [Updated] (LUCENE-9667) Hunspell: add a spellchecker, support BREAK and FORBIDDENWORD affix rules

2021-01-18 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9667: - Issue Type: Improvement (was: Bug) > Hunspell: add a spellchecker, support BREAK and

[jira] [Closed] (LUCENE-9671) Hunspell: shorten Stemmer.applyAffix

2021-01-18 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov closed LUCENE-9671. > Hunspell: shorten Stemmer.applyAffix > > >

[jira] [Updated] (LUCENE-9671) Hunspell: shorten Stemmer.applyAffix

2021-01-18 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9671: - Issue Type: Improvement (was: Bug) > Hunspell: shorten Stemmer.applyAffix >

[jira] [Commented] (LUCENE-9675) Expose the compression mode of the binary doc values

2021-01-18 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267647#comment-17267647 ] Ishan Chattopadhyaya commented on LUCENE-9675: -- When do we expect this to be resolved. I'll

[jira] [Updated] (LUCENE-9663) Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-18 Thread Jaison.Bi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaison.Bi updated LUCENE-9663: -- Status: Patch Available (was: Open) > Adding compression to terms dict from SortedSet/Sorted

[jira] [Commented] (LUCENE-9673) The level of IntBlockPool slice is always 1

2021-01-18 Thread mashudong (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267611#comment-17267611 ] mashudong commented on LUCENE-9673: --- Yes, it's probably an ancient bug. IMHO, ByteBlockPool do not

[jira] [Commented] (LUCENE-9663) Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-18 Thread Jaison.Bi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267595#comment-17267595 ] Jaison.Bi commented on LUCENE-9663: --- [~mikemccand] [~jpountz] [~sokolov] Please help to review the

[jira] [Comment Edited] (SOLR-15052) Reducing overseer bottlenecks using per-replica states

2021-01-18 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267582#comment-17267582 ] Noble Paul edited comment on SOLR-15052 at 1/19/21, 12:35 AM: -- The DOWNNODE

[jira] [Commented] (SOLR-15052) Reducing overseer bottlenecks using per-replica states

2021-01-18 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267582#comment-17267582 ] Noble Paul commented on SOLR-15052: --- The DOWNNODE is still processed by overseer as a single multi op.

[jira] [Assigned] (LUCENE-9676) Hunspell: improve stemming of all-caps words

2021-01-18 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-9676: --- Assignee: Dawid Weiss > Hunspell: improve stemming of all-caps words >

[jira] [Updated] (LUCENE-9671) Hunspell: shorten Stemmer.applyAffix

2021-01-18 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9671: Fix Version/s: master (9.0) Resolution: Fixed Status: Resolved (was: Patch

[jira] [Updated] (LUCENE-9676) Hunspell: improve stemming of all-caps words

2021-01-18 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9676: Fix Version/s: master (9.0) > Hunspell: improve stemming of all-caps words >

[jira] [Commented] (LUCENE-9671) Hunspell: shorten Stemmer.applyAffix

2021-01-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267560#comment-17267560 ] ASF subversion and git services commented on LUCENE-9671: - Commit

[GitHub] [lucene-solr] dweiss merged pull request #2209: LUCENE-9671: Hunspell: shorten Stemmer.applyAffix

2021-01-18 Thread GitBox
dweiss merged pull request #2209: URL: https://github.com/apache/lucene-solr/pull/2209 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

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2217: LUCENE-9676: Hunspell: improve stemming of all-caps words

2021-01-18 Thread GitBox
dweiss commented on a change in pull request #2217: URL: https://github.com/apache/lucene-solr/pull/2217#discussion_r559806181 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java ## @@ -74,6 +74,8 @@ static final char[]

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559768110 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java ## @@ -238,11 +247,87 @@ public

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559768110 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java ## @@ -238,11 +247,87 @@ public

[jira] [Comment Edited] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267462#comment-17267462 ] Isabelle Giguere edited comment on SOLR-7913 at 1/18/21, 7:43 PM: -- New

[jira] [Comment Edited] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267477#comment-17267477 ] Isabelle Giguere edited comment on SOLR-7913 at 1/18/21, 7:43 PM: -- MLT

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559767267 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java ## @@ -238,11 +247,87 @@ public

[jira] [Comment Edited] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267477#comment-17267477 ] Isabelle Giguere edited comment on SOLR-7913 at 1/18/21, 7:42 PM: -- MLT

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559766377 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java ## @@ -171,14 +174,17 @@ public

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559766377 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java ## @@ -171,14 +174,17 @@ public

[jira] [Updated] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isabelle Giguere updated SOLR-7913: --- Attachment: SOLR-7913_negative-tests.patch > Add stream.body support to MLT QParser >

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559763883 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementConfig.java ## @@ -43,14 +46,30 @@ @JsonProperty

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559762633 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/impl/SimpleClusterAbstractionsImpl.java ## @@ -324,7 +324,7 @@ public int

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559761033 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/PlacementContext.java ## @@ -0,0 +1,44 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] donnerpeter commented on pull request #2217: LUCENE-9676: Hunspell: improve stemming of all-caps words

2021-01-18 Thread GitBox
donnerpeter commented on pull request #2217: URL: https://github.com/apache/lucene-solr/pull/2217#issuecomment-762432969 It might be easier to review commits separately This is an automated message from the Apache Git

[jira] [Commented] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267477#comment-17267477 ] Isabelle Giguere commented on SOLR-7913: MLT Query Parser was originally implemented to allow

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559759523 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/impl/ModificationRequestImpl.java ## @@ -0,0 +1,106 @@ +/* + * Licensed to the

[jira] [Commented] (LUCENE-9675) Expose the compression mode of the binary doc values

2021-01-18 Thread Jim Ferenczi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267473#comment-17267473 ] Jim Ferenczi commented on LUCENE-9675: -- [~dsmiley] no because we never released a version that

[GitHub] [lucene-solr] s1monw commented on pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
s1monw commented on pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#issuecomment-762429660 I plan to merge this during the next 24 hours thanks for the reviews This is an automated message from the

[jira] [Comment Edited] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267462#comment-17267462 ] Isabelle Giguere edited comment on SOLR-7913 at 1/18/21, 7:10 PM: -- New

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559755408 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/DeleteReplicaCmd.java ## @@ -147,14 +170,27 @@ void

[jira] [Updated] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isabelle Giguere updated SOLR-7913: --- Attachment: SOLR-7913_fix-unit-test-setup.patch > Add stream.body support to MLT QParser >

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559753902 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/DeleteShardsRequest.java ## @@ -0,0 +1,27 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559751454 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/DeleteShardsRequest.java ## @@ -0,0 +1,27 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559751155 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/DeleteReplicasRequest.java ## @@ -0,0 +1,29 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559750891 ## File path: solr/core/src/java/org/apache/solr/cloud/overseer/ReplicaMutator.java ## @@ -115,8 +116,8 @@ public ZkWriteCommand

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559749942 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/DeleteReplicaCmd.java ## @@ -147,14 +170,27 @@ void

[jira] [Commented] (LUCENE-9675) Expose the compression mode of the binary doc values

2021-01-18 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267463#comment-17267463 ] David Smiley commented on LUCENE-9675: -- I noticed the removal of {{meta.writeByte((byte) 0);}} (or

[jira] [Commented] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267462#comment-17267462 ] Isabelle Giguere commented on SOLR-7913: New patch on tag release/lucene-solr/8.5.0 I had

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559742269 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/DeleteCollectionCmd.java ## @@ -92,6 +98,19 @@ public void call(ClusterState

[jira] [Updated] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isabelle Giguere updated SOLR-7913: --- Attachment: SOLR-7913.patch > Add stream.body support to MLT QParser >

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559740603 ## File path: solr/core/src/java/org/apache/solr/cloud/ExclusiveSliceProperty.java ## @@ -74,8 +74,8 @@ ExclusiveSliceProperty(ClusterState

[jira] [Commented] (SOLR-15052) Reducing overseer bottlenecks using per-replica states

2021-01-18 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267451#comment-17267451 ] Ilan Ginzburg commented on SOLR-15052: -- [~ichattopadhyaya], following up on [~mdrob]'s message above

[jira] [Updated] (LUCENE-9671) Hunspell: shorten Stemmer.applyAffix

2021-01-18 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9671: - Status: Patch Available (was: Open) > Hunspell: shorten Stemmer.applyAffix >

[jira] [Updated] (LUCENE-9676) Hunspell: improve stemming of all-caps words

2021-01-18 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9676: - Status: Patch Available (was: Open) > Hunspell: improve stemming of all-caps words >

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2217: LUCENE-9676: Hunspell: improve stemming of all-caps words

2021-01-18 Thread GitBox
donnerpeter opened a new pull request #2217: URL: https://github.com/apache/lucene-solr/pull/2217 # Description Currently words like "OPENOFFICE.ORG" result in no stems even if the dictionary contains "OpenOffice.org" # Solution Repeat Hunspell's logic:

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
dsmiley commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559735328 ## File path: solr/solr-ref-guide/src/script-update-processor.adoc ## @@ -35,19 +35,19 @@ potential security vulnerabilities. The scripting update

[jira] [Created] (LUCENE-9676) Hunspell: improve stemming of all-caps words

2021-01-18 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9676: Summary: Hunspell: improve stemming of all-caps words Key: LUCENE-9676 URL: https://issues.apache.org/jira/browse/LUCENE-9676 Project: Lucene - Core Issue

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
dsmiley commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559733095 ## File path: solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml ## @@ -674,12 +679,12 @@ *** WARNING ***

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
dsmiley commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559731569 ## File path: solr/CHANGES.txt ## @@ -186,6 +186,9 @@ Other Changes * SOLR-14034: Remove deprecated min_rf references (Tim Dillon) +*

[GitHub] [lucene-solr] epugh commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
epugh commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559696904 ## File path: solr/solr-ref-guide/src/scripting-update-processor.adoc ## @@ -0,0 +1,295 @@ += Scripting Update Processor +// Licensed to the Apache

[GitHub] [lucene-solr] epugh commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
epugh commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559696636 ## File path: solr/solr-ref-guide/src/scripting-update-processor.adoc ## @@ -0,0 +1,295 @@ += Scripting Update Processor Review comment:

[GitHub] [lucene-solr] epugh commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
epugh commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559695973 ## File path: solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml ## @@ -674,12 +679,12 @@ *** WARNING ***

[GitHub] [lucene-solr] epugh commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
epugh commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559674364 ## File path: solr/CHANGES.txt ## @@ -186,6 +186,9 @@ Other Changes * SOLR-14034: Remove deprecated min_rf references (Tim Dillon) +* SOLR-14067:

[jira] [Commented] (LUCENE-9670) gradle precommit sometimes fails with "IOException: stream closed" from javadoc in nightly benchmarks

2021-01-18 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267390#comment-17267390 ] Michael McCandless commented on LUCENE-9670: Thanks [~dweiss]; I'll try that. > gradle

[GitHub] [lucene-solr] epugh commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
epugh commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559672654 ## File path: solr/contrib/scripting/README.md ## @@ -0,0 +1,14 @@ +Welcome to Apache Solr Scripting! +=== + +#

[jira] [Commented] (LUCENE-9673) The level of IntBlockPool slice is always 1

2021-01-18 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267389#comment-17267389 ] Michael McCandless commented on LUCENE-9673: Whoa, this is horrible and probably ancient

[jira] [Commented] (SOLR-15052) Reducing overseer bottlenecks using per-replica states

2021-01-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267383#comment-17267383 ] ASF subversion and git services commented on SOLR-15052: Commit

[GitHub] [lucene-solr] noblepaul merged pull request #2177: SOLR-15052: Per-replica states for reducing overseer bottlenecks (trunk)

2021-01-18 Thread GitBox
noblepaul merged pull request #2177: URL: https://github.com/apache/lucene-solr/pull/2177 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

[GitHub] [lucene-solr] epugh commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
epugh commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559661956 ## File path: solr/solr-ref-guide/src/scripting-update-processor.adoc ## @@ -0,0 +1,295 @@ += Scripting Update Processor Review comment: Will

[GitHub] [lucene-solr] timatbw commented on a change in pull request #2216: SOLR-15085 Prevent EmbeddedSolrServer calling shutdown on a CoreConta…

2021-01-18 Thread GitBox
timatbw commented on a change in pull request #2216: URL: https://github.com/apache/lucene-solr/pull/2216#discussion_r559642959 ## File path: solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java ## @@ -71,6 +71,7 @@ protected final String

[GitHub] [lucene-solr] s1monw commented on pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
s1monw commented on pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#issuecomment-762301076 @mikemccand pushed changes This is an automated message from the Apache Git Service. To respond to the

[GitHub] [lucene-solr] s1monw commented on a change in pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
s1monw commented on a change in pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559620857 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java ## @@ -1009,6 +1009,14 @@ public IndexWriter(Directory d,

[GitHub] [lucene-solr] s1monw commented on a change in pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
s1monw commented on a change in pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559618608 ## File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java ## @@ -3900,6 +3907,12 @@ public static Options parseOptions(String[] args)

[GitHub] [lucene-solr] s1monw commented on a change in pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
s1monw commented on a change in pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559614818 ## File path: lucene/core/src/java/org/apache/lucene/index/DirectoryReader.java ## @@ -104,6 +104,23 @@ public static DirectoryReader open(final

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
dsmiley commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559588597 ## File path: solr/contrib/scripting/README.md ## @@ -0,0 +1,14 @@ +Welcome to Apache Solr Scripting! +=== + +#

[GitHub] [lucene-solr] madrob commented on a change in pull request #2216: SOLR-15085 Prevent EmbeddedSolrServer calling shutdown on a CoreConta…

2021-01-18 Thread GitBox
madrob commented on a change in pull request #2216: URL: https://github.com/apache/lucene-solr/pull/2216#discussion_r559611053 ## File path: solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java ## @@ -71,6 +71,7 @@ protected final String

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
romseygeek commented on a change in pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559604398 ## File path: lucene/core/src/java/org/apache/lucene/index/DirectoryReader.java ## @@ -104,6 +104,23 @@ public static DirectoryReader open(final

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
mikemccand commented on a change in pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559531239 ## File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java ## @@ -3900,6 +3907,12 @@ public static Options parseOptions(String[]

[GitHub] [lucene-solr] janhoy commented on pull request #1435: SOLR-14410: Switch from SysV init script to systemd service file

2021-01-18 Thread GitBox
janhoy commented on pull request #1435: URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-762275006 > are you referring to the service file within this PR, or something else I think you got me wrong - I said that systemd (the new script) should work ootb but the old

[jira] [Commented] (SOLR-14067) Move StatelessScriptUpdateProcessor to a contrib

2021-01-18 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267295#comment-17267295 ] David Smiley commented on SOLR-14067: - Ah; actually you chose "ScriptUpdateProcessor" after all, I

[jira] [Commented] (SOLR-14067) Move StatelessScriptUpdateProcessor to a contrib

2021-01-18 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267294#comment-17267294 ] David Smiley commented on SOLR-14067: - I like the rename (I suggested it after all) -- mostly glad to

[jira] [Updated] (LUCENE-9675) Expose the compression mode of the binary doc values

2021-01-18 Thread Jim Ferenczi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ferenczi updated LUCENE-9675: - Attachment: LUCENE-9675.patch Status: Open (was: Open) Thanks [~ivera], I attached a

[GitHub] [lucene-solr] mhitza commented on pull request #1435: SOLR-14410: Switch from SysV init script to systemd service file

2021-01-18 Thread GitBox
mhitza commented on pull request #1435: URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-762235551 The moment when I wrote this systemd service file I was running Solr 8, that is correct. I think it should work with Solr 9 as is. From my memory when working on

[GitHub] [lucene-solr] timatbw opened a new pull request #2216: SOLR-15085 Prevent EmbeddedSolrServer calling shutdown on a CoreConta…

2021-01-18 Thread GitBox
timatbw opened a new pull request #2216: URL: https://github.com/apache/lucene-solr/pull/2216 …iner that was passed to it # Description Prevent EmbeddedSolrServer calling shutdown on a CoreContainer that was passed to it. # Solution Now keeping track

[jira] [Created] (SOLR-15085) EmbeddedSolrServer calls shutdown on a provided CoreContainer

2021-01-18 Thread Tim Owen (Jira)
Tim Owen created SOLR-15085: --- Summary: EmbeddedSolrServer calls shutdown on a provided CoreContainer Key: SOLR-15085 URL: https://issues.apache.org/jira/browse/SOLR-15085 Project: Solr Issue

[jira] [Commented] (SOLR-13105) A visual guide to Solr Math Expressions and Streaming Expressions

2021-01-18 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267239#comment-17267239 ] David Eric Pugh commented on SOLR-13105: I tried your commands on another branch of mine that was

[jira] [Resolved] (SOLR-13756) ivy cannot download org.restlet.ext.servlet jar

2021-01-18 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-13756. Resolution: Not A Problem I believe this is "Not a Problem" since the underlying issue has

[jira] [Closed] (SOLR-13756) ivy cannot download org.restlet.ext.servlet jar

2021-01-18 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh closed SOLR-13756. -- > ivy cannot download org.restlet.ext.servlet jar >

[jira] [Commented] (SOLR-13756) ivy cannot download org.restlet.ext.servlet jar

2021-01-18 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267235#comment-17267235 ] David Eric Pugh commented on SOLR-13756: I am going to close this, based on one more search

[GitHub] [lucene-solr] epugh closed pull request #2016: SOLR-14067 v2 Move Stateless Scripting Update Process to /contrib/scripting module

2021-01-18 Thread GitBox
epugh closed pull request #2016: URL: https://github.com/apache/lucene-solr/pull/2016 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

[GitHub] [lucene-solr] epugh commented on pull request #2016: SOLR-14067 v2 Move Stateless Scripting Update Process to /contrib/scripting module

2021-01-18 Thread GitBox
epugh commented on pull request #2016: URL: https://github.com/apache/lucene-solr/pull/2016#issuecomment-762219832 I followed the steps that Joel recommended in another thread, and created a new clean branch, #2215. I will close this one in favour of that PR which is much more legible.

[GitHub] [lucene-solr] epugh opened a new pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
epugh opened a new pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215 # Description This PR supersecedes the work done in #2016, as it doesn't drag all the commits made to master. I followed the steps recommend by Joel Bernstein in another PR to

[GitHub] [lucene-solr] epugh commented on pull request #1435: SOLR-14410: Switch from SysV init script to systemd service file

2021-01-18 Thread GitBox
epugh commented on pull request #1435: URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-762208470 I'd be open to testing this out. Also, is this more of a 9.0 thing versus a branch 8? Seems like changing how you install Solr is a pretty big deal. I've done the

[GitHub] [lucene-solr] mhitza commented on pull request #1435: SOLR-14410: Switch from SysV init script to systemd service file

2021-01-18 Thread GitBox
mhitza commented on pull request #1435: URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-762201796 @epugh The main difference I see between this service file and the docker configuration is that the docker container starts the service in foreground mode. This is to be

[jira] [Commented] (SOLR-12613) Rename "Cloud" tab as "Cluster" in Admin UI

2021-01-18 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17267192#comment-17267192 ] David Eric Pugh commented on SOLR-12613: Definitly a fair point [~janhoy]! > Rename "Cloud" tab

[GitHub] [lucene-solr] codaitya opened a new pull request #2214: LUCENE-9674:Faster advance on Vector Values

2021-01-18 Thread GitBox
codaitya opened a new pull request #2214: URL: https://github.com/apache/lucene-solr/pull/2214 Currently the advance() function in the class Lucene90VectorReader does a linear search for the target document. This will make retrieving vectors for a sparse set of documents efficient.

[jira] [Resolved] (SOLR-15052) Reducing overseer bottlenecks using per-replica states

2021-01-18 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-15052. --- Fix Version/s: 8.8 Resolution: Fixed > Reducing overseer bottlenecks using per-replica states

  1   2   >