[GitHub] [lucene-solr] dweiss merged pull request #2295: LUCENE-9726: Hunspell: speed up spellchecking by stopping at a single…

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

[jira] [Resolved] (LUCENE-9726) Hunspell: speed up spellchecking by stopping at a single found stem

2021-02-04 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9726. - Fix Version/s: master (9.0) Resolution: Fixed > Hunspell: speed up spellchecking by stopp

[jira] [Commented] (LUCENE-9726) Hunspell: speed up spellchecking by stopping at a single found stem

2021-02-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278651#comment-17278651 ] ASF subversion and git services commented on LUCENE-9726: - Commi

[jira] [Commented] (LUCENE-9730) Clean up temporary folder management in Dictionary

2021-02-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278656#comment-17278656 ] ASF subversion and git services commented on LUCENE-9730: - Commi

[jira] [Resolved] (LUCENE-9730) Clean up temporary folder management in Dictionary

2021-02-04 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9730. - Fix Version/s: master (9.0) Resolution: Fixed > Clean up temporary folder management in D

[jira] [Commented] (LUCENE-9715) EOF error in VectorValues in Lucene nightly benchmarks

2021-02-04 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278663#comment-17278663 ] Dawid Weiss commented on LUCENE-9715: - Hi Mike. Making it a local variable is still

[GitHub] [lucene-solr] jpountz commented on a change in pull request #2293: LUCENE-9725: Allow BM25FQuery to use other similarities.

2021-02-04 Thread GitBox
jpountz commented on a change in pull request #2293: URL: https://github.com/apache/lucene-solr/pull/2293#discussion_r570044511 ## File path: lucene/sandbox/src/java/org/apache/lucene/sandbox/search/CombinedFieldQuery.java ## @@ -64,39 +62,35 @@ * A {@link Query} that treats

[jira] [Commented] (LUCENE-9725) Allow BM25FQuery to use other similarities

2021-02-04 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278677#comment-17278677 ] Adrien Grand commented on LUCENE-9725: -- +1 It would be nice if we could eventually

[jira] [Commented] (LUCENE-9636) Exact and operation to get a SIMD optimize

2021-02-04 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278694#comment-17278694 ] Adrien Grand commented on LUCENE-9636: -- Thanks for catching this [~markus17]. > Ex

[jira] [Closed] (LUCENE-9636) Exact and operation to get a SIMD optimize

2021-02-04 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand closed LUCENE-9636. > Exact and operation to get a SIMD optimize > -- > >

[GitHub] [lucene-solr] jpountz commented on a change in pull request #2274: LUCENE-9705: Create Lucene90LiveDocsFormat

2021-02-04 Thread GitBox
jpountz commented on a change in pull request #2274: URL: https://github.com/apache/lucene-solr/pull/2274#discussion_r570062574 ## File path: lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene50/Lucene50LiveDocsFormat.java ## @@ -0,0 +1,170 @@ +/* + * Lic

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2283: LUCENE-9719: Resource files aren't deleted from build directory after…

2021-02-04 Thread GitBox
donnerpeter commented on a change in pull request #2283: URL: https://github.com/apache/lucene-solr/pull/2283#discussion_r570083701 ## File path: gradle/ant-compat/folder-layout.gradle ## @@ -25,11 +25,15 @@ allprojects { test.resources.srcDirs = ['src/test-files']

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2300: LUCENE-9729: Hunspell: support CHECKCOMPOUNDREP flags

2021-02-04 Thread GitBox
donnerpeter opened a new pull request #2300: URL: https://github.com/apache/lucene-solr/pull/2300 # Description > CHECKCOMPOUNDREP > Forbid compounding, if the (usually bad) compound word may be a non-compound word with a REP fault. Useful for languages with ‘compo

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2300: LUCENE-9729: Hunspell: support CHECKCOMPOUNDREP flags

2021-02-04 Thread GitBox
donnerpeter commented on a change in pull request #2300: URL: https://github.com/apache/lucene-solr/pull/2300#discussion_r570086999 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/CheckCompoundPattern.java ## @@ -38,36 +38,33 @@ }

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2300: LUCENE-9729: Hunspell: support CHECKCOMPOUNDREP flags

