[jira] [Commented] (SOLR-15557) Figure out how to handle ref guide page renames/redirects

2022-02-06 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487931#comment-17487931 ] Jan Høydahl commented on SOLR-15557: Using rewrite rules in sub folder turned out not

[GitHub] [solr-site] janhoy commented on pull request #70: SOLR-15557 Old refguide page redirects

2022-02-06 Thread GitBox
janhoy commented on pull request #70: URL: https://github.com/apache/solr-site/pull/70#issuecomment-1031165879 Looks like mod_rewrite inheritance is useless, as it simply copies applies the root rewrite rules, but in the **context of the sub folder**, i.e. `^(docs|guide)/\d+.*$` will not m

[GitHub] [solr] noblepaul closed pull request #598: Refactor code to minimize access to SolrCore

2022-02-06 Thread GitBox
noblepaul closed pull request #598: URL: https://github.com/apache/solr/pull/598 -- 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..

[jira] [Assigned] (SOLR-15715) Dedicated query aggregator nodes in the solr cluster.

2022-02-06 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-15715: - Assignee: Noble Paul > Dedicated query aggregator nodes in the solr cluster. >

[jira] [Resolved] (SOLR-15124) Remove node/container level admin handlers from ImplicitPlugins.json (core level).

2022-02-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-15124. - Resolution: Fixed > Remove node/container level admin handlers from ImplicitPlugins.json (core >

[jira] [Commented] (SOLR-15259) Lower default hl.fragAlignRatio

2022-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487812#comment-17487812 ] ASF subversion and git services commented on SOLR-15259: Commit a

[jira] [Commented] (SOLR-15124) Remove node/container level admin handlers from ImplicitPlugins.json (core level).

2022-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487813#comment-17487813 ] ASF subversion and git services commented on SOLR-15124: Commit 3

[jira] [Resolved] (SOLR-15259) Lower default hl.fragAlignRatio

2022-02-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-15259. - Resolution: Fixed > Lower default hl.fragAlignRatio > --- > >

[jira] [Commented] (SOLR-15259) Lower default hl.fragAlignRatio

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

[jira] [Commented] (SOLR-15124) Remove node/container level admin handlers from ImplicitPlugins.json (core level).

2022-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487811#comment-17487811 ] ASF subversion and git services commented on SOLR-15124: Commit 2

[GitHub] [solr-site] janhoy commented on pull request #70: SOLR-15557 Old refguide page redirects

2022-02-06 Thread GitBox
janhoy commented on pull request #70: URL: https://github.com/apache/solr-site/pull/70#issuecomment-1030954635 Tried this by merging (and sorry for not squash-merging, became a bit noisy). While the rules in `guide/.htaccess` worked in isolation, unfortunately I could not * get it

[GitHub] [solr-site] janhoy merged pull request #70: SOLR-15557 Old refguide page redirects

2022-02-06 Thread GitBox
janhoy merged pull request #70: URL: https://github.com/apache/solr-site/pull/70 -- 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..

[GitHub] [solr] janhoy commented on pull request #596: SOLR-15557 Script to generate refguide page .htaccess redirects

2022-02-06 Thread GitBox
janhoy commented on pull request #596: URL: https://github.com/apache/solr/pull/596#issuecomment-1030911439 Now tested this on a real httpd server, with a new `guide/.htaccess`. Made adjustments to the rules based on that (Anchor with `^` and use relative names). -- This is an automate

[GitHub] [solr-site] janhoy commented on pull request #70: SOLR-15557 Old refguide page redirects

2022-02-06 Thread GitBox
janhoy commented on pull request #70: URL: https://github.com/apache/solr-site/pull/70#issuecomment-1030909941 @uschindler This PR now adds the new `guide/.htaccess` file. Tested with a local httpd, like this: ``` ./build.sh docker run --rm --name httpd -p 8000:80 -v $(pwd)/ou