[GitHub] lucene-solr issue #31: SOLR-8716 Upgrade to Apache Tika 1.12

2018-07-29 Thread arafalov
Github user arafalov commented on the issue: https://github.com/apache/lucene-solr/pull/31 This PR can be closed now. We are on a much later version of Tika already. --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] lucene-solr issue #90: fixed some CSS syntax errors in Solr webapp

2016-10-08 Thread arafalov
Github user arafalov commented on the issue: https://github.com/apache/lucene-solr/pull/90 Ok. I will incorporate them the next time I am updating Admin UI (couple of weeks from now, most likely). Thank you for the contribution. --- If your project is set up for it, you can

[GitHub] lucene-solr issue #90: fixed some CSS syntax errors in Solr webapp

2016-10-06 Thread arafalov
Github user arafalov commented on the issue: https://github.com/apache/lucene-solr/pull/90 Is there a JIRA connected to this? Also, I see code but not description of the problem/effect. Was some CSS not working and this fixes it? --- If your project is set up for it, you can reply

[GitHub] lucene-solr pull request #60: SOLR-9002: Patch against latest master

2016-08-13 Thread arafalov
Github user arafalov closed the pull request at: https://github.com/apache/lucene-solr/pull/60 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] lucene-solr pull request #54: SOLR-8911: Angular Admin UI: Fix cut-off overf...

2016-08-13 Thread arafalov
Github user arafalov closed the pull request at: https://github.com/apache/lucene-solr/pull/54 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] lucene-solr pull request #55: SOLR-8715: Added special condition to match se...

2016-08-12 Thread arafalov
Github user arafalov closed the pull request at: https://github.com/apache/lucene-solr/pull/55 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] lucene-solr pull request #33: Skip flag checks for when they are unavailable...

2016-08-12 Thread arafalov
Github user arafalov closed the pull request at: https://github.com/apache/lucene-solr/pull/33 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] lucene-solr pull request #63: SOLR-9232: Fixed Core Swap implementation

2016-08-12 Thread arafalov
Github user arafalov closed the pull request at: https://github.com/apache/lucene-solr/pull/63 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] lucene-solr pull request #61: SOLR-9003: Fix various UI/DIH debug features

2016-08-10 Thread arafalov
Github user arafalov closed the pull request at: https://github.com/apache/lucene-solr/pull/61 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] lucene-solr pull request #63: SOLR-9232: Fixed Core Swap implementation

2016-08-03 Thread arafalov
GitHub user arafalov opened a pull request: https://github.com/apache/lucene-solr/pull/63 SOLR-9232: Fixed Core Swap implementation Fixed: * Incorrect non-scoped variable use that hid the message and shadowed the root case * Fixed incorrect branch condition * Fixed

[GitHub] lucene-solr pull request #61: SOLR-9003: Fix various UI/DIH debug features

2016-08-03 Thread arafalov
GitHub user arafalov opened a pull request: https://github.com/apache/lucene-solr/pull/61 SOLR-9003: Fix various UI/DIH debug features Debug flag now sets the flag and displays the response Configuration debug-mode now actually sends changed configuration Enabling

[GitHub] lucene-solr pull request #60: SOLR-9002: Patch against latest master

2016-08-03 Thread arafalov
GitHub user arafalov opened a pull request: https://github.com/apache/lucene-solr/pull/60 SOLR-9002: Patch against latest master Upayavira's patch applied (cleanly) against latest master and tested. It works correctly and does not seem to break other views. You can merge this pull

[GitHub] lucene-solr issue #56: SOLR-8596: Split only on first equal sign

2016-07-28 Thread arafalov
Github user arafalov commented on the issue: https://github.com/apache/lucene-solr/pull/56 Fixed now. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request #56: SOLR-8596: Split only on first equal sign

2016-07-28 Thread arafalov
Github user arafalov closed the pull request at: https://github.com/apache/lucene-solr/pull/56 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] lucene-solr pull request #58: SOLR-8379: Text file extension is 'txt'

2016-07-27 Thread arafalov
GitHub user arafalov opened a pull request: https://github.com/apache/lucene-solr/pull/58 SOLR-8379: Text file extension is 'txt' The do-not-highlight comparison was expecting type to be text, but it is based on extension, so was actually 'txt'. This was causing a stack trace

[GitHub] lucene-solr pull request #57: SOLR-8645: managed-schema is XML type

2016-07-27 Thread arafalov
GitHub user arafalov opened a pull request: https://github.com/apache/lucene-solr/pull/57 SOLR-8645: managed-schema is XML type Cover the special case of no-extension known-name file. It was already done in the Files view, but missed in the Cloud/Tree one. You can merge