2021-02-04 Thread GitBox
donnerpeter commented on a change in pull request #2300: URL: https://github.com/apache/lucene-solr/pull/2300#discussion_r570086999 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/CheckCompoundPattern.java ## @@ -38,36 +38,33 @@ }

[GitHub] [lucene-solr] jaisonbi commented on pull request #2213: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues

2021-02-04 Thread GitBox
jaisonbi commented on pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213#issuecomment-773179495 > To be clear, I'm not suggesting that we add a new Codec in Lucene, but that you create a new custom Codec on your side, as a Lucene expert user I think this improve

[jira] [Commented] (LUCENE-9406) Make it simpler to track IndexWriter's events

2021-02-04 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278726#comment-17278726 ] Andrzej Bialecki commented on LUCENE-9406: -- FWIW {{SolrIndexWriter}} uses alrea

[jira] [Created] (LUCENE-9732) Hunspell: support dictionary entries starting with slash

2021-02-04 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9732: Summary: Hunspell: support dictionary entries starting with slash Key: LUCENE-9732 URL: https://issues.apache.org/jira/browse/LUCENE-9732 Project: Lucene - Core

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2301: LUCENE-9732: Hunspell: support dictionary entries starting with slash

2021-02-04 Thread GitBox
donnerpeter opened a new pull request #2301: URL: https://github.com/apache/lucene-solr/pull/2301 # Description Slash shouldn't be escaped at the very beginning of words # Solution Support that :) # Tests `TestEscaped` enhanced based in `slash`

[GitHub] [lucene-solr] jaisonbi commented on pull request #2213: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues

2021-02-04 Thread GitBox
jaisonbi commented on pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213#issuecomment-773189456 > 1- We complete this PR for the scope of adding LZ4 compression to SortedSet/Sorted DocValues. We remove the latest commit about the configuration. This is the public scop

[GitHub] [lucene-solr] jpountz commented on a change in pull request #2268: LUCENE-9705: Move Lucene50CompoundFormat to Lucene90CompoundFormat

2021-02-04 Thread GitBox
jpountz commented on a change in pull request #2268: URL: https://github.com/apache/lucene-solr/pull/2268#discussion_r570105057 ## File path: lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene50/TestLucene50CompoundFormat.java ## @@ -0,0 +1,30 @@ +/* + *

[GitHub] [lucene-solr] jaisonbi closed pull request #2213: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues

2021-02-04 Thread GitBox
jaisonbi closed pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213 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 g

[GitHub] [lucene-solr] bruno-roustant commented on pull request #2213: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues

2021-02-04 Thread GitBox
bruno-roustant commented on pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213#issuecomment-773199705 @jaisonbi I didn't want to close this PR. I wanted to merge the first part related to LZ4 compression, and let you push a PR on another jira issue with the remaining

[GitHub] [lucene-solr] jaisonbi commented on pull request #2213: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues

2021-02-04 Thread GitBox
jaisonbi commented on pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213#issuecomment-773200323 Sorry, I did something wrong while doing revert...will create a new PR.. @bruno-roustant This is an autom

[GitHub] [lucene-solr] sigram commented on a change in pull request #2281: SOLR-15118: Convert /v2/collections APIs to annotations

2021-02-04 Thread GitBox
sigram commented on a change in pull request #2281: URL: https://github.com/apache/lucene-solr/pull/2281#discussion_r570133109 ## File path: solr/core/src/java/org/apache/solr/handler/CollectionsAPI.java ## @@ -50,11 +81,144 @@ public void getCollections(SolrQueryRequest req,

[GitHub] [lucene-solr] sigram commented on a change in pull request #2281: SOLR-15118: Convert /v2/collections APIs to annotations

2021-02-04 Thread GitBox
sigram commented on a change in pull request #2281: URL: https://github.com/apache/lucene-solr/pull/2281#discussion_r570134139 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/request/beans/BackupCollectionBody.java ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apa

[GitHub] [lucene-solr] sigram commented on a change in pull request #2281: SOLR-15118: Convert /v2/collections APIs to annotations

