You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by tballison <gi...@git.apache.org> on 2014/07/18 20:04:54 UTC

[GitHub] lucene-solr pull request: Lucene5205

GitHub user tballison opened a pull request:

    https://github.com/apache/lucene-solr/pull/64

    Lucene5205

    First attempt at pull request for merge from trunk on Lucene5205.  Let's see how much gitiocy this displays...

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tballison/lucene-solr lucene5205

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/64.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #64
    
----
commit 0ce0716d34ae4eca99ed28d0490b033d5f92e245
Author: Anshum Gupta <an...@apache.org>
Date:   2014-06-04T23:02:56Z

    SOLR-6123: Make CLUSTERSTATE Api unblocked and non-blocking always
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600535 13f79535-47bb-0310-9956-ffa450edef68

commit 248272fc043ef0f0fc92d1dbee71cf81eb1357f7
Author: David Wayne Smiley <ds...@apache.org>
Date:   2014-06-05T01:43:12Z

    LUCENE-5648: DateRangePrefixTree and NumberRangePrefixTreeStrategy
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600555 13f79535-47bb-0310-9956-ffa450edef68

commit 214a6ca80d59e42eff675f9fb420a5c3371e219a
Author: David Wayne Smiley <ds...@apache.org>
Date:   2014-06-05T02:04:36Z

    SOLR-6103: Add QParser arg to AbstractSpatialFieldType.parseSpatialArgs(). Make getQueryFromSpatialArgs protected no private.
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600556 13f79535-47bb-0310-9956-ffa450edef68

commit c2ee32ad5c359e89881fbc74873d784bd20a3ad3
Author: David Wayne Smiley <ds...@apache.org>
Date:   2014-06-05T02:05:27Z

    SOLR-6103: DateRangeField
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600557 13f79535-47bb-0310-9956-ffa450edef68

commit 53a526b86aba0e2aeebbf39228815b190416e0c1
Author: Robert Muir <rm...@apache.org>
Date:   2014-06-05T02:29:33Z

    LUCENE-5648: unbreak ant test
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600560 13f79535-47bb-0310-9956-ffa450edef68

commit 762d7905c9176c7297f7cd58ead93b627d485761
Author: Michael McCandless <mi...@apache.org>
Date:   2014-06-05T09:32:28Z

    LUCENE-5737: disable this test for now
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600575 13f79535-47bb-0310-9956-ffa450edef68

commit bc9398af5584ae6ec6bd16343e1c23642c084862
Author: Adrien Grand <jp...@apache.org>
Date:   2014-06-05T12:17:22Z

    LUENE-5733: Remove PackedInts.Reader.(has|get)Array and move getBitsPerValue to PackedInts.Mutable.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600626 13f79535-47bb-0310-9956-ffa450edef68

commit f5dfac1333a92889f790f72fef78e84f57a74119
Author: Robert Muir <rm...@apache.org>
Date:   2014-06-05T15:54:49Z

    LUCENE-5703: BinaryDocValues producers don't allocate or copy bytes on each access anymore
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600688 13f79535-47bb-0310-9956-ffa450edef68

commit f435a436979165ba13dd9e1961a26e91492b95df
Author: Adrien Grand <jp...@apache.org>
Date:   2014-06-05T16:30:04Z

    LUCENE-5721: Monotonic compression doesn't use zig-zag encoding anymore.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600694 13f79535-47bb-0310-9956-ffa450edef68

commit 9c49165f5d9db99d146b6df3530111b5f4d54cb5
Author: Robert Muir <rm...@apache.org>
Date:   2014-06-05T18:07:15Z

    LUCENE-5703: fix safety bug for FC's BINARY too
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600716 13f79535-47bb-0310-9956-ffa450edef68

commit da61b4d251cf23fbf790dd655da078b23e8f4343
Author: Joel Bernstein <jb...@apache.org>
Date:   2014-06-05T18:28:30Z

    SOLR-6088: Add query re-ranking with the ReRankingQParserPlugin
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600720 13f79535-47bb-0310-9956-ffa450edef68

commit 41590df9f9f1c9ec35f5cb4bbc7c62a658cb4c34
Author: Joel Bernstein <jb...@apache.org>
Date:   2014-06-05T21:05:25Z

    SOLR-6088: Add query re-ranking with the ReRankingQParserPlugin
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600765 13f79535-47bb-0310-9956-ffa450edef68

commit 59e6878defb9e73e0402216ce36a81142ed03a29
Author: Simon Willnauer <si...@apache.org>
Date:   2014-06-06T08:55:34Z

    LUCENE-5738: Ensure NativeFSLock prevents opening the file channel twice if lock is held
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600827 13f79535-47bb-0310-9956-ffa450edef68

commit 64eab06719508223864ae68746c09d6e726098e4
Author: Chris M. Hostetter <ho...@apache.org>
Date:   2014-06-06T22:44:02Z

    SOLR-5285: Added a new [child ...] DocTransformer for optionally including Block-Join decendent documents inline in the results of a search
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601028 13f79535-47bb-0310-9956-ffa450edef68

