[jira] [Commented] (LUCENE-9431) UnifiedHighlighter: Make WEIGHT_MATCHES the default

2021-02-06 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280397#comment-17280397 ] Marcus Eagan commented on LUCENE-9431: -- Hi Yury, Are you still working on this ticket? >

[jira] [Updated] (LUCENE-9737) Flexible configuration of DocValue compressions

2021-02-06 Thread Jaison.Bi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaison.Bi updated LUCENE-9737: -- Description: LUCENE-9211 added compression for Binary DocValues. LUCENE-9663 added compression for

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

2021-02-06 Thread Jaison.Bi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280390#comment-17280390 ] Jaison.Bi edited comment on LUCENE-9663 at 2/7/21, 6:46 AM: I created

[jira] [Updated] (LUCENE-9737) Flexible configuration of DocValue compressions

2021-02-06 Thread Jaison.Bi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaison.Bi updated LUCENE-9737: -- Description: LUCENE-9211 added compression for Binary DocValues. LUCENE-9663 added compression for

[jira] [Updated] (LUCENE-9737) Flexible configuration of DocValue compressions

2021-02-06 Thread Jaison.Bi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaison.Bi updated LUCENE-9737: -- Description: LUCENE-9211 added compression for Binary DocValues. LUCENE-9663 added compression for

[jira] [Created] (LUCENE-9737) Flexible configuration of DocValue compressions

2021-02-06 Thread Jaison.Bi (Jira)
Jaison.Bi created LUCENE-9737: - Summary: Flexible configuration of DocValue compressions Key: LUCENE-9737 URL: https://issues.apache.org/jira/browse/LUCENE-9737 Project: Lucene - Core Issue

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

2021-02-06 Thread Jaison.Bi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280390#comment-17280390 ] Jaison.Bi commented on LUCENE-9663: --- Ok...Will create a new issue..Thanks [~broustant] > Adding

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2306: SOLR-15121: Move XSLT (tr param) to scripting contrib

2021-02-06 Thread GitBox
dsmiley commented on a change in pull request #2306: URL: https://github.com/apache/lucene-solr/pull/2306#discussion_r571549045 ## File path: solr/contrib/scripting/src/java/org/apache/solr/scripting/XSLTResponseWriter.java ## @@ -14,7 +14,7 @@ * See the License for the

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2306: SOLR-15121: Move XSLT (tr param) to scripting contrib

2021-02-06 Thread GitBox
dsmiley commented on a change in pull request #2306: URL: https://github.com/apache/lucene-solr/pull/2306#discussion_r571548842 ## File path: solr/contrib/scripting/src/test/org/apache/solr/scripting/handler/XSLTOutputWriterTest.java ## @@ -0,0 +1,56 @@ +/* + * Licensed to

[GitHub] [lucene-solr] gerlowskija opened a new pull request #2312: Deprecate V2RequestSupport and accompanying methods

2021-02-06 Thread GitBox
gerlowskija opened a new pull request #2312: URL: https://github.com/apache/lucene-solr/pull/2312 # Description V2RequestSupport was intended to allow support for V2 requests in SolrJ, but never gained a critical mass of SolrRequest implementations. Now that the V2 API is more

[GitHub] [lucene-solr] gerlowskija opened a new pull request #2311: SOLR-15141: Remove V2RequestSupport SolrJ interface

2021-02-06 Thread GitBox
gerlowskija opened a new pull request #2311: URL: https://github.com/apache/lucene-solr/pull/2311 # Description V2RequestSupport was intended to allow support for v2 requests in SolrJ, but was never really adopted on a critical mass of SolrRequest implementations. Now that the v2

[jira] [Created] (SOLR-15141) Deprecate/Remove V2RequestSupport

2021-02-06 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-15141: -- Summary: Deprecate/Remove V2RequestSupport Key: SOLR-15141 URL: https://issues.apache.org/jira/browse/SOLR-15141 Project: Solr Issue Type: Task

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