2021-02-04 Thread GitBox
sigram commented on a change in pull request #2281: URL: https://github.com/apache/lucene-solr/pull/2281#discussion_r570137942 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/request/beans/CreateBody.java ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache Softwa

[GitHub] [lucene-solr] noblepaul commented on pull request #2281: SOLR-15118: Convert /v2/collections APIs to annotations

2021-02-04 Thread GitBox
noblepaul commented on pull request #2281: URL: https://github.com/apache/lucene-solr/pull/2281#issuecomment-773232908 Thanks for picking this up @gerlowskija Please let me know if you need any help This is an automat

[GitHub] [lucene-solr] sigram commented on a change in pull request #2281: SOLR-15118: Convert /v2/collections APIs to annotations

2021-02-04 Thread GitBox
sigram commented on a change in pull request #2281: URL: https://github.com/apache/lucene-solr/pull/2281#discussion_r570144961 ## File path: solr/core/src/java/org/apache/solr/handler/CollectionsAPI.java ## @@ -36,7 +58,16 @@ */ public class CollectionsAPI { - private fin

[GitHub] [lucene-solr] noblepaul commented on pull request #2285: SOLR-14928: introduce distributed cluster state updates

2021-02-04 Thread GitBox
noblepaul commented on pull request #2285: URL: https://github.com/apache/lucene-solr/pull/2285#issuecomment-773236842 Is not possible to make this a per collection feature? like the per-replica state feauture? This is an au

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #2281: SOLR-15118: Convert /v2/collections APIs to annotations

2021-02-04 Thread GitBox
noblepaul commented on a change in pull request #2281: URL: https://github.com/apache/lucene-solr/pull/2281#discussion_r570150592 ## File path: solr/core/src/java/org/apache/solr/handler/CollectionsAPI.java ## @@ -36,7 +58,16 @@ */ public class CollectionsAPI { - private

[GitHub] [lucene-solr] asalamon74 commented on pull request #2252: SOLR-15111: Use JDK8 Base64 instead of own implementation

2021-02-04 Thread GitBox
asalamon74 commented on pull request #2252: URL: https://github.com/apache/lucene-solr/pull/2252#issuecomment-773249710 We also used a different way for String conversion, I modified the lines. This is an automated message fr

[jira] [Commented] (LUCENE-9715) EOF error in VectorValues in Lucene nightly benchmarks

2021-02-04 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278791#comment-17278791 ] Michael Sokolov commented on LUCENE-9715: - Oh! Thanks, Dawid, of course. I guess

[jira] [Commented] (LUCENE-9715) EOF error in VectorValues in Lucene nightly benchmarks

2021-02-04 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278793#comment-17278793 ] Dawid Weiss commented on LUCENE-9715: - No worries! > EOF error in VectorValues in L

[GitHub] [lucene-solr] dweiss commented on pull request #2283: LUCENE-9719: Resource files aren't deleted from build directory after…

2021-02-04 Thread GitBox
dweiss commented on pull request #2283: URL: https://github.com/apache/lucene-solr/pull/2283#issuecomment-773300099 This is for backward compatibility with ant and should be removed eventually. Don't make it a sync, it won't help. If you need to wipe out build, run gradlew clean. Sorry, th

[GitHub] [lucene-solr] dweiss commented on pull request #2283: LUCENE-9719: Resource files aren't deleted from build directory after…

2021-02-04 Thread GitBox
dweiss commented on pull request #2283: URL: https://github.com/apache/lucene-solr/pull/2283#issuecomment-773301527 The way this should be cleaned up is to remove any resources from src/test (move them to the resources folder). But this will have to wait until Solr/Lucene repos are split.

[jira] [Commented] (LUCENE-9719) Resource files aren't deleted from build directory after being deleted in source

2021-02-04 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278823#comment-17278823 ] Dawid Weiss commented on LUCENE-9719: - I commented on the change on github, copying

[jira] [Resolved] (LUCENE-9719) Resource files aren't deleted from build directory after being deleted in source

2021-02-04 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9719. - Resolution: Not A Bug > Resource files aren't deleted from build directory after being deleted i

[GitHub] [lucene-solr] donnerpeter commented on pull request #2283: LUCENE-9719: Resource files aren't deleted from build directory after…

