[jira] [Created] (SOLR-15143) edismax is ignoring qf is query term is *

2021-02-07 Thread Yogendra Kumar Soni (Jira)
Yogendra Kumar Soni created SOLR-15143: -- Summary: edismax is ignoring qf is query term is * Key: SOLR-15143 URL: https://issues.apache.org/jira/browse/SOLR-15143 Project: Solr Issue

[jira] [Created] (LUCENE-9742) Hunspell: suggest dictionary entries similar to the misspelled word

2021-02-07 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9742: Summary: Hunspell: suggest dictionary entries similar to the misspelled word Key: LUCENE-9742 URL: https://issues.apache.org/jira/browse/LUCENE-9742 Project: Lucene

[GitHub] [lucene-solr] dsmiley commented on pull request #2185: LUCENE-9659 inequality support in payload check query

2021-02-07 Thread GitBox
dsmiley commented on pull request #2185: URL: https://github.com/apache/lucene-solr/pull/2185#issuecomment-774875316 @gus-asf , are you happy with the PR as well? I've been waiting on your input, or maybe you want to commit it.

[GitHub] [lucene-solr] muse-dev[bot] commented on a change in pull request #2317: LUCENE-9741: Add sequential optimization for stored fields

2021-02-07 Thread GitBox
muse-dev[bot] commented on a change in pull request #2317: URL: https://github.com/apache/lucene-solr/pull/2317#discussion_r571784231 ## File path: lucene/test-framework/src/java/org/apache/lucene/index/BaseStoredFieldsFormatTestCase.java ## @@ -839,4 +839,38 @@ public void

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

2021-02-07 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280732#comment-17280732 ] Zach Chen commented on LUCENE-9406: --- Thanks Dawid and Michael for the detailed explanations and

[jira] [Updated] (SOLR-15114) WAND does not work correctly on multiple segments in Solr 8.6.3

