[jira] [Commented] (LUCENE-9004) Approximate nearest vector search

2020-01-28 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025647#comment-17025647 ] Xin-Chun Zhang commented on LUCENE-9004: "This is already gigantic - what would

[jira] [Resolved] (SOLR-14211) TestBulkSchemaConcurrent failures

2020-01-28 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki resolved SOLR-14211. - Resolution: Fixed > TestBulkSchemaConcurrent failures > -

[jira] [Created] (SOLR-14227) Query parsing with switch query parser number of results not matching

2020-01-28 Thread santosh rachuri (Jira)
santosh rachuri created SOLR-14227: -- Summary: Query parsing with switch query parser number of results not matching Key: SOLR-14227 URL: https://issues.apache.org/jira/browse/SOLR-14227 Project: Solr

[jira] [Commented] (SOLR-13897) Unsafe publication of Terms object in ZkShardTerms

2020-01-28 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025563#comment-17025563 ] Shalin Shekhar Mangar commented on SOLR-13897: -- Thanks [~jpountz] for fixing

[jira] [Commented] (SOLR-14224) Not able to build solr 6.6.2 from source after January 15, 2020

2020-01-28 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025558#comment-17025558 ] Ishan Chattopadhyaya commented on SOLR-14224: - SOLR-13756 is related, fyi. >

[jira] [Commented] (SOLR-14224) Not able to build solr 6.6.2 from source after January 15, 2020

2020-01-28 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025557#comment-17025557 ] Ishan Chattopadhyaya commented on SOLR-14224: - If this is the case, we should

[jira] [Updated] (SOLR-14224) Not able to build solr 6.6.2 from source after January 15, 2020

2020-01-28 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-14224: Status: Reopened (was: Closed) > Not able to build solr 6.6.2 from source after Ja

[jira] [Closed] (SOLR-14224) Not able to build solr 6.6.2 from source after January 15, 2020