commit 515acbf5277d22558dcb75179128ac5ec6e212bc
Author: Anshum Gupta <an...@apache.org>
Date:   2014-06-06T23:44:43Z

    SOLR-6148: Trying to fix Jenkins failures by not LazyLoading the ParallelExecutor in CoreAdminHandler
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601038 13f79535-47bb-0310-9956-ffa450edef68

commit 0e10806cc298c0f8a5ceb99c0619d665554820a2
Author: Chris M. Hostetter <ho...@apache.org>
Date:   2014-06-07T00:48:48Z

    SOLR-5285: use FieldType methods to be less brittle
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601044 13f79535-47bb-0310-9956-ffa450edef68

commit d834f856d64883bf60788e15cf4905ba366bc056
Author: Anshum Gupta <an...@apache.org>
Date:   2014-06-07T00:53:56Z

    SOLR-6148: Trying to fix Jenkins failures by not LazyLoading the ParallelExecutor in CoreAdminHandler
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601047 13f79535-47bb-0310-9956-ffa450edef68

commit 8111fe00ded1e8936e09476d7bd0e4b0a0cd8094
Author: shalin Shekhar Mangar <sh...@apache.org>
Date:   2014-06-09T06:38:28Z

    SOLR-6149: Specifying the query value without any index value does not work in Analysis browser
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601317 13f79535-47bb-0310-9956-ffa450edef68

commit 725c6ce011710ab6ed74716f48292741bf329680
Author: Michael McCandless <mi...@apache.org>
Date:   2014-06-09T11:11:22Z

    improve javadocs
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601342 13f79535-47bb-0310-9956-ffa450edef68

commit 72f7a3e17e02c611a2427d0abe5dd955305e84fb
Author: Robert Muir <rm...@apache.org>
Date:   2014-06-09T12:23:28Z

    add missing override to test class
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601355 13f79535-47bb-0310-9956-ffa450edef68

commit ebd9bde996664e6e72c28e76e24ba8e52f834339
Author: Shawn Heisey <el...@apache.org>
Date:   2014-06-09T17:20:57Z

    LUCENE-5747: Prevent automatic code reformatting when saving in eclipse
    
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601446 13f79535-47bb-0310-9956-ffa450edef68

commit 4b1ca454885a492fc047e241a70df7150039ae6c
Author: Chris M. Hostetter <ho...@apache.org>
Date:   2014-06-09T21:26:26Z

    SOLR-6067: Refactor duplicate Collector code in SolrIndexSearcher
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601511 13f79535-47bb-0310-9956-ffa450edef68

commit f517bd8099de578d0e0d2aae221292e4bf245f50
Author: Anshum Gupta <an...@apache.org>
Date:   2014-06-09T22:59:00Z

    SOLR-6123: Fix an occasional failing Jenkins build.
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601521 13f79535-47bb-0310-9956-ffa450edef68

commit 7ac244becb7ddb81a58e652ad6cb50a07ea1826d
Author: Robert Muir <rm...@apache.org>
Date:   2014-06-10T11:35:48Z

    LUCENE-5743: Add Lucene49NormsFormat
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601606 13f79535-47bb-0310-9956-ffa450edef68

commit bf8790b4aed0596f4464c793ed06409d3f1029b4
Author: shalin Shekhar Mangar <sh...@apache.org>
Date:   2014-06-10T12:37:41Z

    SOLR-6146: Incorrect configuration such as wrong chroot in zk server address can cause CloudSolrServer to leak resources
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601621 13f79535-47bb-0310-9956-ffa450edef68

commit 6a0522bd0b99bdab447c6c2bc62edfd8483729db
Author: Joel Bernstein <jb...@apache.org>
Date:   2014-06-10T15:08:48Z

     SOLR-6150: Add new AnalyticsQuery to support pluggable analytics
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601664 13f79535-47bb-0310-9956-ffa450edef68

commit f183fd06a61ec2242da5f1b2abbc3c2962c30cbe
Author: Uwe Schindler <us...@apache.org>
Date:   2014-06-10T16:39:48Z

    SOLR-6157: Disable test that hangs indefinitely
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601678 13f79535-47bb-0310-9956-ffa450edef68

commit d455491e1c99ed8717b74e1c8bc2762a9e164bf0
Author: David Wayne Smiley <ds...@apache.org>
Date:   2014-06-10T18:41:22Z

    LUCENE-5648: Bug fix for detecting Contains relation when on the edge.
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601734 13f79535-47bb-0310-9956-ffa450edef68

commit 66878c6602914ac6663903239b9aec2e7db51057
Author: Robert Muir <rm...@apache.org>
Date:   2014-06-10T19:20:35Z

    LUCENE-5750: speed up monotonic address in BINARY/SORTED_SET
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601750 13f79535-47bb-0310-9956-ffa450edef68

commit 37bcb5e8a1a48db1923ccaa8afe58a554cedcfc4
Author: Alan Woodward <ro...@apache.org>
Date:   2014-06-10T19:48:11Z

    SOLR-6158: Fix configSetBaseDir path resolution
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1601758 13f79535-47bb-0310-9956-ffa450edef68

----


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[GitHub] lucene-solr pull request: Lucene5205

Posted by tballison <gi...@git.apache.org>.
Github user tballison closed the pull request at:

    https://github.com/apache/lucene-solr/pull/64


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org