2021-02-04 Thread GitBox
donnerpeter commented on pull request #2283: URL: https://github.com/apache/lucene-solr/pull/2283#issuecomment-773304025 Thanks for the explanation! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [lucene-solr] donnerpeter closed pull request #2283: LUCENE-9719: Resource files aren't deleted from build directory after…

2021-02-04 Thread GitBox
donnerpeter closed pull request #2283: URL: https://github.com/apache/lucene-solr/pull/2283 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 t

[GitHub] [lucene-solr] dweiss commented on pull request #2283: LUCENE-9719: Resource files aren't deleted from build directory after…

2021-02-04 Thread GitBox
dweiss commented on pull request #2283: URL: https://github.com/apache/lucene-solr/pull/2283#issuecomment-773307182 So, to summarize - moving those resource files to {{src/test-files}} should do the job. I don't know whether gradle handles syncing resources upon compilation (it should!). E

[GitHub] [lucene-solr] jaisonbi opened a new pull request #2302: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted D…

2021-02-04 Thread GitBox
jaisonbi opened a new pull request #2302: URL: https://github.com/apache/lucene-solr/pull/2302 # Description Elasticsearch keyword field uses SortedSet DocValues. In our applications, “keyword” is the most frequently used field type. LUCENE-7081 has done prefix-compression for doc

[GitHub] [lucene-solr] gerlowskija merged pull request #2250: SOLR-13608: Incremental backup file format

2021-02-04 Thread GitBox
gerlowskija merged pull request #2250: URL: https://github.com/apache/lucene-solr/pull/2250 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 t

[jira] [Commented] (SOLR-13608) Incremental backup for Solr

2021-02-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278836#comment-17278836 ] ASF subversion and git services commented on SOLR-13608: Commit 3

[jira] [Commented] (SOLR-13608) Incremental backup for Solr

2021-02-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278845#comment-17278845 ] ASF subversion and git services commented on SOLR-13608: Commit 7

[GitHub] [lucene-solr] epugh commented on pull request #2250: SOLR-13608: Incremental backup file format

2021-02-04 Thread GitBox
epugh commented on pull request #2250: URL: https://github.com/apache/lucene-solr/pull/2250#issuecomment-773319812 I looked for some deprecated tags in the source to convey that the old approach is deprecated, and while there is some text, I don't see any of the `@deprecated` tags. The n

[GitHub] [lucene-solr] jaisonbi commented on pull request #2302: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted D…

2021-02-04 Thread GitBox
jaisonbi commented on pull request #2302: URL: https://github.com/apache/lucene-solr/pull/2302#issuecomment-773326313 @bruno-roustant I checked all the review comments from #2213, and ensure all the changes included in this PR. The main items: 1. Rely ArrayUtil.grow to grow the buffer.

[jira] [Updated] (SOLR-15132) Add window paramater to the nodes Streaming Expression

2021-02-04 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15132: -- Description: The *nodes* Streaming Expression performs a breadth first graph traversal. This t

[jira] [Commented] (SOLR-14341) Move a collection's configSet name to state.json

2021-02-04 Thread Nazerke Seidan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278865#comment-17278865 ] Nazerke Seidan commented on SOLR-14341: --- Interested in this issue; started working

[GitHub] [lucene-solr] gerlowskija commented on a change in pull request #2281: SOLR-15118: Convert /v2/collections APIs to annotations

2021-02-04 Thread GitBox
gerlowskija commented on a change in pull request #2281: URL: https://github.com/apache/lucene-solr/pull/2281#discussion_r570282351 ## File path: solr/core/src/java/org/apache/solr/handler/CollectionsAPI.java ## @@ -50,11 +81,144 @@ public void getCollections(SolrQueryRequest r

[jira] [Commented] (LUCENE-9715) EOF error in VectorValues in Lucene nightly benchmarks

2021-02-04 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278903#comment-17278903 ] Michael Sokolov commented on LUCENE-9715: - So the fix for this should be pretty

[GitHub] [lucene-solr] gerlowskija commented on a change in pull request #2281: SOLR-15118: Convert /v2/collections APIs to annotations

