[GitHub] [lucene-solr] dsmiley commented on pull request #1582: Remove some needless toAbsolutePath calls

2020-06-16 Thread GitBox
dsmiley commented on pull request #1582: URL: https://github.com/apache/lucene-solr/pull/1582#issuecomment-645122868 Yes; tests pass. I re-acquainted myself with these specific changes now and they all make sense to me. Thi

[GitHub] [lucene-solr] dsmiley commented on pull request #1514: SOLR-13749: Change cross-collection join query syntax to {!join method=crossCollection ...}

2020-06-16 Thread GitBox
dsmiley commented on pull request #1514: URL: https://github.com/apache/lucene-solr/pull/1514#issuecomment-645120762 Last minute request: also please change solrUrlWhitelist to avoid this "whitelist" word (think current events) to, I propose "allowSolrUrls". There's a discussion going on

[GitHub] [lucene-solr] noblepaul opened a new pull request #1586: SOLR-14576 : Do not use SolrCore as keys in a WeakHashMap

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

[jira] [Created] (SOLR-14576) HttpCacheHeaderUti.etagCoreCache should not use a SolrCore as key

2020-06-16 Thread Noble Paul (Jira)
Noble Paul created SOLR-14576: - Summary: HttpCacheHeaderUti.etagCoreCache should not use a SolrCore as key Key: SOLR-14576 URL: https://issues.apache.org/jira/browse/SOLR-14576 Project: Solr Iss

[GitHub] [lucene-solr] msokolov commented on a change in pull request #1585: LUCENE-8962: Allow waiting for all merges in a merge spec

2020-06-16 Thread GitBox
msokolov commented on a change in pull request #1585: URL: https://github.com/apache/lucene-solr/pull/1585#discussion_r441170320 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java ## @@ -4289,7 +4287,7 @@ private synchronized void mergeFinish(MergePoli

[GitHub] [lucene-solr] msfroh commented on a change in pull request #1585: LUCENE-8962: Allow waiting for all merges in a merge spec

2020-06-16 Thread GitBox
msfroh commented on a change in pull request #1585: URL: https://github.com/apache/lucene-solr/pull/1585#discussion_r441148085 ## File path: lucene/core/src/java/org/apache/lucene/index/MergePolicy.java ## @@ -399,6 +427,23 @@ public String segString(Directory dir) { }

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1585: LUCENE-8962: Allow waiting for all merges in a merge spec

2020-06-16 Thread GitBox
dsmiley commented on a change in pull request #1585: URL: https://github.com/apache/lucene-solr/pull/1585#discussion_r441140226 ## File path: lucene/core/src/java/org/apache/lucene/index/MergePolicy.java ## @@ -399,6 +427,23 @@ public String segString(Directory dir) { }

[jira] [Commented] (LUCENE-9378) Configurable compression for BinaryDocValues

