[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 208 - Failure

2019-09-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/208/ No tests ran. Build Log: [...truncated 10 lines...] ERROR: Timeout after 10 minutes ERROR: Error cloning remote repo 'origin' hudson.plugins.git.GitException: Command "git fetch --tags --progress https://gitbox.apache.org/rep

[jira] [Commented] (LUCENE-8968) Improve performance of WITHIN and DISJOINT queries for Shape queries

2019-09-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16928269#comment-16928269 ] ASF subversion and git services commented on LUCENE-8968: - Commi

[jira] [Commented] (LUCENE-8968) Improve performance of WITHIN and DISJOINT queries for Shape queries

2019-09-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16928270#comment-16928270 ] ASF subversion and git services commented on LUCENE-8968: - Commi

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 209 - Still unstable

2019-09-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/209/ 1 tests failed. FAILED: org.apache.solr.cloud.RollingRestartTest.test Error Message: Address already in use Stack Trace: java.net.BindException: Address already in use at __randomizedtesting.SeedInfo.seed([AB57FAB4C

[GitHub] [lucene-solr] atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530678743 > > RE: synchronization, what are your thoughts on using a global shared array where each collector publishes its bottom value v

[jira] [Resolved] (LUCENE-8976) Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor

2019-09-11 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera resolved LUCENE-8976. -- Fix Version/s: 8.3 Assignee: Ignacio Vera Resolution: Fixed > Use exact distan

[jira] [Commented] (LUCENE-8976) Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor

2019-09-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16928221#comment-16928221 ] ASF subversion and git services commented on LUCENE-8976: - Commi

[GitHub] [lucene-solr] atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530675406 > There is also the option of something in between. To avoid thread contention, could we just make uncoordinated read/write of a

[jira] [Commented] (LUCENE-8976) Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor

2019-09-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16928220#comment-16928220 ] ASF subversion and git services commented on LUCENE-8976: - Commi

[GitHub] [lucene-solr] iverase merged pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor

2019-09-11 Thread GitBox
iverase merged pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor URL: https://github.com/apache/lucene-solr/pull/874 This is an automated message from the Ap

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

2019-09-11 Thread Chongchen Chen (Jira)
Chongchen Chen created SOLR-13756: - Summary: ivy cannot download org.restlet.ext.servlet jar Key: SOLR-13756 URL: https://issues.apache.org/jira/browse/SOLR-13756 Project: Solr Issue Type: Bu

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1958 - Still Failing

2019-09-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1958/ No tests ran. Build Log: [...truncated 25 lines...] ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server svn: E175

[GitHub] [lucene-solr] yipen9 opened a new pull request #875: merge master

2019-09-11 Thread GitBox
yipen9 opened a new pull request #875: merge master URL: https://github.com/apache/lucene-solr/pull/875 # Description Please provide a short description of the changes you're making with this pull request. # Solution Please provide a short description of the

[GitHub] [lucene-solr] mocobeta commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio…

2019-09-11 Thread GitBox
mocobeta commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio… URL: https://github.com/apache/lucene-solr/pull/862#issuecomment-530624903 Just to be clear, to my understanding, this change has no effects on Solr or Elasticsearch built on Lucene 8.x

[GitHub] [lucene-solr] mocobeta edited a comment on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio…

2019-09-11 Thread GitBox
mocobeta edited a comment on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio… URL: https://github.com/apache/lucene-solr/pull/862#issuecomment-530614095 As far as LUCENE-8816 ("Decouple Kuromoji's morphological analyser and its dictionary") and related or

[GitHub] [lucene-solr] mocobeta commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio…

2019-09-11 Thread GitBox
mocobeta commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio… URL: https://github.com/apache/lucene-solr/pull/862#issuecomment-530614095 As far as LUCENE-8816 ("Decouple Kuromoji's morphological analyser and its dictionary") and related or sub iss

[GitHub] [lucene-solr] msokolov commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
msokolov commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530575471 There is also the option of something in between. To avoid thread contention, could we just make uncoordinated read/write of

[JENKINS] Lucene-Solr-Tests-master - Build # 3715 - Failure

2019-09-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3715/ No tests ran. Build Log: [...truncated 56755 lines...] ERROR: command execution failed. ERROR: Step ‘Archive the artifacts’ failed: no workspace for Lucene-Solr-Tests-master #3715 ERROR: Step ‘Publish JUnit test result report’ f

[GitHub] [lucene-solr] mikemccand commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
mikemccand commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530549495 I agree the "maximum minimum" score (for all local PQs that are full) is compelling as it'd require minimum synchronization

[jira] [Commented] (SOLR-13750) [CVE-2019-12401] XML Bomb in Apache Solr versions prior to 5.0.0

2019-09-11 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927949#comment-16927949 ] Tomás Fernández Löbbe commented on SOLR-13750: -- This issue was fixed by http

[jira] [Commented] (LUCENE-8966) KoreanTokenizer should split unknown words on digits

2019-09-11 Thread Namgyu Kim (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927933#comment-16927933 ] Namgyu Kim commented on LUCENE-8966: Oh, Thank you for your reply. [~jim.ferenczi] :

[jira] [Updated] (LUCENE-8977) Handle punctuation characters in KoreanTokenizer

2019-09-11 Thread Namgyu Kim (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namgyu Kim updated LUCENE-8977: --- Description: As we discussed on LUCENE-8966, KoreanTokenizer always divides into one and the others

[jira] [Created] (LUCENE-8977) Handle punctuation characters in KoreanTokenizer

2019-09-11 Thread Namgyu Kim (Jira)
Namgyu Kim created LUCENE-8977: -- Summary: Handle punctuation characters in KoreanTokenizer Key: LUCENE-8977 URL: https://issues.apache.org/jira/browse/LUCENE-8977 Project: Lucene - Core Issue Ty

[jira] [Commented] (SOLR-13750) [CVE-2019-12401] XML Bomb in Apache Solr versions prior to 5.0.0

2019-09-11 Thread Dean Shapira (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927908#comment-16927908 ] Dean Shapira commented on SOLR-13750: - [~tomasflobbe] can you please refer to the rel

[GitHub] [lucene-solr] jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530515005 > RE: synchronization, what are your thoughts on using a global shared array where each collector publishes its bottom value vs

[GitHub] [lucene-solr] atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530509226 > I think we're talking of different approaches, hence the confusion. It is correct that we can start setting the minimum score

[GitHub] [lucene-solr] jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530504547 I think we're talking of different approaches, hence the confusion. It is correct that we can start setting the minimum score w

[JENKINS] Lucene-Solr-Tests-8.x - Build # 562 - Unstable

2019-09-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/562/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler Error Message: ObjectTracker found 9 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MockDirectoryWrapper, MockD

[GitHub] [lucene-solr] msokolov commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio…

2019-09-11 Thread GitBox
msokolov commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio… URL: https://github.com/apache/lucene-solr/pull/862#issuecomment-530494478 > Should it be marked experimental then ? The fact that we ship a single dictionary within the jar also ensure

[GitHub] [lucene-solr] jimczi commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio…

2019-09-11 Thread GitBox
jimczi commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio… URL: https://github.com/apache/lucene-solr/pull/862#issuecomment-530492308 > Jim, I'm sorry - there was no comment for several days, so I assumed it was OK to push No problem.

[GitHub] [lucene-solr] msokolov commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio…

2019-09-11 Thread GitBox
msokolov commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio… URL: https://github.com/apache/lucene-solr/pull/862#issuecomment-530482206 But to answer your question a little more fully: the way this works is, you use DictionaryBuilder, in the same

[GitHub] [lucene-solr] msokolov commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio…

2019-09-11 Thread GitBox
msokolov commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio… URL: https://github.com/apache/lucene-solr/pull/862#issuecomment-530481447 Jim, I'm sorry - there was no comment for several days, so I assumed it was OK to push. Let's discuss, and if

[GitHub] [lucene-solr] atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530453877 > We need to ensure that the minimum score of the slice can be set as the maximum minimum score for all slices, however if t

[GitHub] [lucene-solr] jimczi commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio…

2019-09-11 Thread GitBox
jimczi commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio… URL: https://github.com/apache/lucene-solr/pull/862#issuecomment-530445644 Can we wait that we agreed on the full plan before backporting to 8x branch ? I don't see the full picture of t

[GitHub] [lucene-solr] jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530443453 > Which contract would that be? I believe that today, the contract that we call updateMinCompetitiveScore only when the PQ is f

Re: log4j-slf4j-impl dependency in solr-core

2019-09-11 Thread Shawn Heisey
On 9/11/2019 4:45 AM, Jan Høydahl wrote: Upgrading to log4j2 in https://issues.apache.org/jira/browse/SOLR-7887 added dependency on a bunch of log4j libs to solr-core, e.g. log4j-slf4j-impl which is a binding for slf4j to log using log4j. This seems wrong since people who consume solr-core thro

[jira] [Resolved] (LUCENE-8971) Enable constructing JapaneseTokenizer from custom dictionary

2019-09-11 Thread Mike Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov resolved LUCENE-8971. -- Assignee: Mike Sokolov Resolution: Fixed > Enable constructing JapaneseTokenizer from cu

[jira] [Updated] (LUCENE-8971) Enable constructing JapaneseTokenizer from custom dictionary

2019-09-11 Thread Mike Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-8971: - Fix Version/s: 8.3 > Enable constructing JapaneseTokenizer from custom dictionary > ---

[GitHub] [lucene-solr] msokolov commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio…

2019-09-11 Thread GitBox
msokolov commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio… URL: https://github.com/apache/lucene-solr/pull/862#issuecomment-530426989 Also back-ported to 8x branch - this was a clean cherry-pick, so I didn't post a PR.

[jira] [Commented] (LUCENE-8971) Enable constructing JapaneseTokenizer from custom dictionary

2019-09-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927645#comment-16927645 ] ASF subversion and git services commented on LUCENE-8971: - Commi

[GitHub] [lucene-solr] atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530418576 > I think it would be simpler to keep the maximum minimum score on each slice. Each time a slice publish a new minimum score

[jira] [Commented] (LUCENE-8971) Enable constructing JapaneseTokenizer from custom dictionary

2019-09-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927631#comment-16927631 ] ASF subversion and git services commented on LUCENE-8971: - Commi

[GitHub] [lucene-solr] msokolov merged pull request #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio…

2019-09-11 Thread GitBox
msokolov merged pull request #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio… URL: https://github.com/apache/lucene-solr/pull/862 This is an automated message from the Apache Git Service. To respo

[GitHub] [lucene-solr] jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530398602 > Thanks for offering. I have a skeletal PR in flight for this approach that I plan to publish tomorrow -- maybe we can iterate

[jira] [Resolved] (LUCENE-7521) Simplify PackedInts

2019-09-11 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-7521. -- Fix Version/s: master (9.0) Resolution: Fixed > Simplify PackedInts > -

[jira] [Commented] (LUCENE-7521) Simplify PackedInts

2019-09-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927578#comment-16927578 ] ASF subversion and git services commented on LUCENE-7521: - Commi

[jira] [Commented] (LUCENE-8939) Shared Hit Count Early Termination

2019-09-11 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927570#comment-16927570 ] Michael McCandless commented on LUCENE-8939: Is this issue done?  Will we ba

[GitHub] [lucene-solr] atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530380308 > I am not sure that synchronization would be an issue in this model since the update of the global min score should be quick, w

[GitHub] [lucene-solr] jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530373796 I am not sure that synchronization would be an issue in this model since the update of the global min score should be quick, we

[GitHub] [lucene-solr] atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530349367 > I think that you need to ensure that the slice publishing the new min score is full, otherwise the min score cannot be the glo

[GitHub] [lucene-solr] jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530345711 I think that you need to ensure that the slice publishing the new min score is full, otherwise the min score cannot be the glob

Early Termination In Concurrent Search -- Design

2019-09-11 Thread Atri Sharma
Hi All, In continuation to the efforts of adding early termination to concurrent searches, I have created a wiki page which entails the different use cases and their corresponding solutions that are being pursued. Please find the link at: https://cwiki.apache.org/confluence/display/LUCENE/Early+

[GitHub] [lucene-solr] atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530343716 > > Is this proposal to continue collecting the full N per slice (thread work unit), until some/all of them have a full (top N)

[GitHub] [lucene-solr] jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530342313 > Is this proposal to continue collecting the full N per slice (thread work unit), until some/all of them have a full (top N) P

[jira] [Commented] (LUCENE-5189) Numeric DocValues Updates

2019-09-11 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927490#comment-16927490 ] Mikhail Khludnev commented on LUCENE-5189: -- Giving that LUCENE-8585, LUCENE-837

[GitHub] [lucene-solr] iverase commented on issue #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor

2019-09-11 Thread GitBox
iverase commented on issue #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor URL: https://github.com/apache/lucene-solr/pull/874#issuecomment-530329820 In my test this approach looks faster than the previous approach, in particular for

[GitHub] [lucene-solr] iverase commented on a change in pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor

2019-09-11 Thread GitBox
iverase commented on a change in pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor URL: https://github.com/apache/lucene-solr/pull/874#discussion_r323177766 ## File path: lucene/sandbox/src/java/org/apache/lucene/do

[GitHub] [lucene-solr] iverase commented on a change in pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor

2019-09-11 Thread GitBox
iverase commented on a change in pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor URL: https://github.com/apache/lucene-solr/pull/874#discussion_r323177602 ## File path: lucene/sandbox/src/java/org/apache/lucene/do

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#discussion_r323174839 ## File path: lucene/core/src/java/org/apache/lucene/search/Collector.java ## @@ -77,4 +

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#discussion_r323176113 ## File path: lucene/core/src/java/org/apache/lucene/search/TopFieldCollector.java ## @@

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#discussion_r323175760 ## File path: lucene/core/src/java/org/apache/lucene/search/TopFieldCollector.java ## @@

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#discussion_r323176515 ## File path: lucene/core/src/java/org/apache/lucene/search/TopFieldCollector.java ## @@

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#discussion_r323175031 ## File path: lucene/core/src/java/org/apache/lucene/search/TopFieldCollector.java ## @@

log4j-slf4j-impl dependency in solr-core

2019-09-11 Thread Jan Høydahl
Hi Upgrading to log4j2 in https://issues.apache.org/jira/browse/SOLR-7887 added dependency on a bunch of log4j libs to solr-core, e.g. log4j-slf4j-impl which is a binding for slf4j to log using log4j. This seems wrong since people who consume solr-core through Maven should be able to freely cho

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#discussion_r322910021 ## File path: lucene/core/src/java/org/apache/lucene/search/EarlyTerminatingFieldCollectorManager

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#discussion_r322909770 ## File path: lucene/core/src/java/org/apache/lucene/search/EarlyTerminatingFieldCollectorManager

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-11 Thread GitBox
mikemccand commented on a change in pull request #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#discussion_r322910645 ## File path: lucene/core/src/java/org/apache/lucene/search/EarlyTerminatingFieldCollectorManager

[GitHub] [lucene-solr] atris commented on issue #815: LUCENE-8213: Introduce Asynchronous Caching in LRUQueryCache

2019-09-11 Thread GitBox
atris commented on issue #815: LUCENE-8213: Introduce Asynchronous Caching in LRUQueryCache URL: https://github.com/apache/lucene-solr/pull/815#issuecomment-530324014 @mikemccand Thanks for the inputs, updated the PR. Please let me know your comments --

[GitHub] [lucene-solr] atris commented on a change in pull request #815: LUCENE-8213: Introduce Asynchronous Caching in LRUQueryCache

2019-09-11 Thread GitBox
atris commented on a change in pull request #815: LUCENE-8213: Introduce Asynchronous Caching in LRUQueryCache URL: https://github.com/apache/lucene-solr/pull/815#discussion_r323171401 ## File path: lucene/core/src/java/org/apache/lucene/search/LRUQueryCache.java ## @@ -72

[GitHub] [lucene-solr] atris commented on a change in pull request #815: LUCENE-8213: Introduce Asynchronous Caching in LRUQueryCache

2019-09-11 Thread GitBox
atris commented on a change in pull request #815: LUCENE-8213: Introduce Asynchronous Caching in LRUQueryCache URL: https://github.com/apache/lucene-solr/pull/815#discussion_r323171349 ## File path: lucene/core/src/java/org/apache/lucene/search/LRUQueryCache.java ## @@ -65

[GitHub] [lucene-solr] jpountz commented on a change in pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor

2019-09-11 Thread GitBox
jpountz commented on a change in pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor URL: https://github.com/apache/lucene-solr/pull/874#discussion_r323152308 ## File path: lucene/sandbox/src/java/org/apache/lucene/do

[GitHub] [lucene-solr] jpountz commented on a change in pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor

2019-09-11 Thread GitBox
jpountz commented on a change in pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor URL: https://github.com/apache/lucene-solr/pull/874#discussion_r323152731 ## File path: lucene/sandbox/src/java/org/apache/lucene/do

[GitHub] [lucene-solr] jpountz commented on a change in pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor

2019-09-11 Thread GitBox
jpountz commented on a change in pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor URL: https://github.com/apache/lucene-solr/pull/874#discussion_r323148455 ## File path: lucene/sandbox/src/java/org/apache/lucene/do

[GitHub] [lucene-solr] jpountz commented on a change in pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor

2019-09-11 Thread GitBox
jpountz commented on a change in pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor URL: https://github.com/apache/lucene-solr/pull/874#discussion_r323149066 ## File path: lucene/sandbox/src/java/org/apache/lucene/do

[jira] [Comment Edited] (SOLR-13293) org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient - Error consuming and closing http response stream.

2019-09-11 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16925426#comment-16925426 ] Michael Dürr edited comment on SOLR-13293 at 9/11/19 9:15 AM: -

[GitHub] [lucene-solr] iverase opened a new pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbo

2019-09-11 Thread GitBox
iverase opened a new pull request #874: LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbo URL: https://github.com/apache/lucene-solr/pull/874 The algorithm uses now the exact minimum distance between a point and a bounding rectangle to navigat

[jira] [Created] (LUCENE-8976) Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor

2019-09-11 Thread Ignacio Vera (Jira)
Ignacio Vera created LUCENE-8976: Summary: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor Key: LUCENE-8976 URL: https://issues.apache.org/jira/browse/LUCENE-8976

RE: Failing tests

2019-09-11 Thread Uwe Schindler
Seems fixed with update from today: https://jenkins.thetaphi.de/view/Lucene-Solr/rssAll - Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Chris Hostetter > Sent: Tuesday, September 3, 2019 9:04 PM > To: dev@luc

[jira] [Commented] (LUCENE-8951) Create issues@ and builds@ lists and update notifications

2019-09-11 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927361#comment-16927361 ] Uwe Schindler commented on LUCENE-8951: --- INFRA-19013 is the jenkins problem > Cre

[jira] [Commented] (SOLR-13734) JWTAuthPlugin to support multiple issuers

2019-09-11 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927359#comment-16927359 ] Jan Høydahl commented on SOLR-13734: Here is the new JWT ref guide page after this pa

[jira] [Updated] (SOLR-13734) JWTAuthPlugin to support multiple issuers

2019-09-11 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-13734: --- Attachment: jwt-authentication-plugin.html > JWTAuthPlugin to support multiple issuers >

[GitHub] [lucene-solr] matejsoroka opened a new pull request #873: Rename README.txt to README.md

2019-09-11 Thread GitBox
matejsoroka opened a new pull request #873: Rename README.txt to README.md URL: https://github.com/apache/lucene-solr/pull/873 # Description Please provide a short description of the changes you're making with this pull request. # Solution Please provide a s

[jira] [Commented] (LUCENE-8951) Create issues@ and builds@ lists and update notifications

2019-09-11 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-8951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927318#comment-16927318 ] Jan Høydahl commented on LUCENE-8951: - INFRA-19012 is the issue for Jira and GitBox

[jira] [Commented] (LUCENE-8951) Create issues@ and builds@ lists and update notifications

2019-09-11 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-8951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927310#comment-16927310 ] Jan Høydahl commented on LUCENE-8951: - Uwe, can you followup on the Jenkins (builds@

[GitHub] [lucene-solr] iverase commented on issue #608: LUCENE-8620: LatLonShape contains

2019-09-11 Thread GitBox
iverase commented on issue #608: LUCENE-8620: LatLonShape contains URL: https://github.com/apache/lucene-solr/pull/608#issuecomment-530251007 I created #872 so I will close this PR. This is an automated message from the Apache

[GitHub] [lucene-solr] iverase closed pull request #608: LUCENE-8620: LatLonShape contains

2019-09-11 Thread GitBox
iverase closed pull request #608: LUCENE-8620: LatLonShape contains URL: https://github.com/apache/lucene-solr/pull/608 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [lucene-solr] iverase opened a new pull request #872: LUCENE-8620: LatLonShape contains

2019-09-11 Thread GitBox
iverase opened a new pull request #872: LUCENE-8620: LatLonShape contains URL: https://github.com/apache/lucene-solr/pull/872 LatLonShape's implementation for spatial relationship CONTAINS. superseed #608 This is an aut