2020-01-28 Thread Guruprasad K K (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guruprasad K K closed SOLR-14224. - > Not able to build solr 6.6.2 from source after January 15, 2020 > -

[jira] [Comment Edited] (SOLR-14201) some SolrCore are not released after being removed

2020-01-28 Thread Vinh Le (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17024969#comment-17024969 ] Vinh Le edited comment on SOLR-14201 at 1/29/20 3:07 AM: - h3. Wit

[GitHub] [lucene-solr] dweiss commented on issue #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate

2020-01-28 Thread GitBox
dweiss commented on issue #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate URL: https://github.com/apache/lucene-solr/pull/1219#issuecomment-579468672 bq. Which is somewhat misleading? Does the task not work if we don't delete files first? javacc tries to be smart and anal

[GitHub] [lucene-solr] dweiss commented on issue #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate

2020-01-28 Thread GitBox
dweiss commented on issue #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate URL: https://github.com/apache/lucene-solr/pull/1219#issuecomment-579467903 I thought so at first... but then I realized it will be a nightmare to regenerate some of these -- like the jflex one that requir

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate

2020-01-28 Thread GitBox
dweiss commented on a change in pull request #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate URL: https://github.com/apache/lucene-solr/pull/1219#discussion_r372071747 ## File path: gradle/generation/javacc.gradle ## @@ -0,0 +1,102 @@ +// Add a top-level pseudo-

[GitHub] [lucene-solr] madrob commented on issue #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate

2020-01-28 Thread GitBox
madrob commented on issue #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate URL: https://github.com/apache/lucene-solr/pull/1219#issuecomment-579461009 Do we want to have a top level regenerate task that will regenerate everything? Fine to push that out to a later issue also. ---

[GitHub] [lucene-solr] madrob commented on a change in pull request #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate

2020-01-28 Thread GitBox
madrob commented on a change in pull request #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate URL: https://github.com/apache/lucene-solr/pull/1219#discussion_r372050229 ## File path: build.gradle ## @@ -40,7 +40,8 @@ ext { // https://github.com/palantir/gradle

[GitHub] [lucene-solr] madrob commented on a change in pull request #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate

2020-01-28 Thread GitBox
madrob commented on a change in pull request #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate URL: https://github.com/apache/lucene-solr/pull/1219#discussion_r372052356 ## File path: gradle/generation/javacc.gradle ## @@ -0,0 +1,102 @@ +// Add a top-level pseudo-

[GitHub] [lucene-solr] madrob commented on a change in pull request #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate

2020-01-28 Thread GitBox
madrob commented on a change in pull request #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate URL: https://github.com/apache/lucene-solr/pull/1219#discussion_r372053503 ## File path: gradle/generation/javacc.gradle ## @@ -0,0 +1,102 @@ +// Add a top-level pseudo-

[jira] [Commented] (SOLR-14225) Upgrade jaegertracing

2020-01-28 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025409#comment-17025409 ] Jan Høydahl commented on SOLR-14225: I have not assigned myself yet, so this jira is

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1218: LUCENE-9134: Javacc skeleton

2020-01-28 Thread GitBox
dweiss commented on a change in pull request #1218: LUCENE-9134: Javacc skeleton URL: https://github.com/apache/lucene-solr/pull/1218#discussion_r372005277 ## File path: gradle/generation/javacc.gradle ## @@ -0,0 +1,102 @@ +// Add a top-level pseudo-task to which we will at

[jira] [Commented] (SOLR-13897) Unsafe publication of Terms object in ZkShardTerms

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

[jira] [Commented] (SOLR-13897) Unsafe publication of Terms object in ZkShardTerms

2020-01-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025380#comment-17025380 ] ASF subversion and git services commented on SOLR-13897: Commit 4

[jira] [Resolved] (LUCENE-9115) NRTCachingDirectory may put large files in the cache

2020-01-28 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-9115. -- Fix Version/s: 8.5 Resolution: Fixed > NRTCachingDirectory may put large files in the c

[jira] [Resolved] (LUCENE-9118) BlockTreeTermsReader should use compareUnsigned to compare suffixes

2020-01-28 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-9118. -- Fix Version/s: 8.5 Resolution: Fixed > BlockTreeTermsReader should use compareUnsigned

[jira] [Resolved] (LUCENE-9161) DirectMonotonicWriter should check for overflows

2020-01-28 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-9161. -- Fix Version/s: 8.5 Resolution: Fixed > DirectMonotonicWriter should check for overflows

[jira] [Commented] (LUCENE-4702) Terms dictionary compression

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

[jira] [Commented] (LUCENE-9161) DirectMonotonicWriter should check for overflows

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

[jira] [Commented] (LUCENE-8962) Can we merge small segments during refresh, for faster searching?

2020-01-28 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025367#comment-17025367 ] David Smiley commented on LUCENE-8962: -- [~msfroh] as you can see above, I accomplis

[jira] [Commented] (SOLR-14226) SolrStream reports AuthN/AuthZ failures (401|403) as IOException w/o details

2020-01-28 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025365#comment-17025365 ] Chris M. Hostetter commented on SOLR-14226: --- >From a test i'm in the process of

[jira] [Created] (SOLR-14226) SolrStream reports AuthN/AuthZ failures (401|403) as IOException w/o details

2020-01-28 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-14226: - Summary: SolrStream reports AuthN/AuthZ failures (401|403) as IOException w/o details Key: SOLR-14226 URL: https://issues.apache.org/jira/browse/SOLR-14226

[jira] [Commented] (LUCENE-9161) DirectMonotonicWriter should check for overflows

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

[GitHub] [lucene-solr] jpountz merged pull request #1197: LUCENE-9161: DirectMonotonicWriter checks for overflows.

2020-01-28 Thread GitBox
jpountz merged pull request #1197: LUCENE-9161: DirectMonotonicWriter checks for overflows. URL: https://github.com/apache/lucene-solr/pull/1197 This is an automated message from the Apache Git Service. To respond to the mes

[jira] [Commented] (LUCENE-4702) Terms dictionary compression

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

[GitHub] [lucene-solr] jpountz merged pull request #1216: LUCENE-4702: Reduce terms dictionary compression overhead.

2020-01-28 Thread GitBox
jpountz merged pull request #1216: LUCENE-4702: Reduce terms dictionary compression overhead. URL: https://github.com/apache/lucene-solr/pull/1216 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [lucene-solr] msokolov commented on a change in pull request #1155: LUCENE-8962: Add ability to selectively merge on commit

2020-01-28 Thread GitBox
msokolov commented on a change in pull request #1155: LUCENE-8962: Add ability to selectively merge on commit URL: https://github.com/apache/lucene-solr/pull/1155#discussion_r371953236 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java ## @@ -3223,

[jira] [Commented] (LUCENE-8962) Can we merge small segments during refresh, for faster searching?

2020-01-28 Thread Michael Froh (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025313#comment-17025313 ] Michael Froh commented on LUCENE-8962: -- Thanks [~msoko...@gmail.com] for the feedba

[jira] [Resolved] (LUCENE-9189) TestIndexWriterDelete.testDeletesOnDiskFull can run for minutes

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9189. - Fix Version/s: master (9.0) Resolution: Fixed As mentioned above, I marked nightly for no

[jira] [Commented] (LUCENE-9189) TestIndexWriterDelete.testDeletesOnDiskFull can run for minutes

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

[jira] [Commented] (LUCENE-9189) TestIndexWriterDelete.testDeletesOnDiskFull can run for minutes

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025303#comment-17025303 ] Robert Muir commented on LUCENE-9189: - OK, I see the issue. it also "tracks" (by tra

[jira] [Commented] (LUCENE-9189) TestIndexWriterDelete.testDeletesOnDiskFull can run for minutes

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025297#comment-17025297 ] Robert Muir commented on LUCENE-9189: - There are definitely test bugs here too. Mock

[jira] [Commented] (SOLR-13817) Deprecate and remove legacy SolrCache implementations

2020-01-28 Thread Andy Webb (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025295#comment-17025295 ] Andy Webb commented on SOLR-13817: -- Could I put in a request that we get to use the fina

[GitHub] [lucene-solr] balaji-s commented on issue #1221: SOLR-14193 Update tutorial.adoc(line no:664) so that command executes…

2020-01-28 Thread GitBox
balaji-s commented on issue #1221: SOLR-14193 Update tutorial.adoc(line no:664) so that command executes… URL: https://github.com/apache/lucene-solr/pull/1221#issuecomment-579353263 Updated line no:664 in solr-tutorial.adoc. Added escape characters for ^ and | symbols in windows environme

[jira] [Updated] (SOLR-14193) Update tutorial.adoc(line no:664) so that command executes in windows enviroment

2020-01-28 Thread balaji sundaram (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] balaji sundaram updated SOLR-14193: --- Attachment: solr-tutorial.adoc Status: Open (was: Open) > Update tutorial.adoc(line

[jira] [Resolved] (LUCENE-9186) remove linefiledocs usage from basetokenstreamtestcase

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9186. - Fix Version/s: master (9.0) Resolution: Fixed I opened LUCENE-9191 as a followup for othe

[jira] [Commented] (LUCENE-9186) remove linefiledocs usage from basetokenstreamtestcase

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

[jira] [Commented] (SOLR-13289) Support for BlockMax WAND

2020-01-28 Thread Gregg Donovan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025286#comment-17025286 ] Gregg Donovan commented on SOLR-13289: -- {quote}This feature currently doesn't work i

[GitHub] [lucene-solr] balaji-s opened a new pull request #1221: SOLR-14193 Update tutorial.adoc(line no:664) so that command executes…

2020-01-28 Thread GitBox
balaji-s opened a new pull request #1221: SOLR-14193 Update tutorial.adoc(line no:664) so that command executes… URL: https://github.com/apache/lucene-solr/pull/1221 … in windows enviroment # Description Please provide a short description of the changes you're maki

[jira] [Created] (LUCENE-9191) Fix linefiledocs compression or replace in tests

2020-01-28 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9191: --- Summary: Fix linefiledocs compression or replace in tests Key: LUCENE-9191 URL: https://issues.apache.org/jira/browse/LUCENE-9191 Project: Lucene - Core Issue

[jira] [Resolved] (LUCENE-9187) remove too-expensive assert from LZ4 HighCompressionHashTable

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9187. - Fix Version/s: master (9.0) Resolution: Fixed I opened LUCENE-9190 as a followup for the

[jira] [Commented] (LUCENE-9187) remove too-expensive assert from LZ4 HighCompressionHashTable

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

[jira] [Created] (LUCENE-9190) add dedicated test to assert internals of LZ4 hashtable

2020-01-28 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9190: --- Summary: add dedicated test to assert internals of LZ4 hashtable Key: LUCENE-9190 URL: https://issues.apache.org/jira/browse/LUCENE-9190 Project: Lucene - Core

[jira] [Commented] (LUCENE-9189) TestIndexWriterDelete.testDeletesOnDiskFull can run for minutes

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025270#comment-17025270 ] Robert Muir commented on LUCENE-9189: - I'm guessing there is something such as a cop

[jira] [Resolved] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9185. - Fix Version/s: master (9.0) Resolution: Fixed > add "tests.profile" to gradle build to ai

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

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

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

2020-01-28 Thread Zsolt Gyulavari (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025259#comment-17025259 ] Zsolt Gyulavari commented on SOLR-13756: I've rebased and addressed the gradle bu

[jira] [Created] (LUCENE-9189) TestIndexWriterDelete.testDeletesOnDiskFull can run for minutes

2020-01-28 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9189: --- Summary: TestIndexWriterDelete.testDeletesOnDiskFull can run for minutes Key: LUCENE-9189 URL: https://issues.apache.org/jira/browse/LUCENE-9189 Project: Lucene - Core

[jira] [Commented] (LUCENE-9004) Approximate nearest vector search

2020-01-28 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025251#comment-17025251 ] Michael Sokolov commented on LUCENE-9004: - > Is there any possible to merge LUCE

[GitHub] [lucene-solr] alessandrobenedetti commented on issue #357: [SOLR-12238] Synonym Queries boost by payload

2020-01-28 Thread GitBox
alessandrobenedetti commented on issue #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#issuecomment-579326000 No strong opinion on that, it was actually the first time I used the AttributeSource so I am happy to switch to TokenStream

[jira] [Created] (LUCENE-9188) Add jacoco code coverage support to gradle build

2020-01-28 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9188: --- Summary: Add jacoco code coverage support to gradle build Key: LUCENE-9188 URL: https://issues.apache.org/jira/browse/LUCENE-9188 Project: Lucene - Core Issue

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025238#comment-17025238 ] Robert Muir commented on LUCENE-9185: - I agree, it would be nice. For now I added ba

[jira] [Commented] (SOLR-14225) Upgrade jaegertracing

2020-01-28 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025234#comment-17025234 ] Dawid Weiss commented on SOLR-14225: It'd be great if the patch included correspondin

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025233#comment-17025233 ] Dawid Weiss commented on LUCENE-9185: - It looks great, thanks Robert. I'd love to

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025220#comment-17025220 ] Robert Muir commented on LUCENE-9185: - I added a bunch of crazy abstractions and con

[jira] [Updated] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9185: Attachment: LUCENE-9185.patch > add "tests.profile" to gradle build to aid fixing slow tests > ---

[jira] [Created] (SOLR-14225) Upgrade jaegertracing

2020-01-28 Thread Jira
Jan Høydahl created SOLR-14225: -- Summary: Upgrade jaegertracing Key: SOLR-14225 URL: https://issues.apache.org/jira/browse/SOLR-14225 Project: Solr Issue Type: Improvement Security Level:

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025193#comment-17025193 ] Robert Muir commented on LUCENE-9185: - [~dweiss] I tried to fold in your feedback, c

[jira] [Updated] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9185: Attachment: LUCENE-9185.patch > add "tests.profile" to gradle build to aid fixing slow tests > ---

[GitHub] [lucene-solr] ErickErickson commented on a change in pull request #1218: LUCENE-9134: Javacc skeleton

2020-01-28 Thread GitBox
ErickErickson commented on a change in pull request #1218: LUCENE-9134: Javacc skeleton URL: https://github.com/apache/lucene-solr/pull/1218#discussion_r371828729 ## File path: gradle/generation/javacc.gradle ## @@ -0,0 +1,102 @@ +// Add a top-level pseudo-task to which we

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025142#comment-17025142 ] Robert Muir commented on LUCENE-9185: - {quote} All of them make sense but you're kil

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025129#comment-17025129 ] Robert Muir commented on LUCENE-9185: - {quote} As for the patch: it works because yo

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025128#comment-17025128 ] Dawid Weiss commented on LUCENE-9185: - bq. But if i had to ask for a wishlist of imp

[GitHub] [lucene-solr] dsmiley commented on issue #357: [SOLR-12238] Synonym Queries boost by payload

2020-01-28 Thread GitBox
dsmiley commented on issue #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#issuecomment-579257834 I noticed the use of {{AttributeSource[]}} (array of AttributeSource), done at the behest of @romseygeek . That seems fishy... shouldn'

[jira] [Commented] (LUCENE-9171) Synonyms Boost by Payload

2020-01-28 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025124#comment-17025124 ] David Smiley commented on LUCENE-9171: -- I have my doubts on AttributeSource and arr

[jira] [Commented] (SOLR-13996) Refactor HttpShardHandler#prepDistributed() into smaller pieces

2020-01-28 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025122#comment-17025122 ] Shalin Shekhar Mangar commented on SOLR-13996: -- I've been working on a refac

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025120#comment-17025120 ] Dawid Weiss commented on LUCENE-9185: - It looks odd to your eyes because it's a lega

[jira] [Assigned] (SOLR-13996) Refactor HttpShardHandler#prepDistributed() into smaller pieces

2020-01-28 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-13996: Assignee: Shalin Shekhar Mangar > Refactor HttpShardHandler#prepDistribute

[GitHub] [lucene-solr] shalinmangar opened a new pull request #1220: SOLR-13996: Refactor HttpShardHandler.prepDistributed method

2020-01-28 Thread GitBox
shalinmangar opened a new pull request #1220: SOLR-13996: Refactor HttpShardHandler.prepDistributed method URL: https://github.com/apache/lucene-solr/pull/1220 # Description This PR refactors the huge HttpShardHandler.prepDistributed method into smaller pieces. # Solution

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025116#comment-17025116 ] Robert Muir commented on LUCENE-9185: - {quote} Maybe we should make the latter optio

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025112#comment-17025112 ] Robert Muir commented on LUCENE-9185: - {quote} It will work but -Ptests.profile=true

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025110#comment-17025110 ] Dawid Weiss commented on LUCENE-9185: - Ok, fair enough. With profiling it's explicit

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025108#comment-17025108 ] Robert Muir commented on LUCENE-9185: - {quote} Also: it'll always display the profil

[GitHub] [lucene-solr] ErickErickson commented on a change in pull request #1218: LUCENE-9134: Javacc skeleton

2020-01-28 Thread GitBox
ErickErickson commented on a change in pull request #1218: LUCENE-9134: Javacc skeleton URL: https://github.com/apache/lucene-solr/pull/1218#discussion_r371801937 ## File path: gradle/generation/javacc.gradle ## @@ -0,0 +1,102 @@ +// Add a top-level pseudo-task to which we

[GitHub] [lucene-solr] ErickErickson commented on a change in pull request #1218: LUCENE-9134: Javacc skeleton

2020-01-28 Thread GitBox
ErickErickson commented on a change in pull request #1218: LUCENE-9134: Javacc skeleton URL: https://github.com/apache/lucene-solr/pull/1218#discussion_r371801798 ## File path: gradle/generation/javacc.gradle ## @@ -0,0 +1,102 @@ +// Add a top-level pseudo-task to which we

[GitHub] [lucene-solr] ErickErickson commented on a change in pull request #1218: LUCENE-9134: Javacc skeleton

2020-01-28 Thread GitBox
ErickErickson commented on a change in pull request #1218: LUCENE-9134: Javacc skeleton URL: https://github.com/apache/lucene-solr/pull/1218#discussion_r371799808 ## File path: gradle/generation/javacc.gradle ## @@ -0,0 +1,102 @@ +// Add a top-level pseudo-task to which we

[GitHub] [lucene-solr] ErickErickson commented on a change in pull request #1218: LUCENE-9134: Javacc skeleton

2020-01-28 Thread GitBox
ErickErickson commented on a change in pull request #1218: LUCENE-9134: Javacc skeleton URL: https://github.com/apache/lucene-solr/pull/1218#discussion_r371799564 ## File path: gradle/defaults-java.gradle ## @@ -25,13 +25,13 @@ allprojects { tasks.withType(JavaCompile

[jira] [Resolved] (SOLR-14224) Not able to build solr 6.6.2 from source after January 15, 2020

2020-01-28 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-14224. --- Resolution: Invalid We stopped active support for Solr 6x quite some time ago and will not be

[jira] [Commented] (LUCENE-9134) Port ant-regenerate tasks to Gradle build

2020-01-28 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025101#comment-17025101 ] Erick Erickson commented on LUCENE-9134: New PR with skeleton of javacc changes.

[jira] [Commented] (LUCENE-9186) remove linefiledocs usage from basetokenstreamtestcase

2020-01-28 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025091#comment-17025091 ] Dawid Weiss commented on LUCENE-9186: - +1. > remove linefiledocs usage from basetok

[jira] [Commented] (LUCENE-9187) remove too-expensive assert from LZ4 HighCompressionHashTable

2020-01-28 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025085#comment-17025085 ] Adrien Grand commented on LUCENE-9187: -- This profile option is pretty cool. +1 to

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025074#comment-17025074 ] Dawid Weiss commented on LUCENE-9185: - Great beyond words. I never had a chance to u

[GitHub] [lucene-solr] ErickErickson opened a new pull request #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate

2020-01-28 Thread GitBox
ErickErickson opened a new pull request #1219: LUCENE-9134: Javacc skeleton for Gradle regenerate URL: https://github.com/apache/lucene-solr/pull/1219 Here's the build changes to get javacc to run, modeled on the jflex changes , many thanks for the model. Only two files changed here ;)

[GitHub] [lucene-solr] ErickErickson closed pull request #1218: LUCENE-9134: Javacc skeleton

2020-01-28 Thread GitBox
ErickErickson closed pull request #1218: LUCENE-9134: Javacc skeleton URL: https://github.com/apache/lucene-solr/pull/1218 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [lucene-solr] ErickErickson commented on issue #1218: LUCENE-9134: Javacc skeleton

2020-01-28 Thread GitBox
ErickErickson commented on issue #1218: LUCENE-9134: Javacc skeleton URL: https://github.com/apache/lucene-solr/pull/1218#issuecomment-579219139 Didn't title it right. This is an automated message from the Apache Git Service.

[jira] [Commented] (SOLR-12238) Synonym Query Style Boost By Payload

2020-01-28 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025050#comment-17025050 ] Alessandro Benedetti commented on SOLR-12238: - I followed the refactor commen

[GitHub] [lucene-solr] alessandrobenedetti commented on issue #357: [SOLR-12238] Synonym Queries boost by payload

2020-01-28 Thread GitBox
alessandrobenedetti commented on issue #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#issuecomment-579200844 I followed the refactor comments from both @diegoceccarelli and @romseygeek . The PR seems much cleaner right now both

[jira] [Updated] (LUCENE-9187) remove too-expensive assert from LZ4 HighCompressionHashTable

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9187: Attachment: LUCENE-9187.patch > remove too-expensive assert from LZ4 HighCompressionHashTable > --

[jira] [Commented] (LUCENE-9187) remove too-expensive assert from LZ4 HighCompressionHashTable

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025048#comment-17025048 ] Robert Muir commented on LUCENE-9187: - cc [~jpountz] > remove too-expensive assert

[jira] [Created] (LUCENE-9187) remove too-expensive assert from LZ4 HighCompressionHashTable

2020-01-28 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9187: --- Summary: remove too-expensive assert from LZ4 HighCompressionHashTable Key: LUCENE-9187 URL: https://issues.apache.org/jira/browse/LUCENE-9187 Project: Lucene - Core

[jira] [Updated] (LUCENE-9186) remove linefiledocs usage from basetokenstreamtestcase

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9186: Attachment: LUCENE-9186.patch > remove linefiledocs usage from basetokenstreamtestcase > -

[jira] [Created] (LUCENE-9186) remove linefiledocs usage from basetokenstreamtestcase

2020-01-28 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9186: --- Summary: remove linefiledocs usage from basetokenstreamtestcase Key: LUCENE-9186 URL: https://issues.apache.org/jira/browse/LUCENE-9186 Project: Lucene - Core

[jira] [Commented] (LUCENE-9185) add "tests.profile" to gradle build to aid fixing slow tests

2020-01-28 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025032#comment-17025032 ] Robert Muir commented on LUCENE-9185: - Attached is my initial stab... its helpful to

[jira] [Updated] (SOLR-14224) Not able to build solr 6.6.2 from source after January 15, 2020

2020-01-28 Thread Guruprasad K K (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guruprasad K K updated SOLR-14224: -- Description: After Jan 15th maven is allowing only https connections to repo. But solr 6.6.2 v

  1   2   >