2021-02-04 Thread GitBox
gerlowskija commented on a change in pull request #2281: URL: https://github.com/apache/lucene-solr/pull/2281#discussion_r570308977 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/request/beans/CreateBody.java ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache S

[GitHub] [lucene-solr] gerlowskija commented on a change in pull request #2281: SOLR-15118: Convert /v2/collections APIs to annotations

2021-02-04 Thread GitBox
gerlowskija commented on a change in pull request #2281: URL: https://github.com/apache/lucene-solr/pull/2281#discussion_r570308977 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/request/beans/CreateBody.java ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache S

[jira] [Comment Edited] (LUCENE-9715) EOF error in VectorValues in Lucene nightly benchmarks

2021-02-04 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278903#comment-17278903 ] Michael Sokolov edited comment on LUCENE-9715 at 2/4/21, 3:23 PM:

[GitHub] [lucene-solr] msokolov opened a new pull request #2303: LUCENE-9715: fix int overflow in Lucene90VectorReader

2021-02-04 Thread GitBox
msokolov opened a new pull request #2303: URL: https://github.com/apache/lucene-solr/pull/2303 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[jira] [Created] (SOLR-15133) Document how to eliminate Failed to reserve shared memory warning

2021-02-04 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15133: -- Summary: Document how to eliminate Failed to reserve shared memory warning Key: SOLR-15133 URL: https://issues.apache.org/jira/browse/SOLR-15133 Project: Solr

[GitHub] [lucene-solr] epugh opened a new pull request #2304: SOLR-15133: Document how to eliminate Failed to reserve shared memory warning

2021-02-04 Thread GitBox
epugh opened a new pull request #2304: URL: https://github.com/apache/lucene-solr/pull/2304 # Description The warning is annoying if you know what it is, and alarming if you don't! # Solution Add to the Docker FAQ how to disable it. Eventually this might feed

[GitHub] [lucene-solr] epugh commented on pull request #2304: SOLR-15133: Document how to eliminate Failed to reserve shared memory warning

2021-02-04 Thread GitBox
epugh commented on pull request #2304: URL: https://github.com/apache/lucene-solr/pull/2304#issuecomment-773428402 @ctargett I'd love a quick review of the copy editing I did... This is an automated message from the Apache

[GitHub] [lucene-solr] epugh commented on a change in pull request #2275: SOLR-15123: Make all Tool option descriptions follow the same general pattern.

2021-02-04 Thread GitBox
epugh commented on a change in pull request #2275: URL: https://github.com/apache/lucene-solr/pull/2275#discussion_r570365526 ## File path: solr/core/src/java/org/apache/solr/util/ExportTool.java ## @@ -216,32 +216,32 @@ void end() throws IOException { Option.builder("ur

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

2021-02-04 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-14067. Resolution: Fixed The unit tests are now passing. > Move StatelessScriptUpdateProcessor to

[GitHub] [lucene-solr] epugh commented on a change in pull request #2275: SOLR-15123: Make all Tool option descriptions follow the same general pattern.

2021-02-04 Thread GitBox
epugh commented on a change in pull request #2275: URL: https://github.com/apache/lucene-solr/pull/2275#discussion_r570369093 ## File path: solr/core/src/java/org/apache/solr/util/PackageTool.java ## @@ -261,44 +261,44 @@ protected void runImpl(CommandLine cli) throws Exception

[GitHub] [lucene-solr] HoustonPutman commented on a change in pull request #2275: SOLR-15123: Make all Tool option descriptions follow the same general pattern.

2021-02-04 Thread GitBox
HoustonPutman commented on a change in pull request #2275: URL: https://github.com/apache/lucene-solr/pull/2275#discussion_r570372810 ## File path: solr/core/src/java/org/apache/solr/util/PackageTool.java ## @@ -261,44 +261,44 @@ protected void runImpl(CommandLine cli) throws E

[GitHub] [lucene-solr] HoustonPutman commented on a change in pull request #2275: SOLR-15123: Make all Tool option descriptions follow the same general pattern.

