[jira] [Resolved] (SOLR-16288) Error indexing files(html, pdf) using SOLR Cell Tika

2022-07-12 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck resolved SOLR-16288. - Resolution: Information Provided > Error indexing files(html, pdf) using SOLR Cell Tika > ---

[jira] [Commented] (SOLR-16288) Error indexing files(html, pdf) using SOLR Cell Tika

2022-07-12 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566000#comment-17566000 ] Gus Heck commented on SOLR-16288: - This is not the appropriate forum for obtaining help.

[GitHub] [solr] dsmiley commented on pull request #938: SOLR-16271: remove wildcard imports

2022-07-12 Thread GitBox
dsmiley commented on PR #938: URL: https://github.com/apache/solr/pull/938#issuecomment-1182453009 Thanks for giving this a shot @epugh! I now remember what I found when Googling how to get Spotless to do this some months ago. It's this technique used on another project (Geode): `ht

[GitHub] [solr] chlorochrule opened a new pull request, #937: SOLR-16289: Null check in transformers of ltr module

2022-07-12 Thread GitBox
chlorochrule opened a new pull request, #937: URL: https://github.com/apache/solr/pull/937 https://issues.apache.org/jira/browse/SOLR-16289 # Description In SolrCloud (with enabled two-stage shard request), LTRInterleavingScoringQuery#getPickedInterleavingDocIds may

[jira] [Created] (SOLR-16288) Error indexing files(html, pdf) usingSOLR Cell Tika

2022-07-12 Thread Nicolas (Jira)
Nicolas created SOLR-16288: -- Summary: Error indexing files(html, pdf) usingSOLR Cell Tika Key: SOLR-16288 URL: https://issues.apache.org/jira/browse/SOLR-16288 Project: Solr Issue Type: Bug Se

[jira] [Updated] (SOLR-16288) Error indexing files(html, pdf) using SOLR Cell Tika

2022-07-12 Thread Nicolas (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas updated SOLR-16288: --- Summary: Error indexing files(html, pdf) using SOLR Cell Tika (was: Error indexing files(html, pdf) usingSOL

[jira] [Created] (SOLR-16289) [interleaving] transformer does not work in SolrCloud

2022-07-12 Thread Naoto Minami (Jira)
Naoto Minami created SOLR-16289: --- Summary: [interleaving] transformer does not work in SolrCloud Key: SOLR-16289 URL: https://issues.apache.org/jira/browse/SOLR-16289 Project: Solr Issue Type:

[GitHub] [solr] danrosher opened a new pull request, #936: SOLR-16287 : MapStream - remap tuple value(s)

2022-07-12 Thread GitBox
danrosher opened a new pull request, #936: URL: https://github.com/apache/solr/pull/936 https://issues.apache.org/jira/browse/SOLR-16287 # Description Enables atomic updates for update stream by remapping a value to tuple, solr will recognise the map as an atomic update, otherw

[jira] [Commented] (SOLR-16271) Eliminate import statements that end in .*

2022-07-12 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565933#comment-17565933 ] Eric Pugh commented on SOLR-16271: -- So, I poked at this again, and it appears that addin

[jira] [Commented] (SOLR-16271) Eliminate import statements that end in .*

2022-07-12 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565936#comment-17565936 ] Eric Pugh commented on SOLR-16271: -- import wildcard: /Users/epugh/Documents/projects/so

[jira] [Commented] (SOLR-16287) MapStream - remap tuple value(s)

2022-07-12 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565932#comment-17565932 ] Eric Pugh commented on SOLR-16287: -- So this makes atomic updates work? Could you add so

[GitHub] [solr-operator] gerlowskija merged pull request #455: Recompute NextScheduled backup on each reconcile

2022-07-12 Thread GitBox
gerlowskija merged PR #455: URL: https://github.com/apache/solr-operator/pull/455 -- 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...@sol

[GitHub] [solr-operator] gerlowskija closed issue #376: Recompute solrbackup's `.Status.NextScheduledTime` on changes to `.Spec.Recurrence.Schedule`

2022-07-12 Thread GitBox
gerlowskija closed issue #376: Recompute solrbackup's `.Status.NextScheduledTime` on changes to `.Spec.Recurrence.Schedule` URL: https://github.com/apache/solr-operator/issues/376 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [solr] epugh opened a new pull request, #938: SOLR-16271: remove wildcard imports

2022-07-12 Thread GitBox
epugh opened a new pull request, #938: URL: https://github.com/apache/solr/pull/938 https://issues.apache.org/jira/browse/SOLR-16271 # Description Prevent wildcard imports by adding a check in the build, as well as fixing them in source. # Solution Added a check.

[GitHub] [solr] epugh commented on a diff in pull request #938: SOLR-16271: remove wildcard imports

2022-07-12 Thread GitBox
epugh commented on code in PR #938: URL: https://github.com/apache/solr/pull/938#discussion_r919253600 ## solr/core/src/test/org/apache/solr/handler/TestHealthCheckHandlerLegacyMode.java: ## @@ -16,7 +16,13 @@ */ package org.apache.solr.handler; -import static org.apache.so

[jira] [Created] (SOLR-16287) MapStream - remap tuple value(s)

2022-07-12 Thread Dan Rosher (Jira)
Dan Rosher created SOLR-16287: - Summary: MapStream - remap tuple value(s) Key: SOLR-16287 URL: https://issues.apache.org/jira/browse/SOLR-16287 Project: Solr Issue Type: Improvement Securi