[GitHub] lucene-solr pull request: SOLR-8839: Angular admin/segments displa...

2016-03-14 Thread LucVL
GitHub user LucVL opened a pull request: https://github.com/apache/lucene-solr/pull/20 SOLR-8839: Angular admin/segments display: display of deleted docs no… …t proportional You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] lucene-solr pull request: LUCENE-7064: Make MultiPhraseQuery immut...

2016-03-03 Thread LucVL
GitHub user LucVL opened a pull request: https://github.com/apache/lucene-solr/pull/19 LUCENE-7064: Make MultiPhraseQuery immutable This PR is based at the highest commit point common to master, branch_6x and branch_6_0 so it should be easy to merge with any or all of them

[GitHub] lucene-solr pull request: WordDelimiterFilter - Don't split words ...

2015-11-20 Thread LucVL
Github user LucVL commented on the pull request: https://github.com/apache/lucene-solr/pull/210#issuecomment-158335822 There’s good documentation on combining git pull-requests with jira issues on the apache wiki (there’s a bot for that) https://wiki.apache.org/lucene-java

[GitHub] lucene-solr pull request: o.a.l.queryparser.flexible.standard.Stan...

2015-10-05 Thread LucVL
Github user LucVL closed the pull request at: https://github.com/apache/lucene-solr/pull/108 --- 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 is

[GitHub] lucene-solr pull request: SOLR-8050: Test case demonstrating the b...

2015-10-05 Thread LucVL
GitHub user LucVL opened a pull request: https://github.com/apache/lucene-solr/pull/202 SOLR-8050: Test case demonstrating the bug To run just this testcase, use: ```sh ant test -Dtests.class=org.apache.solr.update.processor.AtomicUpdatesTest -Dtests.method

[GitHub] lucene-solr pull request: Test case demonstrating the bug

2015-10-05 Thread LucVL
Github user LucVL closed the pull request at: https://github.com/apache/lucene-solr/pull/201 --- 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 is

[GitHub] lucene-solr pull request: Test case demonstrating the bug

2015-10-05 Thread LucVL
GitHub user LucVL opened a pull request: https://github.com/apache/lucene-solr/pull/201 Test case demonstrating the bug To run just this testcase, use: ```sh ant test -Dtests.class=org.apache.solr.update.processor.AtomicUpdatesTest -Dtests.method=testMultipleTDateValues

[GitHub] lucene-solr pull request: Lucene 6427 bit set fixes

2015-04-29 Thread LucVL
Github user LucVL closed the pull request at: https://github.com/apache/lucene-solr/pull/142 --- 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 is

[GitHub] lucene-solr pull request: Lucene 6427 bit set fixes

2015-04-15 Thread LucVL
GitHub user LucVL opened a pull request: https://github.com/apache/lucene-solr/pull/142 Lucene 6427 bit set fixes Pull request for LUCENE-6427 You can merge this pull request into a Git repository by running: $ git pull https://github.com/LucVL/lucene-solr lucene-6427

[GitHub] lucene-solr pull request: LUCENE-6409 BitSetFixes

2015-04-14 Thread LucVL
Github user LucVL commented on the pull request: https://github.com/apache/lucene-solr/pull/140#issuecomment-92720200 Committed by Adrien Grand yesterday. Thanks Adrian! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] lucene-solr pull request: LUCENE-6409 BitSetFixes

2015-04-14 Thread LucVL
Github user LucVL closed the pull request at: https://github.com/apache/lucene-solr/pull/140 --- 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 is

[GitHub] lucene-solr pull request: BitSet fixes

2015-04-08 Thread LucVL
Github user LucVL closed the pull request at: https://github.com/apache/lucene-solr/pull/113 --- 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 is

[GitHub] lucene-solr pull request: LUCENE-6409 BitSetFixes

2015-04-08 Thread LucVL
GitHub user LucVL opened a pull request: https://github.com/apache/lucene-solr/pull/140 LUCENE-6409 BitSetFixes The pull request actually contains a few separate commits: - Demonstrates the bug in a simple test case and adds a patch. - Corrects ensureCapacity - Optimized

[GitHub] lucene-solr pull request: BitSet fixes

2014-12-12 Thread LucVL
GitHub user LucVL opened a pull request: https://github.com/apache/lucene-solr/pull/113 BitSet fixes * `LongBitSet.ensureCapacity` overflows on `numBits > Integer.MaxValue` * `Fixed-/LongBitSet`: Avoid conditional branch in `bits2words` (with a comment explaining the form

[GitHub] lucene-solr pull request: o.a.l.queryparser.flexible.standard.Stan...

2014-11-25 Thread LucVL
GitHub user LucVL opened a pull request: https://github.com/apache/lucene-solr/pull/108 o.a.l.queryparser.flexible.standard.StandardQueryParser cleanup * Removed unused, but confusing code (CONJ_AND == CONJ_OR == 2 ???). Unfortunately, the code generated by JavaCC from the updated