2021-02-04 Thread GitBox
HoustonPutman commented on a change in pull request #2275: URL: https://github.com/apache/lucene-solr/pull/2275#discussion_r570372810 ## File path: solr/core/src/java/org/apache/solr/util/PackageTool.java ## @@ -261,44 +261,44 @@ protected void runImpl(CommandLine cli) throws E

[jira] [Created] (SOLR-15134) Solr upgrade order / documentation

2021-02-04 Thread Bernd Wahlen (Jira)
Bernd Wahlen created SOLR-15134: --- Summary: Solr upgrade order / documentation Key: SOLR-15134 URL: https://issues.apache.org/jira/browse/SOLR-15134 Project: Solr Issue Type: Bug Security

[jira] [Updated] (SOLR-15134) Solr upgrade order / documentation

2021-02-04 Thread Bernd Wahlen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Wahlen updated SOLR-15134: Description: I updated a our solr cluster of 3 servers today 8.7 -> 8.8 and found the following di

[jira] [Updated] (SOLR-15134) Solr upgrade order / documentation

2021-02-04 Thread Bernd Wahlen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Wahlen updated SOLR-15134: Description: I updated a our solr cluster of 3 servers today 8.7 -> 8.8 and found the following di

[jira] [Updated] (SOLR-15134) Solr upgrade order / documentation

2021-02-04 Thread Bernd Wahlen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Wahlen updated SOLR-15134: Description: I updated a our solr cluster of 3 servers today 8.7 -> 8.8 and found the following di

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

2021-02-04 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278966#comment-17278966 ] Bruno Roustant commented on LUCENE-9663: The latest PR looks good. I'm going to

[jira] [Updated] (SOLR-15134) Solr upgrade order / documentation

2021-02-04 Thread Bernd Wahlen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Wahlen updated SOLR-15134: Description: I updated a our solr cluster of 3 servers today 8.7 -> 8.8 and found the following di

[GitHub] [lucene-solr] ctargett commented on pull request #2304: SOLR-15133: Document how to eliminate Failed to reserve shared memory warning

2021-02-04 Thread GitBox
ctargett commented on pull request #2304: URL: https://github.com/apache/lucene-solr/pull/2304#issuecomment-773450876 Sorry, don't have time to review today I don't think - go ahead if Houston thinks it's good to merge. This

[jira] [Updated] (SOLR-15134) Solr upgrade order / documentation

2021-02-04 Thread Bernd Wahlen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Wahlen updated SOLR-15134: Description: I updated a our solr cluster of 3 servers today 8.7 -> 8.8 and found the following di

[jira] [Created] (LUCENE-9733) Hunspell: fix exception when loading dictionaries with mixed-case words

2021-02-04 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9733: Summary: Hunspell: fix exception when loading dictionaries with mixed-case words Key: LUCENE-9733 URL: https://issues.apache.org/jira/browse/LUCENE-9733 Project: Luce

[jira] [Updated] (LUCENE-9733) Hunspell: exception when loading dictionaries with mixed-case words and aliased flags

2021-02-04 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9733: - Summary: Hunspell: exception when loading dictionaries with mixed-case words and aliased flags

[jira] [Updated] (LUCENE-9733) Hunspell: exception when loading dictionaries with mixed-case words and aliased flags

2021-02-04 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9733: - Description: java.lang.NumberFormatException: For input string: "ÿç397" at java.base/ja

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2305: LUCENE-9733: Hunspell: exception when loading dictionaries with mixed…

2021-02-04 Thread GitBox
donnerpeter opened a new pull request #2305: URL: https://github.com/apache/lucene-solr/pull/2305 …-case words and aliased flags # Description Alias treatment expects the flag string to be a single number, but HIDDEN flag is prepended to that string according to th

[GitHub] [lucene-solr] donnerpeter commented on pull request #2277: LUCENE-9716: Hunspell: support flag usage before its format is even specified

2021-02-04 Thread GitBox
donnerpeter commented on pull request #2277: URL: https://github.com/apache/lucene-solr/pull/2277#issuecomment-773471401 As for this: ``` // TODO: can these flags change throughout the file? If not then we can abort sooner. And // then we wouldn't even need to create a

[GitHub] [lucene-solr] dweiss commented on pull request #2277: LUCENE-9716: Hunspell: support flag usage before its format is even specified

