[jira] [Created] (SOLR-16655) Indexing nested documents and URPs

2023-02-10 Thread Fil Shaman (Jira)
Fil Shaman created SOLR-16655: - Summary: Indexing nested documents and URPs Key: SOLR-16655 URL: https://issues.apache.org/jira/browse/SOLR-16655 Project: Solr Issue Type: Bug Security

[GitHub] [solr] dsmiley commented on pull request #1351: SOLR-16654: Add support for node-level caches

2023-02-10 Thread via GitHub
dsmiley commented on PR #1351: URL: https://github.com/apache/solr/pull/1351#issuecomment-1426616268 Pretty cool! -- 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] dsmiley commented on a diff in pull request #1351: SOLR-16654: Add support for node-level caches

2023-02-10 Thread via GitHub
dsmiley commented on code in PR #1351: URL: https://github.com/apache/solr/pull/1351#discussion_r1103523612 ## solr/core/src/java/org/apache/solr/search/ThinCache.java: ## @@ -0,0 +1,465 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [solr] dsmiley commented on pull request #1345: Gradle: Use lazy file types

2023-02-10 Thread via GitHub
dsmiley commented on PR #1345: URL: https://github.com/apache/solr/pull/1345#issuecomment-1426595948 Thanks for improving our build Tyler! It's a big build; anything helps. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [solr] magibney commented on pull request #1351: SOLR-16654: Add support for node-level caches

2023-02-10 Thread via GitHub
magibney commented on PR #1351: URL: https://github.com/apache/solr/pull/1351#issuecomment-1426488031 apologies for the force-pushes, I won't do any more of them -- was just quick-fixing trivial precommit issues and trying to keep clarity of commit history. -- This is an automated

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

2023-02-10 Thread via GitHub
stillalex commented on PR #1332: URL: https://github.com/apache/solr/pull/1332#issuecomment-1426458975 thanks for talking a look. I think I wanted to have a more complete PR with all apis. will try to add more to this, but if it turns into too much code, I will opt for splitting, it will

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

2023-02-10 Thread via GitHub
stillalex commented on code in PR #1332: URL: https://github.com/apache/solr/pull/1332#discussion_r1103338113 ## solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java: ## @@ -66,7 +67,9 @@ public void filter(ContainerRequestContext requestContext) throws

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

2023-02-10 Thread via GitHub
stillalex commented on code in PR #1332: URL: https://github.com/apache/solr/pull/1332#discussion_r1103337064 ## solr/core/src/java/org/apache/solr/handler/admin/api/GetAliasesAPI.java: ## @@ -0,0 +1,99 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[jira] [Updated] (SOLR-16652) multi-term synonym rule applied at query time prevents single-term matching