2021-02-07 Thread Naoto Minami (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naoto Minami updated SOLR-15114: Status: Patch Available (was: Open) > WAND does not work correctly on multiple segments in Solr

[jira] [Commented] (SOLR-15142) Allow the cat Streaming Expression to read gzip files

2021-02-07 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280712#comment-17280712 ] Joel Bernstein commented on SOLR-15142: --- Simple patch, tests to follow. > Allow the cat Streaming

[jira] [Updated] (SOLR-15142) Allow the cat Streaming Expression to read gzip files

2021-02-07 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15142: -- Attachment: SOLR-15142.patch > Allow the cat Streaming Expression to read gzip files >

[jira] [Commented] (SOLR-15138) PerReplicaStates does not scale to large collections as well as state.json

2021-02-07 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280708#comment-17280708 ] Noble Paul commented on SOLR-15138: --- Diagnosis: As we create collections using perReplicaState=true

[jira] [Assigned] (SOLR-15138) PerReplicaStates does not scale to large collections as well as state.json

2021-02-07 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-15138: - Assignee: Noble Paul > PerReplicaStates does not scale to large collections as well as

[GitHub] [lucene-solr] noblepaul opened a new pull request #2318: SOLR-15138: PerReplicaStates does not scale to large collections as well as state.json

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

[jira] [Created] (SOLR-15142) Allow the cat Streaming Expression to read gzip files

2021-02-07 Thread Joel Bernstein (Jira)
Joel Bernstein created SOLR-15142: - Summary: Allow the cat Streaming Expression to read gzip files Key: SOLR-15142 URL: https://issues.apache.org/jira/browse/SOLR-15142 Project: Solr Issue

[jira] [Updated] (LUCENE-9741) Add optimization for sequential access of stored fields

2021-02-07 Thread Nhat Nguyen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-9741: Status: Patch Available (was: Open) > Add optimization for sequential access of stored fields >

[GitHub] [lucene-solr] dnhatn opened a new pull request #2317: LUCENE-9741: Add sequential optimization for stored fields

2021-02-07 Thread GitBox
dnhatn opened a new pull request #2317: URL: https://github.com/apache/lucene-solr/pull/2317 If we are reading the stored-fields of document ids (25, 27, 28, 26, 99), and doc-25 triggers the stored-fields reader to decompress a block containing document ids [10-50], then we can tell the

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

2021-02-07 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280658#comment-17280658 ] Anton Hägerstrand commented on LUCENE-9715: --- Neat, thank you for fixing! > EOF error in

[jira] [Created] (LUCENE-9741) Add optimization for sequential access of stored fields

2021-02-07 Thread Nhat Nguyen (Jira)
Nhat Nguyen created LUCENE-9741: --- Summary: Add optimization for sequential access of stored fields Key: LUCENE-9741 URL: https://issues.apache.org/jira/browse/LUCENE-9741 Project: Lucene - Core

[GitHub] [lucene-solr] donnerpeter edited a comment on pull request #2313: LUCENE-9727: build side support for running Hunspell tests.

2021-02-07 Thread GitBox
donnerpeter edited a comment on pull request #2313: URL: https://github.com/apache/lucene-solr/pull/2313#issuecomment-774745282 > > Do you check out both repos into some common parent directory? > > Yes, that's what I did. I just wanted a superset of all the dictionaries... Perhaps

[GitHub] [lucene-solr] donnerpeter commented on pull request #2313: LUCENE-9727: build side support for running Hunspell tests.

2021-02-07 Thread GitBox
donnerpeter commented on pull request #2313: URL: https://github.com/apache/lucene-solr/pull/2313#issuecomment-774745282 > > Do you check out both repos into some common parent directory? > > Yes, that's what I did. I just wanted a superset of all the dictionaries... Perhaps

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2313: LUCENE-9727: build side support for running Hunspell tests.

2021-02-07 Thread GitBox
donnerpeter commented on a change in pull request #2313: URL: https://github.com/apache/lucene-solr/pull/2313#discussion_r571676316 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/TestPerformance.java ## @@ -40,8 +42,15 @@ * en.txt}) in a

[jira] [Created] (LUCENE-9740) Avoid buffering and double-scan of flags in *.aff file

2021-02-07 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-9740: --- Summary: Avoid buffering and double-scan of flags in *.aff file Key: LUCENE-9740 URL: https://issues.apache.org/jira/browse/LUCENE-9740 Project: Lucene - Core

[GitHub] [lucene-solr] dweiss commented on pull request #2313: LUCENE-9727: build side support for running Hunspell tests.

2021-02-07 Thread GitBox
dweiss commented on pull request #2313: URL: https://github.com/apache/lucene-solr/pull/2313#issuecomment-774729067 > Do you check out both repos into some common parent directory? Yes, that's what I did. I just wanted a superset of all the dictionaries... Perhaps eventually make it

[jira] [Commented] (LUCENE-9738) Odd behavior with tests forked into the default ForkJoinPool

2021-02-07 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280630#comment-17280630 ] Dawid Weiss commented on LUCENE-9738: - Thanks guys. I understand the motivation behind this but it

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2313: LUCENE-9727: build side support for running Hunspell tests.

2021-02-07 Thread GitBox
dweiss commented on a change in pull request #2313: URL: https://github.com/apache/lucene-solr/pull/2313#discussion_r571663026 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/TestPerformance.java ## @@ -40,8 +42,15 @@ * en.txt}) in a

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2313: LUCENE-9727: build side support for running Hunspell tests.

2021-02-07 Thread GitBox
dweiss commented on a change in pull request #2313: URL: https://github.com/apache/lucene-solr/pull/2313#discussion_r571662561 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/TestAllDictionaries.java ## @@ -59,42 +67,52 @@ static Dictionary

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2313: LUCENE-9727: build side support for running Hunspell tests.

2021-02-07 Thread GitBox
dweiss commented on a change in pull request #2313: URL: https://github.com/apache/lucene-solr/pull/2313#discussion_r571662217 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/TestAllDictionaries.java ## @@ -59,42 +67,52 @@ static Dictionary

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2313: LUCENE-9727: build side support for running Hunspell tests.

2021-02-07 Thread GitBox
dweiss commented on a change in pull request #2313: URL: https://github.com/apache/lucene-solr/pull/2313#discussion_r571662133 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/TestAllDictionaries.java ## @@ -20,31 +20,39 @@ import

[GitHub] [lucene-solr] joel-bernstein commented on a change in pull request #1600: SOLR Move "userfiles" stuff from SolrPaths to CoreContainer.

2021-02-07 Thread GitBox
joel-bernstein commented on a change in pull request #1600: URL: https://github.com/apache/lucene-solr/pull/1600#discussion_r571634497 ## File path: solr/core/src/java/org/apache/solr/handler/CatStream.java ## @@ -158,28 +157,20 @@ public Explanation

[jira] [Comment Edited] (LUCENE-9738) Odd behavior with tests forked into the default ForkJoinPool

2021-02-07 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280526#comment-17280526 ] Uwe Schindler edited comment on LUCENE-9738 at 2/7/21, 2:17 PM: It is

[jira] [Commented] (LUCENE-9738) Odd behavior with tests forked into the default ForkJoinPool

2021-02-07 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280526#comment-17280526 ] Uwe Schindler commented on LUCENE-9738: --- It is also documented in Java 8: {quote} ... The common

[jira] [Commented] (LUCENE-9738) Odd behavior with tests forked into the default ForkJoinPool

2021-02-07 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280524#comment-17280524 ] Uwe Schindler commented on LUCENE-9738: --- That's perfectly understandable from a security

[jira] [Commented] (LUCENE-9738) Odd behavior with tests forked into the default ForkJoinPool

2021-02-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280513#comment-17280513 ] Robert Muir commented on LUCENE-9738: - [~dweiss] I hadn't noticed this, never having the use-case to

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2316: LUCENE-9739: Hunspell: speed up numeric flag parsing

2021-02-07 Thread GitBox
donnerpeter opened a new pull request #2316: URL: https://github.com/apache/lucene-solr/pull/2316 # Description Flags in `FLAG num` mode were quite expensive to parse: strings were split by a regexp compiled every time. # Solution I avoid regexps at all by

[jira] [Created] (LUCENE-9739) Hunspell: speed up numeric flag parsing

2021-02-07 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9739: Summary: Hunspell: speed up numeric flag parsing Key: LUCENE-9739 URL: https://issues.apache.org/jira/browse/LUCENE-9739 Project: Lucene - Core Issue Type:

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2315: LUCENE-9735: Hunspell: speed up flag checks by avoiding allocations

2021-02-07 Thread GitBox
donnerpeter opened a new pull request #2315: URL: https://github.com/apache/lucene-solr/pull/2315 # Description Each `Dictionary.decodeFlags` (and most `hasFlag`) checks allocated a `char[]`, in many cases only searched once # Solution Check for flags for

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2314: LUCENE-9736: Hunspell: support MAP-based suggestions for groups of si…

2021-02-07 Thread GitBox
donnerpeter opened a new pull request #2314: URL: https://github.com/apache/lucene-solr/pull/2314 …milar letters # Description Hunspell has MAP directive that allows to specify groups of similar characters/substrings to be considered for replacement #

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2313: LUCENE-9727: build side support for running Hunspell tests.

2021-02-07 Thread GitBox
donnerpeter commented on a change in pull request #2313: URL: https://github.com/apache/lucene-solr/pull/2313#discussion_r571615401 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/TestAllDictionaries.java ## @@ -59,42 +67,52 @@ static

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2313: LUCENE-9727: build side support for running Hunspell tests.

2021-02-07 Thread GitBox
donnerpeter commented on a change in pull request #2313: URL: https://github.com/apache/lucene-solr/pull/2313#discussion_r571615328 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/TestAllDictionaries.java ## @@ -59,42 +67,52 @@ static

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2313: LUCENE-9727: build side support for running Hunspell tests.

2021-02-07 Thread GitBox
donnerpeter commented on a change in pull request #2313: URL: https://github.com/apache/lucene-solr/pull/2313#discussion_r571615230 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/TestAllDictionaries.java ## @@ -59,42 +67,52 @@ static

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2313: LUCENE-9727: build side support for running Hunspell tests.

2021-02-07 Thread GitBox
donnerpeter commented on a change in pull request #2313: URL: https://github.com/apache/lucene-solr/pull/2313#discussion_r571614963 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/TestAllDictionaries.java ## @@ -20,31 +20,39 @@ import

[jira] [Commented] (LUCENE-9727) Add build-side support for running full validation checks against hunspell repos

2021-02-07 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280479#comment-17280479 ] Dawid Weiss commented on LUCENE-9727: - I only have the following failures on openoffice/ woorm:

[jira] [Resolved] (LUCENE-9724) Hunspell: tolerate existing aff/dic file typos

2021-02-07 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9724. - Fix Version/s: master (9.0) Resolution: Fixed > Hunspell: tolerate existing aff/dic file

[jira] [Commented] (LUCENE-9724) Hunspell: tolerate existing aff/dic file typos

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

[GitHub] [lucene-solr] dweiss merged pull request #2307: LUCENE-9724: Hunspell: tolerate existing aff/dic file typos

2021-02-07 Thread GitBox
dweiss merged pull request #2307: URL: https://github.com/apache/lucene-solr/pull/2307 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-9738) Odd behavior with tests forked into the default ForkJoinPool

2021-02-07 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9738. - Resolution: Information Provided > Odd behavior with tests forked into the default ForkJoinPool

[jira] [Updated] (LUCENE-9738) Odd behavior with tests forked into the default ForkJoinPool

2021-02-07 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9738: Attachment: LUCENE-9738.patch > Odd behavior with tests forked into the default ForkJoinPool >

[jira] [Created] (LUCENE-9738) Odd behavior with tests forked into the default ForkJoinPool

2021-02-07 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-9738: --- Summary: Odd behavior with tests forked into the default ForkJoinPool Key: LUCENE-9738 URL: https://issues.apache.org/jira/browse/LUCENE-9738 Project: Lucene - Core

[GitHub] [lucene-solr] dweiss commented on pull request #2313: LUCENE-9727: build side support for running Hunspell tests.

2021-02-07 Thread GitBox
dweiss commented on pull request #2313: URL: https://github.com/apache/lucene-solr/pull/2313#issuecomment-774655058 @donnerpeter I've done some minor edits so that those checks run via Gradle too. Can you take a peek? I made one change that may affect you - those dictionaries are now

[GitHub] [lucene-solr] dweiss opened a new pull request #2313: LUCENE-9727: build side support for running Hunspell tests.

2021-02-07 Thread GitBox
dweiss opened a new pull request #2313: URL: https://github.com/apache/lucene-solr/pull/2313 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

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

2021-02-07 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280411#comment-17280411 ] Dawid Weiss commented on LUCENE-9406: - Yes, this is exactly what I thought. Think this way - one