[GitHub] lucene-solr pull request #56: SOLR-8596: Split only on first equal sign

2016-07-26 Thread arafalov
GitHub user arafalov opened a pull request: https://github.com/apache/lucene-solr/pull/56 SOLR-8596: Split only on first equal sign Being more careful about splitting only on first equal sign, not all of them for raw requests. This avoids breaking local parameters syntax. You can

[GitHub] lucene-solr pull request #55: SOLR-8715: Added special condition to match se...

2016-07-26 Thread arafalov
GitHub user arafalov opened a pull request: https://github.com/apache/lucene-solr/pull/55 SOLR-8715: Added special condition to match server One-line fix. Just a missed condition to match server-side special case. You can merge this pull request into a Git repository by running

[GitHub] lucene-solr pull request #54: SOLR-8911: Angular Admin UI: Fix cut-off overf...

2016-07-26 Thread arafalov
GitHub user arafalov opened a pull request: https://github.com/apache/lucene-solr/pull/54 SOLR-8911: Angular Admin UI: Fix cut-off overflow strings on dashboard page Fix too long value strings in the dashboard page (primarily versions and args sections) by adding overflow scrolling

[GitHub] lucene-solr pull request #43: Trivial name spelling fix for SOLR-445

2016-06-13 Thread arafalov
GitHub user arafalov opened a pull request: https://github.com/apache/lucene-solr/pull/43 Trivial name spelling fix for SOLR-445 ToleranteUpdateProcessorFactory -> ToleranteUpdateProcessorFactory You can merge this pull request into a Git repository by running: $ git p

[GitHub] lucene-solr pull request: Skip flag checks for when they are unava...

2016-04-22 Thread arafalov
GitHub user arafalov opened a pull request: https://github.com/apache/lucene-solr/pull/33 Skip flag checks for when they are unavailable SOLR-8715 Matches the special case in the LukeRequestHandler You can merge this pull request into a Git repository by running: $ git pull

[GitHub] lucene-solr pull request: Ensure text field is not multiValued (SO...

2016-04-17 Thread arafalov
Github user arafalov closed the pull request at: https://github.com/apache/lucene-solr/pull/30 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] lucene-solr pull request: Ensure text field is not multiValued (SO...

2016-04-16 Thread arafalov
GitHub user arafalov opened a pull request: https://github.com/apache/lucene-solr/pull/30 Ensure text field is not multiValued (SOLR-9004) Fix the field definition to match the README descriptions. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] lucene-solr pull request: Switch Subversion for GIT mention in the...

2016-02-21 Thread arafalov
GitHub user arafalov opened a pull request: https://github.com/apache/lucene-solr/pull/9 Switch Subversion for GIT mention in the README.txt You can merge this pull request into a Git repository by running: $ git pull https://github.com/arafalov/lucene-solr-1 patch-1

[GitHub] lucene-solr pull request: Tiny spelling error fix

2015-03-17 Thread arafalov
Github user arafalov closed the pull request at: https://github.com/apache/lucene-solr/pull/134 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] lucene-solr pull request: Tiny spelling error fix

2015-03-17 Thread arafalov
Github user arafalov commented on the pull request: https://github.com/apache/lucene-solr/pull/134#issuecomment-82654575 Merged in LUCENE-6363 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] lucene-solr pull request: Tiny spelling error fix

2015-03-17 Thread arafalov
GitHub user arafalov opened a pull request: https://github.com/apache/lucene-solr/pull/134 Tiny spelling error fix Tiny, but it is in ALL CAPS... You can merge this pull request into a Git repository by running: $ git pull https://github.com/arafalov/lucene-solr patch-1

lucene-solr pull request: Fix API web link for IndexDeletionPolicy (against...

2014-01-05 Thread arafalov
Github user arafalov closed the pull request at: https://github.com/apache/lucene-solr/pull/6 - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

lucene-solr pull request: Fix API web link for IndexDeletionPolicy (against...

2013-01-12 Thread arafalov
GitHub user arafalov opened a pull request: https://github.com/apache/lucene-solr/pull/6 Fix API web link for IndexDeletionPolicy (against solr 4.x branch) I did it for Lucene 4.0, as I am not sure where 4.1 will live. In any case, this is better than currently-dead 3.5 link

lucene-solr pull request: Trivial documentation URL fix

2013-01-12 Thread arafalov
Github user arafalov closed the pull request at: https://github.com/apache/lucene-solr/pull/5 - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org