2023-02-10 Thread Rudi Seitz (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudi Seitz updated SOLR-16652: -- Description: The presence of a multi-term synonym equivalence rule applied at query time prevents

[jira] [Assigned] (SOLR-16653) Shard split doesn't work when shard has NRT and pull replica and prs is enable on collection

2023-02-10 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya reassigned SOLR-16653: --- Assignee: Ishan Chattopadhyaya > Shard split doesn't work when shard has

[jira] [Commented] (SOLR-16654) Add support for node-level caches

2023-02-10 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17687308#comment-17687308 ] Michael Gibney commented on SOLR-16654: --- [PR #1351|https://github.com/apache/solr/pull/1351] is

[GitHub] [solr] magibney opened a new pull request, #1351: SOLR-16654: Add support for node-level caches

2023-02-10 Thread via GitHub
magibney opened a new pull request, #1351: URL: https://github.com/apache/solr/pull/1351 See: SOLR-16654 -- 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,

[jira] [Commented] (SOLR-16653) Shard split doesn't work when shard has NRT and pull replica and prs is enable on collection

2023-02-10 Thread Hitesh Khamesra (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17687303#comment-17687303 ] Hitesh Khamesra commented on SOLR-16653: CCing [~noblepaul]  > Shard split doesn't work when

[jira] [Commented] (SOLR-16653) Shard split doesn't work when shard has NRT and pull replica and prs is enable on collection

2023-02-10 Thread Hitesh Khamesra (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17687301#comment-17687301 ] Hitesh Khamesra commented on SOLR-16653: https://github.com/apache/solr/pull/1350 > Shard split

[jira] [Created] (SOLR-16654) Add support for node-level caches

2023-02-10 Thread Michael Gibney (Jira)
Michael Gibney created SOLR-16654: - Summary: Add support for node-level caches Key: SOLR-16654 URL: https://issues.apache.org/jira/browse/SOLR-16654 Project: Solr Issue Type: New Feature

[jira] [Created] (SOLR-16653) Shard split doesn't work when shard has NRT and pull replica and prs is enable on collection

2023-02-10 Thread Hitesh Khamesra (Jira)
Hitesh Khamesra created SOLR-16653: -- Summary: Shard split doesn't work when shard has NRT and pull replica and prs is enable on collection Key: SOLR-16653 URL: https://issues.apache.org/jira/browse/SOLR-16653

[GitHub] [solr] aalbahem opened a new pull request, #1349: SOLR-16397: Adding MLT API V2

2023-02-10 Thread via GitHub
aalbahem opened a new pull request, #1349: URL: https://github.com/apache/solr/pull/1349 https://issues.apache.org/jira/browse/SOLR-16397 # Description Adding API v2 for the More Like this request handler. # Solution The API follows a similar approach

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1144: SOLR-16488: Create a v2 equivalent for /admin/zookeeper v1 APIs

2023-02-10 Thread via GitHub
sonatype-lift[bot] commented on code in PR #1144: URL: https://github.com/apache/solr/pull/1144#discussion_r1103254645 ## solr/core/src/java/org/apache/solr/handler/admin/api/ZookeeperAPI.java: ## @@ -0,0 +1,285 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[jira] [Updated] (SOLR-16652) multi-term synonym rule applied at query time prevents single-term matching

2023-02-10 Thread Rudi Seitz (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudi Seitz updated SOLR-16652: -- Description: The presence of a multi-term synonym equivalence rule applied at query time prevents

[jira] [Updated] (SOLR-16652) multi-term synonym rule applied at query time prevents single-term matching

2023-02-10 Thread Rudi Seitz (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudi Seitz updated SOLR-16652: -- Description: The presence of a multi-term synonym equivalence rule applied at query time prevents

[jira] [Updated] (SOLR-16652) multi-term synonym rule applied at query time prevents single-term matching

2023-02-10 Thread Rudi Seitz (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudi Seitz updated SOLR-16652: -- Description: The presence of a multi-term synonym equivalence rule applied at query time prevents

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1341: SOLR-16623:SolrClientTestRule for JettySolrRunner

2023-02-10 Thread via GitHub
sonatype-lift[bot] commented on code in PR #1341: URL: https://github.com/apache/solr/pull/1341#discussion_r1103247308 ## solr/test-framework/src/java/org/apache/solr/SolrJettyTestBase.java: ## @@ -106,39 +116,16 @@ public static JettySolrRunner createAndStartJetty(String

[jira] [Updated] (SOLR-16652) multi-term synonym rule applied at query time prevents single-term matching

2023-02-10 Thread Rudi Seitz (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudi Seitz updated SOLR-16652: -- Description: The presence of a multi-term synonym equivalence rule applied at query time prevents

[jira] [Created] (SOLR-16652) multi-term synonym rule applied at query time prevents single-term matching

2023-02-10 Thread Rudi Seitz (Jira)
Rudi Seitz created SOLR-16652: - Summary: multi-term synonym rule applied at query time prevents single-term matching Key: SOLR-16652 URL: https://issues.apache.org/jira/browse/SOLR-16652 Project: Solr

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

2023-02-10 Thread via GitHub
mkhludnev commented on code in PR #1324: URL: https://github.com/apache/solr/pull/1324#discussion_r1103228216 ## solr/core/src/test/org/apache/solr/search/TestReRankQParserPlugin.java: ## @@ -126,6 +128,32 @@ public void testReRankQueries() {

[jira] [Commented] (SOLR-16397) Cosmetic, REST-fulness improvements to v2 "core" APIs

2023-02-10 Thread Ameer Albahem (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17687277#comment-17687277 ] Ameer Albahem commented on SOLR-16397: -- I have done it, but each time I tried to run the test, the

[jira] [Resolved] (SOLR-16573) SolrClientTestRule for EmbeddedSolrServer

2023-02-10 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-16573. - Fix Version/s: 9.2 Resolution: Fixed > SolrClientTestRule for EmbeddedSolrServer >

[jira] [Commented] (SOLR-16573) SolrClientTestRule for EmbeddedSolrServer

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

[jira] [Commented] (SOLR-16573) SolrClientTestRule for EmbeddedSolrServer

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

[jira] [Commented] (SOLR-16573) SolrClientTestRule for EmbeddedSolrServer

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

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

2023-02-10 Thread via GitHub
gerlowskija commented on code in PR #1332: URL: https://github.com/apache/solr/pull/1332#discussion_r1103164492 ## solr/core/src/java/org/apache/solr/handler/admin/api/GetAliasesAPI.java: ## @@ -0,0 +1,99 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [solr] calvnce commented on pull request #1160: SOLR-16458: Implement GET allLevels endpoint

2023-02-10 Thread via GitHub
calvnce commented on PR #1160: URL: https://github.com/apache/solr/pull/1160#issuecomment-1426182325 Hi, @gerlowskija It has been a while since I did this PR. I have been doing self-study but it seems I lack some guide. I wish to get a mentor Would you kindly consider taking me along

[GitHub] [solr] gerlowskija commented on pull request #976: Generate OpenAPI spec for v2 APIs

2023-02-10 Thread via GitHub
gerlowskija commented on PR #976: URL: https://github.com/apache/solr/pull/976#issuecomment-1426174349 Closing this draft PR, as the functionality it previewed has now been tackled in SOLR-16346 -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [solr] gerlowskija closed pull request #976: Generate OpenAPI spec for v2 APIs

2023-02-10 Thread via GitHub
gerlowskija closed pull request #976: Generate OpenAPI spec for v2 APIs URL: https://github.com/apache/solr/pull/976 -- 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] gerlowskija closed pull request #570: Move all '*Payload' classes inside their API counterparts

2023-02-10 Thread via GitHub
gerlowskija closed pull request #570: Move all '*Payload' classes inside their API counterparts URL: https://github.com/apache/solr/pull/570 -- 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

[GitHub] [solr] gerlowskija commented on pull request #570: Move all '*Payload' classes inside their API counterparts

2023-02-10 Thread via GitHub
gerlowskija commented on PR #570: URL: https://github.com/apache/solr/pull/570#issuecomment-1426172909 Closing, as we're slowly in the process of shifting the v2 API away from the custom annotation-based framework (which relied on these Payload classes) towards an approach utilizing an

[jira] [Commented] (SOLR-16642) upgrade Solr to use Lucene 9.5.0

2023-02-10 Thread Vinayak Hegde (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17687230#comment-17687230 ] Vinayak Hegde commented on SOLR-16642: -- Thanks for the information [~magibney]  > upgrade Solr to

[jira] [Commented] (SOLR-16642) upgrade Solr to use Lucene 9.5.0

2023-02-10 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17687229#comment-17687229 ] Michael Gibney commented on SOLR-16642: --- For this upgrade, we should continue using the deprecated

[GitHub] [solr] gerlowskija commented on pull request #1160: Implement GET allLevels endpoint

2023-02-10 Thread via GitHub
gerlowskija commented on PR #1160: URL: https://github.com/apache/solr/pull/1160#issuecomment-1426163774 Hi @calvnce , thanks for the PR! At a glance I agree with David - this "resource" file is a great start but we'll need to register this somewhere for it to actually get detected

[jira] [Comment Edited] (SOLR-16642) upgrade Solr to use Lucene 9.5.0

2023-02-10 Thread Vinayak Hegde (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17687224#comment-17687224 ] Vinayak Hegde edited comment on SOLR-16642 at 2/10/23 6:02 PM: --- I have some

[jira] [Commented] (SOLR-16642) upgrade Solr to use Lucene 9.5.0

2023-02-10 Thread Vinayak Hegde (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17687224#comment-17687224 ] Vinayak Hegde commented on SOLR-16642: -- I have some general doubts if we see the Lucene change log,

[jira] [Commented] (SOLR-16397) Cosmetic, REST-fulness improvements to v2 "core" APIs

2023-02-10 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17687223#comment-17687223 ] Jason Gerlowski commented on SOLR-16397: Hey [~aalbahem], anything I can do to help with the

[GitHub] [solr] gerlowskija commented on pull request #1144: SOLR-16488: Create a v2 equivalent for /admin/zookeeper v1 APIs

2023-02-10 Thread via GitHub
gerlowskija commented on PR #1144: URL: https://github.com/apache/solr/pull/1144#issuecomment-1426131310 Alright, my apologies again for the big delay @joshgog, but it looks like [SOLR-16531](https://issues.apache.org/jira/browse/SOLR-16531) is near enough to closing out that I'm ready to

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1348: Adding support for compression within the ZkCLI tool

2023-02-10 Thread via GitHub
sonatype-lift[bot] commented on code in PR #1348: URL: https://github.com/apache/solr/pull/1348#discussion_r1103036740 ## solr/core/src/java/org/apache/solr/cloud/ZkCLI.java: ## @@ -255,9 +266,43 @@ public static void main(String[] args) zkServer.parseConfig();

[GitHub] [solr-operator] iampranabroy commented on issue #517: priorityClassName for Zookeeper

2023-02-10 Thread via GitHub
iampranabroy commented on issue #517: URL: https://github.com/apache/solr-operator/issues/517#issuecomment-1426119430 I may be lacking some insights here, but @HoustonPutman @janhoy how would it impact if we were to use the [bitnami

[GitHub] [solr] epugh commented on pull request #1348: Adding support for compression within the ZkCLI tool

2023-02-10 Thread via GitHub
epugh commented on PR #1348: URL: https://github.com/apache/solr/pull/1348#issuecomment-1426096729 Oh, and thanks for giving the CLI some love! -- 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

[GitHub] [solr] epugh commented on pull request #1348: Adding support for compression within the ZkCLI tool

2023-02-10 Thread via GitHub
epugh commented on PR #1348: URL: https://github.com/apache/solr/pull/1348#issuecomment-1426096269 This looks like it does the job. However, I was sort of thinking that compression would be more of a wrapper around the underlying data structure? Kind of like a `ZipInputStream` might

[GitHub] [solr] gerlowskija commented on pull request #1126: SOLR-16462: Create v2 equivalent of v1 'CREATESNAPSHOT', 'LISTSNAPSHOT' and 'DELETESNAPSHOT' (core level)

2023-02-10 Thread via GitHub
gerlowskija commented on PR #1126: URL: https://github.com/apache/solr/pull/1126#issuecomment-1426086081 Alright, my apologies again for the big delay @Jdurham2843, but it looks like SOLR-16531 is near enough to closing out that I'm ready to pick this up again. Re-reading the

[GitHub] [solr] gerlowskija commented on a diff in pull request #1126: SOLR-16462: Create v2 equivalent of v1 'CREATESNAPSHOT', 'LISTSNAPSHOT' and 'DELETESNAPSHOT' (core level)

2023-02-10 Thread via GitHub
gerlowskija commented on code in PR #1126: URL: https://github.com/apache/solr/pull/1126#discussion_r1102999453 ## solr/core/src/java/org/apache/solr/handler/admin/CoreAdminOperation.java: ## @@ -278,31 +276,28 @@ public enum CoreAdminOperation implements CoreAdminOp {

[GitHub] [solr] justinrsweeney opened a new pull request, #1348: Adding support for compression within the ZkCLI tool

2023-02-10 Thread via GitHub
justinrsweeney opened a new pull request, #1348: URL: https://github.com/apache/solr/pull/1348 https://issues.apache.org/jira/browse/SOLR-16608 # Description This provides support for compressed state.json for the ZkCLI tool. This will allow for using the ZkCLI tool to get and

[jira] [Commented] (SOLR-15751) Create a v2 equivalent for 'COLSTATUS'

2023-02-10 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17687167#comment-17687167 ] Jason Gerlowski commented on SOLR-15751: Hi [~Ajava] - sorry for the big delay in getting back to

[jira] [Created] (SOLR-16651) Optimize execution of KNN sub-query to apply it only on documents remaining after the main query

2023-02-10 Thread Gabriel Magno (Jira)
Gabriel Magno created SOLR-16651: Summary: Optimize execution of KNN sub-query to apply it only on documents remaining after the main query Key: SOLR-16651 URL: https://issues.apache.org/jira/browse/SOLR-16651

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

2023-02-10 Thread via GitHub
janhoy commented on PR #1324: URL: https://github.com/apache/solr/pull/1324#issuecomment-1425467217 PS: You don't need to force-push to PR branch. In fact it may be better not to for review history. The final merge will be squashed into one commit anyway, so no worry about clean commit

[jira] [Commented] (SOLR-16457) solr.data.home should not be set to empty string in bin/solr

2023-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17686955#comment-17686955 ] Jan Høydahl commented on SOLR-16457: Thanks all. I don't have a windows box to test bin/solr.cmd on,

[jira] [Commented] (SOLR-16457) solr.data.home should not be set to empty string in bin/solr

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

[jira] [Commented] (SOLR-16457) solr.data.home should not be set to empty string in bin/solr

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

[GitHub] [solr] janhoy merged pull request #1346: SOLR-16457 Add symbolic link version of solr.install.dir to security.policy

2023-02-10 Thread via GitHub
janhoy merged PR #1346: URL: https://github.com/apache/solr/pull/1346 -- 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: