[GitHub] [solr] stillalex commented on pull request #1332: SOLR-16393 Cosmetic, REST-fulness improvements to v2 alias, alias-prop

2023-02-03 Thread via GitHub
stillalex commented on PR #1332: URL: https://github.com/apache/solr/pull/1332#issuecomment-1416495408 @gerlowskija if you have some time, please take a look! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [solr] stillalex opened a new pull request, #1332: SOLR-16393 Cosmetic, REST-fulness improvements to v2 alias, alias-prop

2023-02-03 Thread via GitHub
stillalex opened a new pull request, #1332: URL: https://github.com/apache/solr/pull/1332 https://issues.apache.org/jira/browse/SOLR-16393 # Description Alias apis # Solution Please provide a short description of the approach taken to implement your

[GitHub] [solr] gabrielmagno commented on pull request #1331: SOLR-16646: New function query operator to verify if value is NaN (isnan)

2023-02-03 Thread via GitHub
gabrielmagno commented on PR #1331: URL: https://github.com/apache/solr/pull/1331#issuecomment-1416440411 Fixed. `gradlew check` seems to be running fine now! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [solr] gabrielmagno commented on pull request #1331: SOLR-16646: New function query operator to verify if value is NaN (isnan)

2023-02-03 Thread via GitHub
gabrielmagno commented on PR #1331: URL: https://github.com/apache/solr/pull/1331#issuecomment-1416400727 > @gabrielmagno looks like its related to your change. `./gradlew tidy` may fix it. I see in `[solr/core/src/java/org/apache/solr/search/ValueSourceParser.java](https://github.com/apach

[GitHub] [solr] dsmiley commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-03 Thread via GitHub
dsmiley commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1096268870 ## solr/solrj/src/test/org/apache/solr/client/solrj/request/json/DirectJsonQueryRequestFacetingEmbeddedTest.java: ## @@ -38,7 +39,6 @@ @SuppressSSL public class DirectJs

[GitHub] [solr] risdenk commented on pull request #1331: SOLR-16646: New function query operator to verify if value is NaN (isnan)

2023-02-03 Thread via GitHub
risdenk commented on PR #1331: URL: https://github.com/apache/solr/pull/1331#issuecomment-1416375388 @gabrielmagno looks like its related to your change. `./gradlew tidy` may fix it. I see in `[solr/core/src/java/org/apache/solr/search/ValueSourceParser.java](https://github.com/apache/solr/

[GitHub] [solr] gabrielmagno commented on pull request #1331: SOLR-16646: New function query operator to verify if value is NaN (isnan)

2023-02-03 Thread via GitHub
gabrielmagno commented on PR #1331: URL: https://github.com/apache/solr/pull/1331#issuecomment-1416369277 I tried running `./gradlew check`, but I got an error that I'm not sure if it is related to my changes or is a bug from upstream master: ``` * What went wrong: Execution failed

[GitHub] [solr] gabrielmagno opened a new pull request, #1331: SOLR-16646: New function query operator to verify if value is NaN (isnan)

2023-02-03 Thread via GitHub
gabrielmagno opened a new pull request, #1331: URL: https://github.com/apache/solr/pull/1331 https://issues.apache.org/jira/browse/SOLR-16646 # Description We created a new function query operator called `isnan`, that checks rather a value is a float NaN (not a number).

[jira] [Updated] (SOLR-16646) Create a new function query operator to verify if value is NaN (isnan)

2023-02-03 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Magno updated SOLR-16646: - Description: It would be useful to have a function query operator (e.g. `isnan`) to check rather

[jira] [Created] (SOLR-16646) Create a new function query operator to verify if value is NaN (isnan)

2023-02-03 Thread Gabriel Magno (Jira)
Gabriel Magno created SOLR-16646: Summary: Create a new function query operator to verify if value is NaN (isnan) Key: SOLR-16646 URL: https://issues.apache.org/jira/browse/SOLR-16646 Project: Solr