2021-02-06 Thread GitBox
jaisonbi commented on pull request #2302: URL: https://github.com/apache/lucene-solr/pull/2302#issuecomment-774575260 @bruno-roustant I got it, since TestDocValuesCompression#testMergeWithUncompressedSegment() uses Lucene90Codec to write the uncompressed segment. Thanks.

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

2021-02-06 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-9636: --- Fix Version/s: 8.8 master (9.0) > Exact and operation to get a

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

2021-02-06 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280337#comment-17280337 ] Michael McCandless commented on LUCENE-9636: Looks like this was fixed in Lucene 8.8.0 (from

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

2021-02-06 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280336#comment-17280336 ] Michael McCandless commented on LUCENE-9406: {quote}I specifically see statistics

[GitHub] [lucene-solr] uschindler commented on a change in pull request #2306: SOLR-15121: Move XSLT (tr param) to scripting contrib

2021-02-06 Thread GitBox
uschindler commented on a change in pull request #2306: URL: https://github.com/apache/lucene-solr/pull/2306#discussion_r571475376 ## File path: solr/contrib/scripting/src/java/org/apache/solr/scripting/xslt/XSLTLoader.java ## @@ -0,0 +1,534 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] TomMD commented on a change in pull request #2306: SOLR-15121: Move XSLT (tr param) to scripting contrib

2021-02-06 Thread GitBox
TomMD commented on a change in pull request #2306: URL: https://github.com/apache/lucene-solr/pull/2306#discussion_r571474014 ## File path: solr/contrib/scripting/src/java/org/apache/solr/scripting/xslt/XSLTLoader.java ## @@ -0,0 +1,534 @@ +/* + * Licensed to the Apache

[jira] [Commented] (SOLR-15121) Move XSLT (tr param) to scripting contrib

2021-02-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280259#comment-17280259 ] Uwe Schindler commented on SOLR-15121: -- We don't need to include xalan. It's part of jdk. > Move

[GitHub] [lucene-solr] uschindler commented on a change in pull request #2306: SOLR-15121: Move XSLT (tr param) to scripting contrib

2021-02-06 Thread GitBox
uschindler commented on a change in pull request #2306: URL: https://github.com/apache/lucene-solr/pull/2306#discussion_r571471618 ## File path: solr/contrib/scripting/src/java/org/apache/solr/scripting/xslt/XSLTLoader.java ## @@ -0,0 +1,534 @@ +/* + * Licensed to the Apache

[jira] [Updated] (LUCENE-9736) Hunspell: support MAP-based suggestions for groups of similar letters