2021-02-04 Thread GitBox
dweiss commented on pull request #2277: URL: https://github.com/apache/lucene-solr/pull/2277#issuecomment-773476961 Hi Peter. The file size itself doesn't matter if we can assume some kind of leader buffer in which these flags have to occur and which we can rewind. Implementing this is tec

[jira] [Created] (SOLR-15135) Admin UI does not accurately reflect node PerReplicaStates status

2021-02-04 Thread Mike Drob (Jira)
Mike Drob created SOLR-15135: Summary: Admin UI does not accurately reflect node PerReplicaStates status Key: SOLR-15135 URL: https://issues.apache.org/jira/browse/SOLR-15135 Project: Solr Issue

[jira] [Commented] (SOLR-15135) Admin UI does not accurately reflect node PerReplicaStates status

2021-02-04 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17279004#comment-17279004 ] Mike Drob commented on SOLR-15135: -- This is specific to the {{/~cloud?view=graph}} page,

[jira] [Comment Edited] (SOLR-15135) Admin UI does not accurately reflect node PerReplicaStates status

2021-02-04 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17279004#comment-17279004 ] Mike Drob edited comment on SOLR-15135 at 2/4/21, 5:48 PM: --- Thi

[GitHub] [lucene-solr] donnerpeter commented on pull request #2277: LUCENE-9716: Hunspell: support flag usage before its format is even specified

2021-02-04 Thread GitBox
donnerpeter commented on pull request #2277: URL: https://github.com/apache/lucene-solr/pull/2277#issuecomment-773501527 Will this buffer help even if these flags occur at the 37th MB? :) The mentioned dictionary is in the wooorm collection: https://github.com/wooorm/dictionaries/tre

[GitHub] [lucene-solr] gerlowskija commented on pull request #2281: SOLR-15118: Convert /v2/collections APIs to annotations

2021-02-04 Thread GitBox
gerlowskija commented on pull request #2281: URL: https://github.com/apache/lucene-solr/pull/2281#issuecomment-773515236 Hey, thanks for offering @noblepaul . I do have one thing I was puzzling over: How is SolrJ's `getV2Request`/`V2RequestSupport` feature intended to work for ann

[GitHub] [lucene-solr] jtibshirani commented on a change in pull request #2268: LUCENE-9705: Move Lucene50CompoundFormat to Lucene90CompoundFormat

2021-02-04 Thread GitBox
jtibshirani commented on a change in pull request #2268: URL: https://github.com/apache/lucene-solr/pull/2268#discussion_r570454164 ## File path: lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene50/Lucene50CompoundFormat.java ## @@ -0,0 +1,88 @@ +/* + *

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #2256: LUCENE-9507 Custom order for leaves in IndexReader and IndexWriter

2021-02-04 Thread GitBox
mayya-sharipova commented on a change in pull request #2256: URL: https://github.com/apache/lucene-solr/pull/2256#discussion_r570454676 ## File path: lucene/core/src/java/org/apache/lucene/index/StandardDirectoryReader.java ## @@ -39,33 +40,44 @@ final IndexWriter writer;

[jira] [Commented] (SOLR-5772) duplicate documents between solr "block join" documents and "normal" document

2021-02-04 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-5772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17279049#comment-17279049 ] David Eric Pugh commented on SOLR-5772: --- On 8.7, with the use of anonymous children,

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #2256: LUCENE-9507 Custom order for leaves in IndexReader and IndexWriter

2021-02-04 Thread GitBox
mayya-sharipova commented on a change in pull request #2256: URL: https://github.com/apache/lucene-solr/pull/2256#discussion_r570458862 ## File path: lucene/core/src/java/org/apache/lucene/index/StandardDirectoryReader.java ## @@ -143,12 +158,17 @@ static StandardDirectoryRead

[jira] [Reopened] (SOLR-15011) /admin/logging handler should be able to configure logs on all nodes

2021-02-04 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter reopened SOLR-15011: --- Assignee: David Smiley The newly added test has been failing all sorts of apache je

[GitHub] [lucene-solr] jtibshirani merged pull request #2274: LUCENE-9705: Create Lucene90LiveDocsFormat