[GitHub] [solr] dsmiley commented on a diff in pull request #1330: SOLR-15955: Jetty 10.x upgrade notes

2023-02-03 Thread via GitHub
dsmiley commented on code in PR #1330: URL: https://github.com/apache/solr/pull/1330#discussion_r1096112932 ## solr/CHANGES.txt: ## @@ -51,6 +51,8 @@ New Features * SOLR-16596: Learning To Rank - Added support for null feature values in multiple additive trees models (Anna R

[GitHub] [solr] colvinco commented on a diff in pull request #1328: SOLR-16645: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096112550 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool

[GitHub] [solr] colvinco commented on a diff in pull request #1328: SOLR-16645: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096112550 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool

[GitHub] [solr] colvinco commented on a diff in pull request #1328: SOLR-16645: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096105477 ## solr/bin/solr: ## @@ -2312,13 +2341,13 @@ function start_solr() { echo "" fi # no lsof on cygwin though -if lsof -v 2>&1 | grep -q revision; then

[GitHub] [solr] madrob commented on a diff in pull request #1328: SOLR-16645: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
madrob commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096105999 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool()

[GitHub] [solr] madrob commented on a diff in pull request #1328: SOLR-16645: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
madrob commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096095124 ## solr/bin/solr: ## @@ -2312,13 +2341,13 @@ function start_solr() { echo "" fi # no lsof on cygwin though -if lsof -v 2>&1 | grep -q revision; then +

[GitHub] [solr] colvinco commented on a diff in pull request #1328: SOLR-16645: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096105477 ## solr/bin/solr: ## @@ -2312,13 +2341,13 @@ function start_solr() { echo "" fi # no lsof on cygwin though -if lsof -v 2>&1 | grep -q revision; then

[jira] [Updated] (SOLR-9698) Fix bin/solr script calculations - start/stop wait time and RMI_PORT on Windows

2023-02-03 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-9698: --- Status: Patch Available (was: Open) > Fix bin/solr script calculations - start/stop wait time and RMI

[GitHub] [solr] Paul-Blanchaert commented on pull request #1325: SOLR-16631: solr.allowUrls - hostnames should be treated in case insensitive way

2023-02-03 Thread via GitHub
Paul-Blanchaert commented on PR #1325: URL: https://github.com/apache/solr/pull/1325#issuecomment-1416224562 I gave it a try... -- 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 to the specific commen

[GitHub] [solr] colvinco commented on a diff in pull request #1328: SOLR-16645: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096103320 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool

[GitHub] [solr] magibney commented on a diff in pull request #1328: SOLR-16645: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
magibney commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096098937 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool

[GitHub] [solr] risdenk commented on a diff in pull request #1330: SOLR-15955: Jetty 10.x upgrade notes

2023-02-03 Thread via GitHub
risdenk commented on code in PR #1330: URL: https://github.com/apache/solr/pull/1330#discussion_r1096097098 ## solr/CHANGES.txt: ## @@ -51,6 +51,8 @@ New Features * SOLR-16596: Learning To Rank - Added support for null feature values in multiple additive trees models (Anna R

[GitHub] [solr] madrob commented on a diff in pull request #1328: SOLR-16645: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
madrob commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096095124 ## solr/bin/solr: ## @@ -2312,13 +2341,13 @@ function start_solr() { echo "" fi # no lsof on cygwin though -if lsof -v 2>&1 | grep -q revision; then +

[GitHub] [solr] dsmiley commented on a diff in pull request #1330: SOLR-15955: Jetty 10.x upgrade notes

2023-02-03 Thread via GitHub
dsmiley commented on code in PR #1330: URL: https://github.com/apache/solr/pull/1330#discussion_r1096094877 ## solr/CHANGES.txt: ## @@ -51,6 +51,8 @@ New Features * SOLR-16596: Learning To Rank - Added support for null feature values in multiple additive trees models (Anna R

