[ https://issues.apache.org/jira/browse/SOLR-12045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17023764#comment-17023764 ]
Uwe Schindler commented on SOLR-12045: -------------------------------------- It was not your problem. The reason for the issue was a config change regarding line endings and then a bug in the source-patterns checker. It did not split lines correctly because the line splitter regex was broken ({{\n\r}} instead of the correct {{\r\n}}). Because you touched the file it was checked out again on Jenkins, suddenly having new line endings. > Move Analytics Component from contrib to core > --------------------------------------------- > > Key: SOLR-12045 > URL: https://issues.apache.org/jira/browse/SOLR-12045 > Project: Solr > Issue Type: Improvement > Affects Versions: 8.0 > Reporter: Houston Putman > Priority: Major > Fix For: 8.1, master (9.0) > > Attachments: SOLR-12045.rb-visibility.patch > > Time Spent: 1.5h > Remaining Estimate: 0h > > The Analytics Component currently lives in contrib. Since it includes no > external dependencies, there is no harm in moving it into core solr. > The analytics component would be included as a default search component and > the analytics handler (currently only used for analytics shard requests, > might be transitioned to handle user requests in the future) would be > included as an implicit handler. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org