2021-02-04 Thread GitBox
jtibshirani merged pull request #2274: URL: https://github.com/apache/lucene-solr/pull/2274 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 t

[jira] [Commented] (LUCENE-9705) Move all codec formats to the o.a.l.codecs.Lucene90 package

2021-02-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17279059#comment-17279059 ] ASF subversion and git services commented on LUCENE-9705: - Commi

[GitHub] [lucene-solr] jtibshirani commented on a change in pull request #2268: LUCENE-9705: Move Lucene50CompoundFormat to Lucene90CompoundFormat

2021-02-04 Thread GitBox
jtibshirani commented on a change in pull request #2268: URL: https://github.com/apache/lucene-solr/pull/2268#discussion_r570461309 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90CompoundFormat.java ## @@ -0,0 +1,140 @@ +/* + * Licensed to the Apa

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #2256: LUCENE-9507 Custom order for leaves in IndexReader and IndexWriter

2021-02-04 Thread GitBox
mayya-sharipova commented on a change in pull request #2256: URL: https://github.com/apache/lucene-solr/pull/2256#discussion_r570461735 ## File path: lucene/core/src/java/org/apache/lucene/index/StandardDirectoryReader.java ## @@ -169,7 +189,10 @@ static StandardDirectoryReade

[jira] [Commented] (SOLR-15011) /admin/logging handler should be able to configure logs on all nodes

2021-02-04 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17279064#comment-17279064 ] David Smiley commented on SOLR-15011: - Wow; the full build (less one known issue) pas

[GitHub] [lucene-solr] msokolov commented on pull request #2303: LUCENE-9715: fix int overflow in Lucene90VectorReader

2021-02-04 Thread GitBox
msokolov commented on pull request #2303: URL: https://github.com/apache/lucene-solr/pull/2303#issuecomment-773529165 I like Lucene's randomized tests too! But they didn't find this one. Since it requires a 2GB index to detect, it only turned up in the context of Anton's version of "nightl

[GitHub] [lucene-solr] msokolov merged pull request #2303: LUCENE-9715: fix int overflow in Lucene90VectorReader

2021-02-04 Thread GitBox
msokolov merged pull request #2303: URL: https://github.com/apache/lucene-solr/pull/2303 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 g

[jira] [Commented] (LUCENE-9715) EOF error in VectorValues in Lucene nightly benchmarks

2021-02-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17279070#comment-17279070 ] ASF subversion and git services commented on LUCENE-9715: - Commi

[GitHub] [lucene-solr] mikemccand commented on pull request #2303: LUCENE-9715: fix int overflow in Lucene90VectorReader

2021-02-04 Thread GitBox
mikemccand commented on pull request #2303: URL: https://github.com/apache/lucene-solr/pull/2303#issuecomment-773533648 > I like Lucene's randomized tests too! But they didn't find this one. Since it requires a 2GB index to detect, it only turned up in the context of Anton's version of "ni

[GitHub] [lucene-solr] msokolov commented on a change in pull request #2302: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted D…

2021-02-04 Thread GitBox
msokolov commented on a change in pull request #2302: URL: https://github.com/apache/lucene-solr/pull/2302#discussion_r570467210 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java ## @@ -43,11 +43,7 @@ import org.apache.lucene.

[jira] [Created] (SOLR-15136) need to audit for excesive INFO level logging after SOLR-15052

2021-02-04 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-15136: - Summary: need to audit for excesive INFO level logging after SOLR-15052 Key: SOLR-15136 URL: https://issues.apache.org/jira/browse/SOLR-15136 Project: Solr

[jira] [Commented] (SOLR-15136) need to audit for excesive INFO level logging after SOLR-15052

2021-02-04 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17279075#comment-17279075 ] Chris M. Hostetter commented on SOLR-15136: --- /ping [~noble.paul] & [~ichattopad

[jira] [Commented] (SOLR-15011) /admin/logging handler should be able to configure logs on all nodes

2021-02-04 Thread Nazerke Seidan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17279079#comment-17279079 ] Nazerke Seidan commented on SOLR-15011: --- yes, I will take a look today. > /admin/l

  1   2   >