[GitHub] [solr] colvinco commented on a diff in pull request #1328: SOLR-16645: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096093955 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool

[jira] [Commented] (SOLR-15955) Update Jetty dependency to 10

2023-02-03 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683969#comment-17683969 ] Kevin Risden commented on SOLR-15955: - PR for changes and upgrade notes - https://git

[jira] [Updated] (SOLR-15955) Update Jetty dependency to 10

2023-02-03 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-15955: Status: Patch Available (was: Reopened) > Update Jetty dependency to 10 >

[GitHub] [solr] risdenk commented on a diff in pull request #1330: SOLR-15955: Jetty 10.x upgrade notes

2023-02-03 Thread via GitHub
risdenk commented on code in PR #1330: URL: https://github.com/apache/solr/pull/1330#discussion_r1096071702 ## solr/CHANGES.txt: ## @@ -51,6 +51,8 @@ New Features * SOLR-16596: Learning To Rank - Added support for null feature values in multiple additive trees models (Anna R

[GitHub] [solr] risdenk opened a new pull request, #1330: SOLR-15955: Jetty 10.x upgrade notes

2023-02-03 Thread via GitHub
risdenk opened a new pull request, #1330: URL: https://github.com/apache/solr/pull/1330 https://issues.apache.org/jira/browse/SOLR-15955 -- 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 to the specif

[GitHub] [solr] magibney commented on a diff in pull request #1328: SOLR-16645: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
magibney commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096052115 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool

[GitHub] [solr] colvinco commented on a diff in pull request #1328: SOLR-16645: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096021700 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool

[jira] [Created] (SOLR-16645) Support ss and netstat as alternatives to lsof

2023-02-03 Thread Colvin Cowie (Jira)
Colvin Cowie created SOLR-16645: --- Summary: Support ss and netstat as alternatives to lsof Key: SOLR-16645 URL: https://issues.apache.org/jira/browse/SOLR-16645 Project: Solr Issue Type: Improve

[GitHub] [solr] colvinco commented on a diff in pull request #1328: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096021700 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool

[GitHub] [solr] magibney commented on a diff in pull request #1328: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
magibney commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096019115 ## solr/bin/solr: ## @@ -2312,13 +2341,13 @@ function start_solr() { echo "" fi # no lsof on cygwin though -if lsof -v 2>&1 | grep -q revision; then

[GitHub] [solr] colvinco commented on a diff in pull request #1328: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096011334 ## solr/bin/solr: ## @@ -2312,13 +2341,13 @@ function start_solr() { echo "" fi # no lsof on cygwin though -if lsof -v 2>&1 | grep -q revision; then

[GitHub] [solr] colvinco commented on a diff in pull request #1328: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1096011334 ## solr/bin/solr: ## @@ -2312,13 +2341,13 @@ function start_solr() { echo "" fi # no lsof on cygwin though -if lsof -v 2>&1 | grep -q revision; then

[GitHub] [solr] stillalex commented on pull request #1304: SOLR-16618 Admin UI Analysis page should include dynamic fields

2023-02-03 Thread via GitHub
stillalex commented on PR #1304: URL: https://github.com/apache/solr/pull/1304#issuecomment-1416106834 thank you @epugh! -- 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 to the specific comment. To

[GitHub] [solr] magibney commented on a diff in pull request #1328: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
magibney commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1095995278 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool

[GitHub] [solr] colvinco commented on a diff in pull request #1328: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1095968781 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool

[jira] [Commented] (SOLR-15955) Update Jetty dependency to 10

2023-02-03 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683932#comment-17683932 ] Kevin Risden commented on SOLR-15955: - [~janhoy] I think I need to add CHANGES.txt an

[jira] [Updated] (SOLR-16641) Circular task dependency in localSettings (Generate gradle.properties from gradlew)

