[jira] [Commented] (SOLR-13972) Insecure Solr should generate startup warning

2020-08-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176096#comment-17176096 ] Jan Høydahl commented on SOLR-13972: I think the technically correct way is to open a

[jira] [Commented] (SOLR-13998) Add thread safety annotation to classes

2020-08-12 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176102#comment-17176102 ] Marcus Eagan commented on SOLR-13998: - [~anshum] can you link to the branch Mark shar

[jira] [Commented] (SOLR-13998) Add thread safety annotation to classes

2020-08-12 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176101#comment-17176101 ] Marcus Eagan commented on SOLR-13998: - [~anshum] that makes sense. I didn't realized

[GitHub] [lucene-solr] dweiss opened a new pull request #1743: Gradual naming convention enforcement.

2020-08-12 Thread GitBox
dweiss opened a new pull request #1743: URL: https://github.com/apache/lucene-solr/pull/1743 LUCENE-8626. Here's how you can do it in a progressive, incremental way: make an exception list for existing suites not following the convention, but enforce it on anything new. -

[jira] [Commented] (LUCENE-8626) standardise test class naming

2020-08-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176109#comment-17176109 ] Dawid Weiss commented on LUCENE-8626: - Pushed a PR for consideration on how this can

[jira] [Commented] (LUCENE-8626) standardise test class naming

2020-08-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176113#comment-17176113 ] Dawid Weiss commented on LUCENE-8626: - As for the convention itself, I'm myself more

[GitHub] [lucene-solr] mocobeta commented on pull request #1742: Standalone distribution assembly for Luke

2020-08-12 Thread GitBox
mocobeta commented on pull request #1742: URL: https://github.com/apache/lucene-solr/pull/1742#issuecomment-672691181 Thanks, it works very well for me! I added dependencies on all analysis modules and suggester. When I run `./gradlew :lucene:luke:run`, I got this error and then fig

[GitHub] [lucene-solr] dweiss commented on pull request #1742: Standalone distribution assembly for Luke

2020-08-12 Thread GitBox
dweiss commented on pull request #1742: URL: https://github.com/apache/lucene-solr/pull/1742#issuecomment-672693199 I'd add those dependencies to 'standalone' configuration, not implementation - so that the implementation configuration is indeed minimal? As for the launcher: this is

[GitHub] [lucene-solr] mocobeta commented on pull request #1742: Standalone distribution assembly for Luke

2020-08-12 Thread GitBox
mocobeta commented on pull request #1742: URL: https://github.com/apache/lucene-solr/pull/1742#issuecomment-672701544 > I'd add those dependencies to 'standalone' configuration, not implementation I moved them. Thanks. ---

[jira] [Commented] (LUCENE-9439) Matches API should enumerate hit fields that have no positions (no iterator)

2020-08-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176127#comment-17176127 ] Dawid Weiss commented on LUCENE-9439: - Let me know once you take a peek at it, Alan.

[jira] [Created] (SOLR-14731) Make use of @SolrSingleThreaded Implementation

2020-08-12 Thread Marcus Eagan (Jira)
Marcus Eagan created SOLR-14731: --- Summary: Make use of @SolrSingleThreaded Implementation Key: SOLR-14731 URL: https://issues.apache.org/jira/browse/SOLR-14731 Project: Solr Issue Type: Improv

[jira] [Commented] (SOLR-14731) Make use of @SolrSingleThreaded Implementation

2020-08-12 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176145#comment-17176145 ] Marcus Eagan commented on SOLR-14731: - this is an annotation to denote that this clas

[GitHub] [lucene-solr] mocobeta commented on pull request #1742: Standalone distribution assembly for Luke

2020-08-12 Thread GitBox
mocobeta commented on pull request #1742: URL: https://github.com/apache/lucene-solr/pull/1742#issuecomment-672713515 > As for the launcher: this is caused by 'vmlauncher: false'. If you set it to true then it'll work but you'd need to know exact path to 'java' - which you can get from Gra