2021-02-06 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9736: - Summary: Hunspell: support MAP-based suggestions for groups of similar letters (was: Hunspell:

[jira] [Created] (LUCENE-9736) Hunspell: support MAP-based suggestions

2021-02-06 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9736: Summary: Hunspell: support MAP-based suggestions Key: LUCENE-9736 URL: https://issues.apache.org/jira/browse/LUCENE-9736 Project: Lucene - Core Issue Type:

[jira] [Resolved] (LUCENE-9734) Hunspell: support suggestions based on "ph" morphological data

2021-02-06 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9734. - Fix Version/s: master (9.0) Resolution: Fixed > Hunspell: support suggestions based on

[jira] [Commented] (LUCENE-9734) Hunspell: support suggestions based on "ph" morphological data

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

[GitHub] [lucene-solr] dweiss merged pull request #2308: LUCENE-9734: Hunspell: support suggestions based on "ph" morphologica…

2021-02-06 Thread GitBox
dweiss merged pull request #2308: URL: https://github.com/apache/lucene-solr/pull/2308 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] [Commented] (SOLR-15121) Move XSLT (tr param) to scripting contrib

2021-02-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280224#comment-17280224 ] David Smiley commented on SOLR-15121: - I think returning to the old XsltResponseHandler is fine --

[GitHub] [lucene-solr] muse-dev[bot] commented on a change in pull request #2306: SOLR-15121: Move XSLT (tr param) to scripting contrib

2021-02-06 Thread GitBox
muse-dev[bot] commented on a change in pull request #2306: URL: https://github.com/apache/lucene-solr/pull/2306#discussion_r571448617 ## File path: solr/contrib/scripting/src/java/org/apache/solr/scripting/xslt/XSLTLoader.java ## @@ -0,0 +1,534 @@ +/* + * Licensed to the

[jira] [Commented] (SOLR-15121) Move XSLT (tr param) to scripting contrib

2021-02-06 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280211#comment-17280211 ] David Eric Pugh commented on SOLR-15121: [~uschindler] your suggestion makes a LOT of sense to

[GitHub] [lucene-solr] epugh commented on a change in pull request #2306: SOLR-15121: Move XSLT (tr param) to scripting contrib

2021-02-06 Thread GitBox
epugh commented on a change in pull request #2306: URL: https://github.com/apache/lucene-solr/pull/2306#discussion_r571439997 ## File path: solr/core/src/java/org/apache/solr/handler/UpdateRequestHandler.java ## @@ -134,12 +135,23 @@ protected void setAssumeContentType(String

[GitHub] [lucene-solr] epugh commented on a change in pull request #2306: SOLR-15121: Move XSLT (tr param) to scripting contrib

2021-02-06 Thread GitBox
epugh commented on a change in pull request #2306: URL: https://github.com/apache/lucene-solr/pull/2306#discussion_r571439373 ## File path: solr/contrib/scripting/src/test/org/apache/solr/scripting/handler/XSLTOutputWriterTest.java ## @@ -0,0 +1,56 @@ +/* + * Licensed to the

[GitHub] [lucene-solr] epugh commented on a change in pull request #2306: SOLR-15121: Move XSLT (tr param) to scripting contrib

2021-02-06 Thread GitBox
epugh commented on a change in pull request #2306: URL: https://github.com/apache/lucene-solr/pull/2306#discussion_r571438270 ## File path: solr/contrib/scripting/src/java/org/apache/solr/scripting/response/package-info.java ## @@ -0,0 +1,21 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] epugh commented on a change in pull request #2306: SOLR-15121: Move XSLT (tr param) to scripting contrib

2021-02-06 Thread GitBox
epugh commented on a change in pull request #2306: URL: https://github.com/apache/lucene-solr/pull/2306#discussion_r571438249 ## File path: solr/contrib/scripting/src/java/org/apache/solr/scripting/util/xslt/TransformerProvider.java ## @@ -14,7 +14,7 @@ * See the License

[jira] [Comment Edited] (SOLR-15121) Move XSLT (tr param) to scripting contrib

2021-02-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280168#comment-17280168 ] Uwe Schindler edited comment on SOLR-15121 at 2/6/21, 12:06 PM: The XML

[jira] [Commented] (SOLR-15121) Move XSLT (tr param) to scripting contrib

2021-02-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280168#comment-17280168 ] Uwe Schindler commented on SOLR-15121: -- The XML APIs in Java are so great to have those pluggable

[jira] [Commented] (SOLR-15121) Move XSLT (tr param) to scripting contrib

2021-02-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280166#comment-17280166 ] Uwe Schindler commented on SOLR-15121: -- Hi, I did a quick look at it. The problem is that you cloned

[GitHub] [lucene-solr] dweiss commented on pull request #2309: SOLR-14301: Remove external commons-codec usage in gradle validateJarChecksums

2021-02-06 Thread GitBox
dweiss commented on pull request #2309: URL: https://github.com/apache/lucene-solr/pull/2309#issuecomment-774426602 I think it's just much shorter invocation in the end - when you look at the diff you'll see it. I also don't know if the checksum format is required to be supported by the