2023-02-03 Thread Colvin Cowie (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colvin Cowie updated SOLR-16641: Summary: Circular task dependency in localSettings (Generate gradle.properties from gradlew) (was:

[jira] [Commented] (SOLR-16556) Solr stream expression: Implement Page Streaming Decorator to allow results to be displayed with pagination.

2023-02-03 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683929#comment-17683929 ] Eric Pugh commented on SOLR-16556: -- [~mnrathod] thanks for pinging me. I managed to

[jira] [Commented] (SOLR-15955) Update Jetty dependency to 10

2023-02-03 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683927#comment-17683927 ] Jan Høydahl commented on SOLR-15955: Looks like jetty is 10.0.13 in main now, can thi

[GitHub] [solr] janhoy commented on pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-03 Thread via GitHub
janhoy commented on PR #1320: URL: https://github.com/apache/solr/pull/1320#issuecomment-1416039622 Please add a line to `CHANGES.txt` for 9.2 release. It can be useful for folks to get alerted about this change. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [solr] magibney commented on a diff in pull request #1328: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
magibney commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1095906127 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool

[GitHub] [solr] andywebb1975 commented on a diff in pull request #1324: SOLR-16643: Add multiplying boost option to rerank query parser

2023-02-03 Thread via GitHub
andywebb1975 commented on code in PR #1324: URL: https://github.com/apache/solr/pull/1324#discussion_r1095911296 ## solr/core/src/java/org/apache/solr/search/ReRankQParserPlugin.java: ## @@ -72,25 +74,33 @@ public Query parse() throws SyntaxError { double reRankWeight =

[GitHub] [solr] andywebb1975 commented on a diff in pull request #1324: SOLR-16643: Add multiplying boost option to rerank query parser

2023-02-03 Thread via GitHub
andywebb1975 commented on code in PR #1324: URL: https://github.com/apache/solr/pull/1324#discussion_r1095910424 ## solr/core/src/java/org/apache/solr/search/ReRankQParserPlugin.java: ## @@ -99,6 +109,7 @@ protected float combine( private static final class ReRankQuery extend

[GitHub] [solr] colvinco commented on a diff in pull request #1329: SOLR-9698 - Fix start/stop wait time and RMI_PORT on Windows

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1329: URL: https://github.com/apache/solr/pull/1329#discussion_r1095907702 ## solr/bin/solr.cmd: ## @@ -1409,11 +1428,15 @@ IF "%FG%"=="1" ( -Djava.io.tmpdir="%SOLR_SERVER_DIR%\tmp" -jar start.jar %SOLR_JETTY_CONFIG% "%SOLR_JETTY_ADDL_CONF

[GitHub] [solr] colvinco opened a new pull request, #1329: SOLR-9698 - Fix start/stop wait time and RMI_PORT on Windows

2023-02-03 Thread via GitHub
colvinco opened a new pull request, #1329: URL: https://github.com/apache/solr/pull/1329 https://issues.apache.org/jira/browse/SOLR-9698 # Description This is a set of fixes for the Windows solr.cmd script. - `SOLR_STOP_WAIT` and `SOLR_START_WAIT` are now respect

[jira] [Resolved] (SOLR-16618) Admin UI Analysis page should include dynamic fields

2023-02-03 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16618. -- Fix Version/s: main (10.0) 9.2 Resolution: Fixed > Admin UI Analysis page sho

[jira] [Commented] (SOLR-16618) Admin UI Analysis page should include dynamic fields

2023-02-03 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683899#comment-17683899 ] Eric Pugh commented on SOLR-16618: -- If the Admin UI breaks on some really big schemas, l

[jira] [Commented] (SOLR-16618) Admin UI Analysis page should include dynamic fields

2023-02-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683898#comment-17683898 ] ASF subversion and git services commented on SOLR-16618: Commit 4

[jira] [Commented] (SOLR-16618) Admin UI Analysis page should include dynamic fields

2023-02-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683897#comment-17683897 ] ASF subversion and git services commented on SOLR-16618: Commit e

[GitHub] [solr] epugh merged pull request #1304: SOLR-16618 Admin UI Analysis page should include dynamic fields

2023-02-03 Thread via GitHub
epugh merged PR #1304: URL: https://github.com/apache/solr/pull/1304 -- 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 to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

[GitHub] [solr] epugh merged pull request #1327: Fix broken documentation for gcs-backups

2023-02-03 Thread via GitHub
epugh merged PR #1327: URL: https://github.com/apache/solr/pull/1327 -- 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 to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

[GitHub] [solr] janhoy merged pull request #1326: Make tests through crave always use clean workspace

2023-02-03 Thread via GitHub
janhoy merged PR #1326: URL: https://github.com/apache/solr/pull/1326 -- 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 to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

[GitHub] [solr] janhoy commented on pull request #1326: Make tests through crave always use clean workspace

2023-02-03 Thread via GitHub
janhoy commented on PR #1326: URL: https://github.com/apache/solr/pull/1326#issuecomment-1415948182 Thanks. Fingers crossed... -- 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 to the specific comment

[GitHub] [solr] colvinco commented on a diff in pull request #1328: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1095862039 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool

[GitHub] [solr] elyograg commented on pull request #1328: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
elyograg commented on PR #1328: URL: https://github.com/apache/solr/pull/1328#issuecomment-1415878965 ss is probably more likely to have the same options on multiple platforms than netstat. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [solr] colvinco commented on a diff in pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1320: URL: https://github.com/apache/solr/pull/1320#discussion_r1095682367 ## buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [solr] colvinco commented on a diff in pull request #1328: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1095678062 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool

[GitHub] [solr] colvinco commented on a diff in pull request #1328: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco commented on code in PR #1328: URL: https://github.com/apache/solr/pull/1328#discussion_r1095676844 ## solr/bin/solr: ## @@ -2158,6 +2158,35 @@ function mk_writable_dir() { fi } +# Check whether at least one of lsof/netstat/ss are available +function get_port_tool

[GitHub] [solr] colvinco opened a new pull request, #1328: Extend start script to support ss and netstat as alternatives to lsof

2023-02-03 Thread via GitHub
colvinco opened a new pull request, #1328: URL: https://github.com/apache/solr/pull/1328 https://issues.apache.org/jira/browse/SOLR-X # Description The current start command requires `lsof` to be available. If you don't have `lsof` it does a hardcoded 10 second

[GitHub] [solr] cpoerschke commented on a diff in pull request #1324: SOLR-16643: Add multiplying boost option to rerank query parser

2023-02-03 Thread via GitHub
cpoerschke commented on code in PR #1324: URL: https://github.com/apache/solr/pull/1324#discussion_r1095579544 ## solr/core/src/java/org/apache/solr/search/ReRankQParserPlugin.java: ## @@ -72,25 +74,33 @@ public Query parse() throws SyntaxError { double reRankWeight = l

[jira] [Created] (SOLR-16644) Entropy warning thresholds need to be revisited

2023-02-03 Thread Ishan Chattopadhyaya (Jira)
Ishan Chattopadhyaya created SOLR-16644: --- Summary: Entropy warning thresholds need to be revisited Key: SOLR-16644 URL: https://issues.apache.org/jira/browse/SOLR-16644 Project: Solr Is

[GitHub] [solr] muffl0n opened a new pull request, #1327: Fix broken documentation for gcs-backups

2023-02-03 Thread via GitHub
muffl0n opened a new pull request, #1327: URL: https://github.com/apache/solr/pull/1327 # Description Configuration keys were mixed up making it hard to find them in the documentation and even harder to debug timeouts on backup. # Solution Fixed the documentation.

[jira] [Commented] (SOLR-16556) Solr stream expression: Implement Page Streaming Decorator to allow results to be displayed with pagination.

2023-02-03 Thread Maulin (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683724#comment-17683724 ] Maulin commented on SOLR-16556: --- Hi [~epugh]  Could you please have a look at this?  Please