2020-06-16 Thread Alex Klibisz (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17137925#comment-17137925 ] Alex Klibisz commented on LUCENE-9378: -- [~mgibney]  > quick clarification regardin

[jira] [Commented] (LUCENE-8574) ExpressionFunctionValues should cache per-hit value

2020-06-16 Thread Haoyu Zhai (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17137920#comment-17137920 ] Haoyu Zhai commented on LUCENE-8574: I've attached a unit test showing a case that c

[jira] [Updated] (LUCENE-8574) ExpressionFunctionValues should cache per-hit value

2020-06-16 Thread Haoyu Zhai (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haoyu Zhai updated LUCENE-8574: --- Attachment: unit_test.patch > ExpressionFunctionValues should cache per-hit value >

[GitHub] [lucene-solr] s1monw commented on a change in pull request #1576: Alternative approach to LUCENE-8962

2020-06-16 Thread GitBox
s1monw commented on a change in pull request #1576: URL: https://github.com/apache/lucene-solr/pull/1576#discussion_r441125936 ## File path: lucene/core/src/java/org/apache/lucene/index/MergePolicy.java ## @@ -399,8 +423,19 @@ public String segString(Directory dir) { }

[GitHub] [lucene-solr] s1monw commented on pull request #1576: Alternative approach to LUCENE-8962

2020-06-16 Thread GitBox
s1monw commented on pull request #1576: URL: https://github.com/apache/lucene-solr/pull/1576#issuecomment-644997637 @msfroh I opened https://github.com/apache/lucene-solr/pull/1585 to make it easier to do this. This is an a

[GitHub] [lucene-solr] s1monw commented on pull request #1585: LUCENE-8962: Allow waiting for all merges in a merge spec

2020-06-16 Thread GitBox
s1monw commented on pull request #1585: URL: https://github.com/apache/lucene-solr/pull/1585#issuecomment-644992788 @mikemccand @msokolov @msfroh I prepared some of my changes so we can pull them in and incorporate them into the overall change.

[GitHub] [lucene-solr] s1monw opened a new pull request #1585: LUCENE-8962: Allow waiting for all merges in a merge spec

2020-06-16 Thread GitBox
s1monw opened a new pull request #1585: URL: https://github.com/apache/lucene-solr/pull/1585 This change adds infrastructure to allow straight forward waiting on one or more merges or an entire merge specification. This is a basis for LUCENE-8962.

[jira] [Commented] (LUCENE-9322) Discussing a unified vectors format API

2020-06-16 Thread Varun Thacker (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17137909#comment-17137909 ] Varun Thacker commented on LUCENE-9322: --- I've taken only VectorField parts from yo

[GitHub] [lucene-solr] vthacker opened a new pull request #1584: Add VectorField: WIP

2020-06-16 Thread GitBox
vthacker opened a new pull request #1584: URL: https://github.com/apache/lucene-solr/pull/1584 https://issues.apache.org/jira/projects/LUCENE-ABCD # Description Add VectorField # Tests Please describe the tests you've developed or run to confirm this patch imple

[jira] [Commented] (LUCENE-9378) Configurable compression for BinaryDocValues

2020-06-16 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17137820#comment-17137820 ] Michael Gibney commented on LUCENE-9378: [~alexklibisz], quick clarification reg

[jira] [Commented] (SOLR-14553) I get a stack trace when running Solrj when calling the query method of HttpSolrClient

2020-06-16 Thread Jim Anderson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17137793#comment-17137793 ] Jim Anderson commented on SOLR-14553: - My apologies for the misplace email. I realize

[jira] [Resolved] (SOLR-14573) Fix or suppress warnings in solrj/src/test

2020-06-16 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-14573. --- Fix Version/s: 8.6 Resolution: Fixed > Fix or suppress warnings in solrj/src/test > --

[jira] [Commented] (SOLR-8274) Add per-request MDC logging based on user-provided value.

2020-06-16 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17137783#comment-17137783 ] David Smiley commented on SOLR-8274: I'm an OpenTracing noob too but what drives me is

[jira] [Commented] (SOLR-14573) Fix or suppress warnings in solrj/src/test

2020-06-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17137643#comment-17137643 ] ASF subversion and git services commented on SOLR-14573: Commit 6

[jira] [Commented] (SOLR-14573) Fix or suppress warnings in solrj/src/test

2020-06-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17137675#comment-17137675 ] ASF subversion and git services commented on SOLR-14573: Commit c

[GitHub] [lucene-solr] msfroh commented on pull request #1576: Alternative approach to LUCENE-8962

2020-06-16 Thread GitBox
msfroh commented on pull request #1576: URL: https://github.com/apache/lucene-solr/pull/1576#issuecomment-644899966 This approach makes sense to me. I like how much simpler the addition of MergeSpecification.await() makes things, versus the CountDownLatch hackery of the previous app

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1581: SOLR-14572 document missing SearchComponents

2020-06-16 Thread GitBox
dsmiley commented on a change in pull request #1581: URL: https://github.com/apache/lucene-solr/pull/1581#discussion_r441014049 ## File path: solr/solr-ref-guide/src/requesthandlers-and-searchcomponents-in-solrconfig.adoc ## @@ -169,3 +169,14 @@ Many of the other useful compon

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1541: RegExp - add case insensitive matching option

2020-06-16 Thread GitBox
jpountz commented on a change in pull request #1541: URL: https://github.com/apache/lucene-solr/pull/1541#discussion_r440900284 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/RegExp.java ## @@ -489,6 +497,19 @@ public RegExp(String s) throws IllegalArgument

[jira] [Resolved] (SOLR-14553) I get a stack trace when running Solrj when calling the query method of HttpSolrClient

2020-06-16 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-14553. Resolution: Invalid > I get a stack trace when running Solrj when calling the query method

[jira] [Commented] (SOLR-14553) I get a stack trace when running Solrj when calling the query method of HttpSolrClient

2020-06-16 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136816#comment-17136816 ] Jason Gerlowski commented on SOLR-14553: Hey Jim, sorry you're having troubles.

[jira] [Commented] (LUCENE-9322) Discussing a unified vectors format API

2020-06-16 Thread Varun Thacker (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136805#comment-17136805 ] Varun Thacker commented on LUCENE-9322: --- Hello [~jtibshirani] ! Thanks for tacklin

[GitHub] [lucene-solr] epugh commented on a change in pull request #1581: SOLR-14572 document missing SearchComponents

2020-06-16 Thread GitBox
epugh commented on a change in pull request #1581: URL: https://github.com/apache/lucene-solr/pull/1581#discussion_r440992193 ## File path: solr/solr-ref-guide/src/requesthandlers-and-searchcomponents-in-solrconfig.adoc ## @@ -169,3 +169,14 @@ Many of the other useful componen

[GitHub] [lucene-solr] gerlowskija commented on a change in pull request #1581: SOLR-14572 document missing SearchComponents

2020-06-16 Thread GitBox
gerlowskija commented on a change in pull request #1581: URL: https://github.com/apache/lucene-solr/pull/1581#discussion_r440983349 ## File path: solr/solr-ref-guide/src/requesthandlers-and-searchcomponents-in-solrconfig.adoc ## @@ -169,3 +169,15 @@ Many of the other useful co

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1581: SOLR-14572 document missing SearchComponents

2020-06-16 Thread GitBox
dsmiley commented on a change in pull request #1581: URL: https://github.com/apache/lucene-solr/pull/1581#discussion_r440982370 ## File path: solr/solr-ref-guide/src/requesthandlers-and-searchcomponents-in-solrconfig.adoc ## @@ -169,3 +169,14 @@ Many of the other useful compon

[jira] [Comment Edited] (LUCENE-9379) Directory based approach for index encryption

2020-06-16 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136783#comment-17136783 ] Bruno Roustant edited comment on LUCENE-9379 at 6/16/20, 4:25 PM:

[jira] [Commented] (LUCENE-9379) Directory based approach for index encryption

2020-06-16 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136783#comment-17136783 ] Bruno Roustant commented on LUCENE-9379: So I plan to implement an EncryptingDir

[jira] [Commented] (SOLR-13749) Implement support for joining across collections with multiple shards ( XCJF )

2020-06-16 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136761#comment-17136761 ] Gus Heck commented on SOLR-13749: - 8.6 is now [being scheduled|https://mail-archives.apa

[jira] [Resolved] (LUCENE-9353) Move metadata of the terms dictionary to its own file

2020-06-16 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-9353. -- Fix Version/s: 8.6 Resolution: Fixed > Move metadata of the terms dictionary to its own

[jira] [Commented] (LUCENE-9353) Move metadata of the terms dictionary to its own file

2020-06-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136678#comment-17136678 ] ASF subversion and git services commented on LUCENE-9353: - Commi

[jira] [Comment Edited] (SOLR-8274) Add per-request MDC logging based on user-provided value.

2020-06-16 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136677#comment-17136677 ] Jason Gerlowski edited comment on SOLR-8274 at 6/16/20, 2:04 PM: ---

[jira] [Commented] (SOLR-8274) Add per-request MDC logging based on user-provided value.

2020-06-16 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136677#comment-17136677 ] Jason Gerlowski commented on SOLR-8274: --- I looked a bit at the OpenTracing docs in t

[jira] [Commented] (LUCENE-9378) Configurable compression for BinaryDocValues

2020-06-16 Thread Alex Klibisz (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136668#comment-17136668 ] Alex Klibisz commented on LUCENE-9378: -- [~jpountz] Sure, I'll explain below: My pl

[jira] [Commented] (SOLR-14566) Record "NOW" on "coordinator" log messages

2020-06-16 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136667#comment-17136667 ] Jason Gerlowski commented on SOLR-14566: Huh, didn't know about that. And yeah,

[jira] [Commented] (LUCENE-9353) Move metadata of the terms dictionary to its own file

2020-06-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136644#comment-17136644 ] ASF subversion and git services commented on LUCENE-9353: - Commi

[jira] [Commented] (LUCENE-9353) Move metadata of the terms dictionary to its own file

2020-06-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136643#comment-17136643 ] ASF subversion and git services commented on LUCENE-9353: - Commi

[GitHub] [lucene-solr] jpountz merged pull request #1473: LUCENE-9353: Move terms metadata to its own file.

2020-06-16 Thread GitBox
jpountz merged pull request #1473: URL: https://github.com/apache/lucene-solr/pull/1473 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-14558) SolrLogPostTool should record all lines

2020-06-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136630#comment-17136630 ] ASF subversion and git services commented on SOLR-14558: Commit 7

[GitHub] [lucene-solr] s1monw merged pull request #1573: Cleanup TermsHashPerField

2020-06-16 Thread GitBox
s1monw merged pull request #1573: URL: https://github.com/apache/lucene-solr/pull/1573 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] (LUCENE-9405) IndexWriter incorrectly calls closeMergeReaders twice when the merged segment is 100% deleted

2020-06-16 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136616#comment-17136616 ] Michael McCandless commented on LUCENE-9405: Thanks [~simonw]! > IndexWrite

[GitHub] [lucene-solr] mikemccand commented on pull request #1573: Cleanup TermsHashPerField

2020-06-16 Thread GitBox
mikemccand commented on pull request #1573: URL: https://github.com/apache/lucene-solr/pull/1573#issuecomment-644734269 > thanks @mikemccand - I will run tests again and push. ++ This is an automated message from the A

[GitHub] [lucene-solr] s1monw commented on pull request #1573: Cleanup TermsHashPerField

2020-06-16 Thread GitBox
s1monw commented on pull request #1573: URL: https://github.com/apache/lucene-solr/pull/1573#issuecomment-644732898 thanks @mikemccand - I will run tests again and push. This is an automated message from the Apache Git Servic

[GitHub] [lucene-solr] mikemccand commented on pull request #1573: Cleanup TermsHashPerField

2020-06-16 Thread GitBox
mikemccand commented on pull request #1573: URL: https://github.com/apache/lucene-solr/pull/1573#issuecomment-644731914 I tested indexing throughput on `luceneutil` with `wikimediumall`, single thread for indexing `SerialMergeScheduler`: ``` [mike@beast3 facet]$ grep "GB/hour" /l/

[jira] [Commented] (SOLR-14558) SolrLogPostTool should record all lines

2020-06-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136599#comment-17136599 ] ASF subversion and git services commented on SOLR-14558: Commit a

[GitHub] [lucene-solr] gerlowskija merged pull request #1570: SOLR-14558: Record all log lines in SolrLogPostTool

2020-06-16 Thread GitBox
gerlowskija merged pull request #1570: URL: https://github.com/apache/lucene-solr/pull/1570 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-14571) Index download speed while replicating is fixed at 5.1 in replication.html

2020-06-16 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136591#comment-17136591 ] Lucene/Solr QA commented on SOLR-14571: --- | (/) *{color:green}+1 overall{color}* | \

[GitHub] [lucene-solr] epugh commented on a change in pull request #1581: SOLR-14572 document missing SearchComponents

2020-06-16 Thread GitBox
epugh commented on a change in pull request #1581: URL: https://github.com/apache/lucene-solr/pull/1581#discussion_r440778391 ## File path: solr/solr-ref-guide/src/requesthandlers-and-searchcomponents-in-solrconfig.adoc ## @@ -169,3 +169,15 @@ Many of the other useful componen

[GitHub] [lucene-solr] epugh commented on a change in pull request #1581: SOLR-14572 document missing SearchComponents

2020-06-16 Thread GitBox
epugh commented on a change in pull request #1581: URL: https://github.com/apache/lucene-solr/pull/1581#discussion_r440777282 ## File path: solr/solr-ref-guide/src/requesthandlers-and-searchcomponents-in-solrconfig.adoc ## @@ -169,3 +169,15 @@ Many of the other useful componen

[GitHub] [lucene-solr] gerlowskija commented on a change in pull request #1581: SOLR-14572 document missing SearchComponents

2020-06-16 Thread GitBox
gerlowskija commented on a change in pull request #1581: URL: https://github.com/apache/lucene-solr/pull/1581#discussion_r44077 ## File path: solr/solr-ref-guide/src/requesthandlers-and-searchcomponents-in-solrconfig.adoc ## @@ -169,3 +169,15 @@ Many of the other useful co

[jira] [Resolved] (LUCENE-9404) simplify checksum calculation of ByteBuffersIndexOutput

2020-06-16 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9404. - Fix Version/s: master (9.0) Resolution: Fixed > simplify checksum calculation of ByteBuff

[jira] [Commented] (LUCENE-9404) simplify checksum calculation of ByteBuffersIndexOutput

2020-06-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136524#comment-17136524 ] ASF subversion and git services commented on LUCENE-9404: - Commi

[jira] [Comment Edited] (LUCENE-9407) Change the visibility of LatLonXQuery classes to public

2020-06-16 Thread Marius Grama (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136513#comment-17136513 ] Marius Grama edited comment on LUCENE-9407 at 6/16/20, 10:26 AM: -

[jira] [Commented] (LUCENE-9403) tune BufferedChecksum.DEFAULT_BUFFERSIZE

2020-06-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136516#comment-17136516 ] ASF subversion and git services commented on LUCENE-9403: - Commi

[jira] [Resolved] (LUCENE-9403) tune BufferedChecksum.DEFAULT_BUFFERSIZE

2020-06-16 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9403. - Fix Version/s: master (9.0) Resolution: Fixed > tune BufferedChecksum.DEFAULT_BUFFERSIZE

[jira] [Comment Edited] (LUCENE-9407) Change the visibility of LatLonXQuery classes to public

2020-06-16 Thread Marius Grama (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136513#comment-17136513 ] Marius Grama edited comment on LUCENE-9407 at 6/16/20, 10:25 AM: -

[jira] [Commented] (LUCENE-9407) Change the visibility of LatLonXQuery classes to public

2020-06-16 Thread Marius Grama (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136513#comment-17136513 ] Marius Grama commented on LUCENE-9407: -- >  the instanceof happening here in the ela

[jira] [Commented] (LUCENE-9407) Change the visibility of LatLonXQuery classes to public

2020-06-16 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136507#comment-17136507 ] Robert Muir commented on LUCENE-9407: - -1: the instanceof happening here in the elas

[jira] [Resolved] (LUCENE-9396) Improve truncation detection for points

2020-06-16 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-9396. -- Fix Version/s: 8.6 Resolution: Fixed > Improve truncation detection for points > --

[jira] [Commented] (LUCENE-9396) Improve truncation detection for points

2020-06-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136504#comment-17136504 ] ASF subversion and git services commented on LUCENE-9396: - Commi

[jira] [Commented] (LUCENE-9396) Improve truncation detection for points

2020-06-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136496#comment-17136496 ] ASF subversion and git services commented on LUCENE-9396: - Commi

[GitHub] [lucene-solr] jpountz merged pull request #1557: LUCENE-9396: Improve truncation detection for points.

2020-06-16 Thread GitBox
jpountz merged pull request #1557: URL: https://github.com/apache/lucene-solr/pull/1557 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] jpountz commented on pull request #1557: LUCENE-9396: Improve truncation detection for points.

2020-06-16 Thread GitBox
jpountz commented on pull request #1557: URL: https://github.com/apache/lucene-solr/pull/1557#issuecomment-644651408 I implemented your suggestion. This is an automated message from the Apache Git Service. To respond to the m

[jira] [Updated] (LUCENE-9407) Change the visibility of LatLonXQuery classes to public

2020-06-16 Thread Marius Grama (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Grama updated LUCENE-9407: - Description: h2. Problem description   A few years ago the geospatial queries  classes have be

[jira] [Updated] (LUCENE-9407) Change the visibility of LatLonXQuery classes to public

2020-06-16 Thread Marius Grama (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Grama updated LUCENE-9407: - Description: h2. Problem description   A few years ago the geospatial queries  classes have be

[GitHub] [lucene-solr] mariusneo opened a new pull request #1583: LUCENE-9407: change the visibility of the LatLonXQuery classes to public

2020-06-16 Thread GitBox
mariusneo opened a new pull request #1583: URL: https://github.com/apache/lucene-solr/pull/1583 LUCENE-9407: change the visibility of the LatLonXQuery classes to public in order to allow using them outside of the org.apache.lucene.document package # Description A few years

[jira] [Updated] (LUCENE-9407) Change the visibility of LatLonXQuery classes to public

2020-06-16 Thread Marius Grama (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Grama updated LUCENE-9407: - Description: h2. Problem description   A few years ago the geospatial queries  classes have be

[jira] [Created] (LUCENE-9407) Change the visibility of LatLonXQuery classes to public

2020-06-16 Thread Marius Grama (Jira)
Marius Grama created LUCENE-9407: Summary: Change the visibility of LatLonXQuery classes to public Key: LUCENE-9407 URL: https://issues.apache.org/jira/browse/LUCENE-9407 Project: Lucene - Core

[jira] [Commented] (LUCENE-9378) Configurable compression for BinaryDocValues

2020-06-16 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136454#comment-17136454 ] Adrien Grand commented on LUCENE-9378: -- [~alexklibisz] Can you give more details ab

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-06-16 Thread GitBox
jpountz commented on a change in pull request #1351: URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r440675787 ## File path: lucene/core/src/java/org/apache/lucene/search/FilteringNumericComparator.java ## @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache Softwa

[GitHub] [lucene-solr] jimczi commented on a change in pull request #1577: LUCENE-9390: JapaneseTokenizer discards token that is all punctuation characters only

2020-06-16 Thread GitBox
jimczi commented on a change in pull request #1577: URL: https://github.com/apache/lucene-solr/pull/1577#discussion_r440654020 ## File path: lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/JapaneseTokenizer.java ## @@ -1917,4 +1917,15 @@ private static boolean

[jira] [Resolved] (LUCENE-9400) Tessellator might fail when several holes share the same vertex

2020-06-16 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera resolved LUCENE-9400. -- Fix Version/s: 8.6 Assignee: Ignacio Vera Resolution: Fixed > Tessellator migh

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1567: LUCENE-9402: Let MultiCollector handle minCompetitiveScore

2020-06-16 Thread GitBox
jpountz commented on a change in pull request #1567: URL: https://github.com/apache/lucene-solr/pull/1567#discussion_r440628129 ## File path: lucene/core/src/test/org/apache/lucene/search/MultiCollectorTest.java ## @@ -163,4 +163,115 @@ public void testCacheScoresIfNecessary()

[jira] [Commented] (LUCENE-9400) Tessellator might fail when several holes share the same vertex

2020-06-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136373#comment-17136373 ] ASF subversion and git services commented on LUCENE-9400: - Commi

[GitHub] [lucene-solr] iverase merged pull request #1562: LUCENE-9400: Tessellator might fail when several holes share the same vertex

2020-06-16 Thread GitBox
iverase merged pull request #1562: URL: https://github.com/apache/lucene-solr/pull/1562 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] (LUCENE-9400) Tessellator might fail when several holes share the same vertex

2020-06-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136372#comment-17136372 ] ASF subversion and git services commented on LUCENE-9400: - Commi