[GitHub] [lucene-solr] atris commented on a change in pull request #1737: SOLR-14615: Implement CPU Utilization Based Circuit Breaker

2020-08-12 Thread GitBox
atris commented on a change in pull request #1737: URL: https://github.com/apache/lucene-solr/pull/1737#discussion_r469081264 ## File path: solr/core/src/java/org/apache/solr/core/SolrConfig.java ## @@ -811,10 +818,18 @@ private void initLibs(SolrResourceLoader loader, boolean

[GitHub] [lucene-solr] MarcusSorealheis opened a new pull request #1744: SOLR-14731: Add SingleThreaded Annotation to Class

2020-08-12 Thread GitBox
MarcusSorealheis opened a new pull request #1744: URL: https://github.com/apache/lucene-solr/pull/1744 # Description Makes use of @anshumg and @markrmiller's single threaded annotation so that it is more obvious to maintainers. # Solution adds it. #

[jira] [Commented] (SOLR-14712) Standardize RPC calls in Solr

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176146#comment-17176146 ] Ishan Chattopadhyaya commented on SOLR-14712: - Let us name this better. "RPC"

[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #1744: SOLR-14731: Add SingleThreaded Annotation to Class

2020-08-12 Thread GitBox
MarcusSorealheis commented on pull request #1744: URL: https://github.com/apache/lucene-solr/pull/1744#issuecomment-672714337 simple PR here, will the package masters @chatman and @noblepaul please take a look, as well as @anshumg. I'll use this annotation going forward as applicable. Tha

[GitHub] [lucene-solr] dweiss commented on pull request #1742: Standalone distribution assembly for Luke

2020-08-12 Thread GitBox
dweiss commented on pull request #1742: URL: https://github.com/apache/lucene-solr/pull/1742#issuecomment-672715512 I think the VM launcher doesn't respect search path on all environments. You have to provide an explicit path to the binary you're willing to launch. This is how it used to w

[jira] [Commented] (SOLR-14712) Standardize RPC calls in Solr

2020-08-12 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176151#comment-17176151 ] Noble Paul commented on SOLR-14712: --- I shall just name it` RemoteCall` instead of RPC w

[jira] [Commented] (SOLR-14497) Move the project to become Apache TLP

2020-08-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176162#comment-17176162 ] Jan Høydahl commented on SOLR-14497: What's the status here? Last I recall was [~dsmi

[jira] [Commented] (LUCENE-9457) Why is Kuromoji tokenization throughput bimodal?

2020-08-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176164#comment-17176164 ] Dawid Weiss commented on LUCENE-9457: - bq. It could be hotspot noise maybe? Could

[jira] [Commented] (SOLR-14497) Move the project to become Apache TLP

2020-08-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176165#comment-17176165 ] Dawid Weiss commented on SOLR-14497: > Are we still aiming to setup the Solr PMC befo

[GitHub] [lucene-solr] MarcusSorealheis commented on a change in pull request #1737: SOLR-14615: Implement CPU Utilization Based Circuit Breaker

2020-08-12 Thread GitBox
MarcusSorealheis commented on a change in pull request #1737: URL: https://github.com/apache/lucene-solr/pull/1737#discussion_r469104910 ## File path: solr/core/src/java/org/apache/solr/core/SolrConfig.java ## @@ -811,10 +818,18 @@ private void initLibs(SolrResourceLoader loade

[jira] [Commented] (LUCENE-8776) Start offset going backwards has a legitimate purpose

2020-08-12 Thread Simon Willnauer (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176184#comment-17176184 ] Simon Willnauer commented on LUCENE-8776: - I think preventing negative offsets i

[jira] [Commented] (SOLR-14636) Provide a reference implementation for SolrCloud that is stable and fast.

2020-08-12 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176215#comment-17176215 ] Mark Robert Miller commented on SOLR-14636: --- Getting so close even with so much

[jira] [Commented] (SOLR-14636) Provide a reference implementation for SolrCloud that is stable and fast.

2020-08-12 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176226#comment-17176226 ] Mark Robert Miller commented on SOLR-14636: --- I’d also like to thank those that

[jira] [Commented] (SOLR-14497) Move the project to become Apache TLP

2020-08-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176229#comment-17176229 ] Jan Høydahl commented on SOLR-14497: Yea, lots of things to do there. I wonder if it

[jira] [Commented] (SOLR-14636) Provide a reference implementation for SolrCloud that is stable and fast.

2020-08-12 Thread Markus Jelsma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176231#comment-17176231 ] Markus Jelsma commented on SOLR-14636: -- Hi [~markrmiller] , as curious as a was, i t

[jira] [Commented] (SOLR-14497) Move the project to become Apache TLP

2020-08-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176236#comment-17176236 ] Dawid Weiss commented on SOLR-14497: Getting rid of ant is very likely a prerequisite

[jira] [Commented] (SOLR-14636) Provide a reference implementation for SolrCloud that is stable and fast.

2020-08-12 Thread Markus Jelsma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176237#comment-17176237 ] Markus Jelsma commented on SOLR-14636: -- Well, adding a null check there fixes the pr

[jira] [Commented] (SOLR-13972) Insecure Solr should generate startup warning

2020-08-12 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176242#comment-17176242 ] Jason Gerlowski commented on SOLR-13972: Oh, ok. If that's what we typically do. 

[jira] [Resolved] (SOLR-13972) Insecure Solr should generate startup warning

2020-08-12 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-13972. > Insecure Solr should generate startup warning > -

[jira] [Commented] (SOLR-13412) Make the Lucene Luke module available from a Solr distribution

2020-08-12 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176252#comment-17176252 ] David Eric Pugh commented on SOLR-13412: Thats great [~tomoko], if you write up t

[jira] [Commented] (SOLR-14726) Streamline getting started experience

2020-08-12 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176253#comment-17176253 ] David Eric Pugh commented on SOLR-14726: makes sense. I did some reading and fo

[jira] [Commented] (SOLR-14677) DIH doesnt close DataSource when import encounters errors

2020-08-12 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176256#comment-17176256 ] David Eric Pugh commented on SOLR-14677: Unfortunately, that makes sense to me on

[jira] [Commented] (SOLR-14497) Move the project to become Apache TLP

2020-08-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176255#comment-17176255 ] Jan Høydahl commented on SOLR-14497: I created two sub tasks here already, which is p

[jira] [Commented] (SOLR-14726) Streamline getting started experience

2020-08-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176267#comment-17176267 ] Jan Høydahl commented on SOLR-14726: Don't have your hopes too high there. Last time

[jira] [Commented] (LUCENE-8776) Start offset going backwards has a legitimate purpose

2020-08-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176273#comment-17176273 ] Dawid Weiss commented on LUCENE-8776: - I just wanted to chip in a lateral idea that

[jira] [Commented] (SOLR-14470) Add streaming expressions to /export handler

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

[jira] [Commented] (SOLR-14726) Streamline getting started experience

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176286#comment-17176286 ] Ishan Chattopadhyaya commented on SOLR-14726: - If someone wants to take forwa

[jira] [Commented] (SOLR-14636) Provide a reference implementation for SolrCloud that is stable and fast.

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176290#comment-17176290 ] Ishan Chattopadhyaya commented on SOLR-14636: - [~markus17], I run this branch

[jira] [Commented] (SOLR-14504) ZkController LiveNodesListener has NullPointerException in startup race

2020-08-12 Thread Colvin Cowie (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176291#comment-17176291 ] Colvin Cowie commented on SOLR-14504: - [~ab] this did make it into 8.6 right? But it'

[jira] [Commented] (SOLR-14636) Provide a reference implementation for SolrCloud that is stable and fast.

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176293#comment-17176293 ] Ishan Chattopadhyaya commented on SOLR-14636: - bq. I’d also like to thank tho

[jira] [Commented] (LUCENE-9455) ExitableTermsEnum (in ExitableDirectoryReader) should sample next()

2020-08-12 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176313#comment-17176313 ] Adrien Grand commented on LUCENE-9455: -- +1 > ExitableTermsEnum (in ExitableDirecto

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1731: LUCENE-9451 Sort.rewrite does not always return this when unchanged

2020-08-12 Thread GitBox
jpountz commented on a change in pull request #1731: URL: https://github.com/apache/lucene-solr/pull/1731#discussion_r469225237 ## File path: lucene/core/src/java/org/apache/lucene/search/Sort.java ## @@ -177,12 +177,12 @@ public Sort rewrite(IndexSearcher searcher) throws IOE

[jira] [Commented] (LUCENE-9455) ExitableTermsEnum (in ExitableDirectoryReader) should sample next()

2020-08-12 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176316#comment-17176316 ] Bruno Roustant commented on LUCENE-9455: +1 > ExitableTermsEnum (in ExitableDir

[jira] [Commented] (LUCENE-9451) Sort.rewrite doesn't always return this when unchanged

2020-08-12 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176317#comment-17176317 ] Adrien Grand commented on LUCENE-9451: -- If there's agreement that the contract of S

[GitHub] [lucene-solr] mocobeta commented on pull request #1742: Standalone distribution assembly for Luke

2020-08-12 Thread GitBox
mocobeta commented on pull request #1742: URL: https://github.com/apache/lucene-solr/pull/1742#issuecomment-672850897 Ah, I got it. Thanks again for your patience. https://github.com/apache/lucene-solr/pull/1742/commits/243979a3eb42ba027e1fa9c82745c65a88d386cd works for me. -

[jira] [Commented] (SOLR-13350) Explore collector managers for multi-threaded search

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176319#comment-17176319 ] Ishan Chattopadhyaya commented on SOLR-13350: - As per an offline conversation

[jira] [Commented] (LUCENE-8626) standardise test class naming

2020-08-12 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176323#comment-17176323 ] Erick Erickson commented on LUCENE-8626: +100 to David's comment. We should refr

[GitHub] [lucene-solr] gerlowskija commented on pull request #1713: SOLR-14703 Edismax parser replaces whitespace characters with spaces

2020-08-12 Thread GitBox
gerlowskija commented on pull request #1713: URL: https://github.com/apache/lucene-solr/pull/1713#issuecomment-672878162 Hey @yuriy-b-koval , it took me awhile to understand it, but I spent some time brushing up on edismax and am confident enough to say this LGTM now. That said - one

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1726: SOLR-14722: timeAllowed should track from req creation

2020-08-12 Thread GitBox
dsmiley commented on a change in pull request #1726: URL: https://github.com/apache/lucene-solr/pull/1726#discussion_r469268231 ## File path: solr/core/src/java/org/apache/solr/search/SolrQueryTimeoutImpl.java ## @@ -67,8 +69,21 @@ public boolean shouldExit() { } /** -

[GitHub] [lucene-solr] dweiss merged pull request #1742: Standalone distribution assembly for Luke

2020-08-12 Thread GitBox
dweiss merged pull request #1742: URL: https://github.com/apache/lucene-solr/pull/1742 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-9459) "Getting Started" guide for Luke

2020-08-12 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176367#comment-17176367 ] Cassandra Targett commented on LUCENE-9459: --- Just a note here since the Solr R

[GitHub] [lucene-solr] cpoerschke opened a new pull request #1745: Append MultiCollectorTest to TestMultiCollector.

2020-08-12 Thread GitBox
cpoerschke opened a new pull request #1745: URL: https://github.com/apache/lucene-solr/pull/1745 As part of https://issues.apache.org/jira/browse/LUCENE-8626 I noticed that `MultiCollector` has two tests. This pull request proposes to unify them into one test. ---

[GitHub] [lucene-solr] cpoerschke merged pull request #867: SOLR-13751: add BooleanSimilarityFactory

2020-08-12 Thread GitBox
cpoerschke merged pull request #867: URL: https://github.com/apache/lucene-solr/pull/867 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 g

[jira] [Commented] (SOLR-13751) Add BooleanSimilarityFactory to Solr

2020-08-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176373#comment-17176373 ] ASF subversion and git services commented on SOLR-13751: Commit e

[jira] [Commented] (LUCENE-9448) Make an equivalent to Ant's "run" target for Luke module

2020-08-12 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176383#comment-17176383 ] Tomoko Uchida commented on LUCENE-9448: --- Seeing {{standalonePackage}} task, I star

[jira] [Commented] (SOLR-13751) Add BooleanSimilarityFactory to Solr

2020-08-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176385#comment-17176385 ] ASF subversion and git services commented on SOLR-13751: Commit 1

[jira] [Updated] (SOLR-13751) Add BooleanSimilarityFactory to Solr

2020-08-12 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-13751: --- Fix Version/s: 8.7 master (9.0) Assignee: Christine Poersc

[jira] [Commented] (LUCENE-9448) Make an equivalent to Ant's "run" target for Luke module

2020-08-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176388#comment-17176388 ] Dawid Weiss commented on LUCENE-9448: - It is absolutely possible and doable. I think

[jira] [Commented] (LUCENE-8626) standardise test class naming

2020-08-12 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176393#comment-17176393 ] Christine Poerschke commented on LUCENE-8626: - Looking for tests where we cu

[jira] [Commented] (LUCENE-9459) "Getting Started" guide for Luke

2020-08-12 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176403#comment-17176403 ] Tomoko Uchida commented on LUCENE-9459: --- Hi [~ctargett], {quote}instead of asking

[jira] [Commented] (SOLR-13751) Add BooleanSimilarityFactory to Solr

2020-08-12 Thread Andy Webb (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176407#comment-17176407 ] Andy Webb commented on SOLR-13751: -- Great, thanks [~cpoerschke]! > Add BooleanSimilarit

[jira] [Commented] (LUCENE-9447) Make BEST_COMPRESSION compress more aggressively?

2020-08-12 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176411#comment-17176411 ] Adrien Grand commented on LUCENE-9447: -- I collected some data using various block s

[GitHub] [lucene-solr] sigram commented on a change in pull request #1684: SOLR-14613: strongly typed initial proposal for placement plugin interface

2020-08-12 Thread GitBox
sigram commented on a change in pull request #1684: URL: https://github.com/apache/lucene-solr/pull/1684#discussion_r469366732 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/PlacementPlugin.java ## @@ -0,0 +1,41 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] [lucene-solr] sigram commented on a change in pull request #1684: SOLR-14613: strongly typed initial proposal for placement plugin interface

2020-08-12 Thread GitBox
sigram commented on a change in pull request #1684: URL: https://github.com/apache/lucene-solr/pull/1684#discussion_r469369547 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/Cluster.java ## @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [lucene-solr] munendrasn opened a new pull request #1746: Fix syntax warning in smokeTestRelease.py

2020-08-12 Thread GitBox
munendrasn opened a new pull request #1746: URL: https://github.com/apache/lucene-solr/pull/1746 while verifying the 8.6.1 release with the latest python(3.8.5), observed one SyntaxWarning. https://adamj.eu/tech/2020/01/21/why-does-python-3-8-syntaxwarning-for-is-literal/ --

[jira] [Commented] (SOLR-11611) Starting Solr using solr.cmd fails under Windows, when the path contains a parenthesis character

2020-08-12 Thread Willem ter Berg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176456#comment-17176456 ] Willem ter Berg commented on SOLR-11611: [~jafurrer] you could try using {code:ja

[jira] [Commented] (LUCENE-9439) Matches API should enumerate hit fields that have no positions (no iterator)

2020-08-12 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176468#comment-17176468 ] Alan Woodward commented on LUCENE-9439: --- This looks fantastic [~dweiss]! We shoul

[jira] [Created] (SOLR-14733) Mosby Zacharski

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
Hannah Slaughter Zacharski created SOLR-14733: - Summary: Mosby Zacharski Key: SOLR-14733 URL: https://issues.apache.org/jira/browse/SOLR-14733 Project: Solr Issue Type: Wish

[jira] [Created] (SOLR-14734) Boone Zacharski

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
Hannah Slaughter Zacharski created SOLR-14734: - Summary: Boone Zacharski Key: SOLR-14734 URL: https://issues.apache.org/jira/browse/SOLR-14734 Project: Solr Issue Type: Wish

[jira] [Created] (SOLR-14735) Katarzyna Zacharski

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
Hannah Slaughter Zacharski created SOLR-14735: - Summary: Katarzyna Zacharski Key: SOLR-14735 URL: https://issues.apache.org/jira/browse/SOLR-14735 Project: Solr Issue Type: Wish

[jira] [Created] (SOLR-14736) Hannah Zacharski

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
Hannah Slaughter Zacharski created SOLR-14736: - Summary: Hannah Zacharski Key: SOLR-14736 URL: https://issues.apache.org/jira/browse/SOLR-14736 Project: Solr Issue Type: Wish

[jira] [Created] (SOLR-14737) Michael Zacharski

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
Hannah Slaughter Zacharski created SOLR-14737: - Summary: Michael Zacharski Key: SOLR-14737 URL: https://issues.apache.org/jira/browse/SOLR-14737 Project: Solr Issue Type: Wish

[jira] [Created] (SOLR-14738) CLONE - Mosby Zacharski

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
Hannah Slaughter Zacharski created SOLR-14738: - Summary: CLONE - Mosby Zacharski Key: SOLR-14738 URL: https://issues.apache.org/jira/browse/SOLR-14738 Project: Solr Issue Type: Wi

[jira] [Updated] (SOLR-14732) Lena Slaughter

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hannah Slaughter Zacharski updated SOLR-14732: -- Attachment: 2C39F0B9-5F94-404F-B4D7-1A5CDCCF8721.jpeg Security: Pu

[jira] [Deleted] (SOLR-14734) Boone Zacharski

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya deleted SOLR-14734: > Boone Zacharski > --- > > Key: SOLR-14734 >

[jira] [Deleted] (SOLR-14733) Mosby Zacharski

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya deleted SOLR-14733: > Mosby Zacharski > --- > > Key: SOLR-14733 >

[jira] [Created] (SOLR-14739) CLONE - Lena Slaughter

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
Hannah Slaughter Zacharski created SOLR-14739: - Summary: CLONE - Lena Slaughter Key: SOLR-14739 URL: https://issues.apache.org/jira/browse/SOLR-14739 Project: Solr Issue Type: Wis

[jira] [Deleted] (SOLR-14735) Katarzyna Zacharski

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya deleted SOLR-14735: > Katarzyna Zacharski > --- > > Key: SOLR-14735 >

[jira] [Deleted] (SOLR-14736) Hannah Zacharski

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya deleted SOLR-14736: > Hannah Zacharski > > > Key: SOLR-14736 >

[jira] [Deleted] (SOLR-14738) CLONE - Mosby Zacharski

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya deleted SOLR-14738: > CLONE - Mosby Zacharski > --- > > Key: SOLR-1473

[jira] [Deleted] (SOLR-14737) Michael Zacharski

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya deleted SOLR-14737: > Michael Zacharski > - > > Key: SOLR-14737 >

[jira] [Deleted] (SOLR-14732) Lena Slaughter

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya deleted SOLR-14732: > Lena Slaughter > -- > > Key: SOLR-14732 >

[jira] [Deleted] (SOLR-14739) CLONE - Lena Slaughter

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya deleted SOLR-14739: > CLONE - Lena Slaughter > -- > > Key: SOLR-14739

[jira] [Created] (SOLR-14740) Boone Zacharski

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
Hannah Slaughter Zacharski created SOLR-14740: - Summary: Boone Zacharski Key: SOLR-14740 URL: https://issues.apache.org/jira/browse/SOLR-14740 Project: Solr Issue Type: Wish

[jira] [Created] (SOLR-14741) CLONE - Boone Zacharski

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
Hannah Slaughter Zacharski created SOLR-14741: - Summary: CLONE - Boone Zacharski Key: SOLR-14741 URL: https://issues.apache.org/jira/browse/SOLR-14741 Project: Solr Issue Type: Wi

[jira] [Commented] (SOLR-14597) Advanced Query Parser

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176494#comment-17176494 ] Ishan Chattopadhyaya commented on SOLR-14597: - I think we should build separa

[jira] [Created] (SOLR-14742) Katarzyna Zacharski

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
Hannah Slaughter Zacharski created SOLR-14742: - Summary: Katarzyna Zacharski Key: SOLR-14742 URL: https://issues.apache.org/jira/browse/SOLR-14742 Project: Solr Issue Type: Wish

[jira] [Created] (SOLR-14743) CLONE - Katarzyna Zacharski

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
Hannah Slaughter Zacharski created SOLR-14743: - Summary: CLONE - Katarzyna Zacharski Key: SOLR-14743 URL: https://issues.apache.org/jira/browse/SOLR-14743 Project: Solr Issue Type

[jira] [Comment Edited] (SOLR-14597) Advanced Query Parser

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176494#comment-17176494 ] Ishan Chattopadhyaya edited comment on SOLR-14597 at 8/12/20, 5:14 PM:

[jira] [Resolved] (SOLR-14151) Make schema components load from packages

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya resolved SOLR-14151. - Fix Version/s: 8.7 Resolution: Fixed > Make schema components load from pa

[jira] [Deleted] (SOLR-14740) Boone Zacharski

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya deleted SOLR-14740: > Boone Zacharski > --- > > Key: SOLR-14740 >

[jira] [Deleted] (SOLR-14743) CLONE - Katarzyna Zacharski

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya deleted SOLR-14743: > CLONE - Katarzyna Zacharski > --- > > Key: S

[jira] [Deleted] (SOLR-14741) CLONE - Boone Zacharski

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya deleted SOLR-14741: > CLONE - Boone Zacharski > --- > > Key: SOLR-1474

[jira] [Deleted] (SOLR-14742) Katarzyna Zacharski

2020-08-12 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya deleted SOLR-14742: > Katarzyna Zacharski > --- > > Key: SOLR-14742 >

[jira] [Created] (SOLR-14744) Hannah Zacharski

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
Hannah Slaughter Zacharski created SOLR-14744: - Summary: Hannah Zacharski Key: SOLR-14744 URL: https://issues.apache.org/jira/browse/SOLR-14744 Project: Solr Issue Type: Wish

[jira] [Updated] (SOLR-14744) Hannah Zacharski

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hannah Slaughter Zacharski updated SOLR-14744: -- Attachment: BF53BDD5-3F2A-4CA4-8EC0-5B92A8582E9B.jpeg > Hannah Zacharsk

[jira] [Updated] (SOLR-14744) Hannah Zacharski

2020-08-12 Thread Hannah Slaughter Zacharski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hannah Slaughter Zacharski updated SOLR-14744: -- Labels: LeaderElector l (was: ) > Hannah Zacharski >

  1   2   >