Commit Graph

20238 Commits

Author SHA1 Message Date
Adrien Grand add1e44fd7 LUCENE-5700: Add oal.util.Accountable and make all classes that can compute their memory usage implement it.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598470 13f79535-47bb-0310-9956-ffa450edef68
2014-05-30 07:01:31 +00:00
Shalin Shekhar Mangar 75e8b848e8 SOLR-6120: zkcli.sh should expand solr.war automatically instead of throwing ClassNotFoundException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598286 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 13:05:16 +00:00
Michael McCandless 753e0a2592 LUCENE-5710: don't swallow innner immense term exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598275 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 12:28:25 +00:00
Shai Erera f99a9d7ab0 LUCENE-5680: add aotmic DocValues updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598272 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 12:24:48 +00:00
Shalin Shekhar Mangar a627b55bcd SOLR-6116: Refactor DocRouter.getDocRouter to accept routerName as a String
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598212 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 07:26:35 +00:00
Dawid Weiss cc199eb1af SOLR-6119: a quick workaround for the problem of removing files that are still open during the test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598205 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 05:43:09 +00:00
Michael McCandless 183eef908b SOLR-6029: fix smoke test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598195 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 03:57:08 +00:00
David Wayne Smiley f9ae0e16a0 SOLR-6118: CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598193 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 02:00:39 +00:00
David Wayne Smiley df42236e4a Fix cast. IntelliJ didn't seem to care.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598143 13f79535-47bb-0310-9956-ffa450edef68
2014-05-28 21:22:57 +00:00
David Wayne Smiley d61e0f7527 Auto index & optimize imports. And switch to java5 for-each in place of some iterators, generics issues.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598141 13f79535-47bb-0310-9956-ffa450edef68
2014-05-28 21:15:43 +00:00
David Wayne Smiley 36c9276bba SOLR-6118: expand.sort bug for function queries; needed to sort.rewrite(searcher)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598138 13f79535-47bb-0310-9956-ffa450edef68
2014-05-28 20:52:24 +00:00
Dawid Weiss 4c29d60c62 Clean up SolrTestCaseJ4.recurseDelete a bit and remove hairy cases of removing the parent file in certain tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598012 13f79535-47bb-0310-9956-ffa450edef68
2014-05-28 13:34:52 +00:00
Michael McCandless 3d703a16e9 SOLR-3671: fix ongoing smoke test build failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597936 13f79535-47bb-0310-9956-ffa450edef68
2014-05-28 08:10:02 +00:00
Joel Bernstein b6d96d1ca8 SOLR-5973: Pluggable Ranking Collectors and Merge Strategies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597921 13f79535-47bb-0310-9956-ffa450edef68
2014-05-28 03:02:13 +00:00
David Wayne Smiley e9906a334b Fix test bug RE -180/+180 ambiguity. seed: 349A33E5B7DF73A2:5681B850511BD076
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597815 13f79535-47bb-0310-9956-ffa450edef68
2014-05-27 16:13:32 +00:00
Joel Bernstein 1b9c63fc9d SOLR-5973: Pluggable Ranking Collectors and Merge Strategies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597775 13f79535-47bb-0310-9956-ffa450edef68
2014-05-27 13:19:15 +00:00
Steven Rowe 95fd2943eb LUCENE-5675: Add src/resources directory to maven config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597695 13f79535-47bb-0310-9956-ffa450edef68
2014-05-27 02:08:30 +00:00
Robert Muir 7ea65b43f5 fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597612 13f79535-47bb-0310-9956-ffa450edef68
2014-05-26 16:12:45 +00:00
Robert Muir 3b55751084 fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597610 13f79535-47bb-0310-9956-ffa450edef68
2014-05-26 16:05:14 +00:00
Shai Erera d8ce025471 LUCENE-5706: remove the ability to unset a DocValues field through DV updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597600 13f79535-47bb-0310-9956-ffa450edef68
2014-05-26 14:54:10 +00:00
Shalin Shekhar Mangar a912f7f8f1 SOLR-6112: Increase default timeout of 10 seconds to 90 seconds to pass on slow machines
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597391 13f79535-47bb-0310-9956-ffa450edef68
2014-05-25 05:20:57 +00:00
Uwe Schindler 29adbc5bd6 LUCENE-5704: Fix compilation error with Java 8u20
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597299 13f79535-47bb-0310-9956-ffa450edef68
2014-05-24 13:56:41 +00:00
Adrien Grand 3e4aaafe9f LUCENE-5701: This is a 4.9 change.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597181 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 20:58:12 +00:00
Adrien Grand ed66d23ebc LUCENE-5701: Move core closed listeners to AtomicReader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597180 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 20:54:51 +00:00
Anshum Gupta 32a87a7bbc SOLR-5681: Fixing CHANGES.txt entry, moving it into the Optimizations section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597160 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 19:05:07 +00:00
Timothy Potter 9f4132185d Move SOLR-5468 to new features section.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597156 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 18:51:04 +00:00
Timothy Potter 2038c93de4 SOLR-5468: Now in 4.9
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597149 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 18:39:11 +00:00
Anshum Gupta b71b87e160 SOLR-5681: Fixing CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597146 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 18:33:55 +00:00
Anshum Gupta f6452d8120 SOLR-5681: Add synchronization while printing tracking maps to a fix jenkins failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597137 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 17:37:06 +00:00
Yonik Seeley 297f06ecb4 LUCENE-5690: MultiTerms should expose sub-Terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597079 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 12:39:32 +00:00
Shalin Shekhar Mangar 7954c8584d SOLR-6111: The 'deleteshard' collection API should be able to delete a shard in 'construction' state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597077 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 12:33:15 +00:00
Robert Muir 5810ff2d0e LUCENE-5683: remove inefficiencies in getXXXDocValues from SegmentReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597055 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 10:49:29 +00:00
Michael McCandless d3bee7cb7f LUCENE-5684: best effort detection of (illegal) reopen after index was blown away
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597050 13f79535-47bb-0310-9956-ffa450edef68
2014-05-23 09:51:12 +00:00
Michael McCandless 8a1587d6d8 LUCENE-5675: add IDVersionPostingsFormat
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596979 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 22:35:23 +00:00
Michael McCandless da6a93f1ca LUCENE-5675: zig-zag encode the versions (loses 1 bit); check the min/max version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596974 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 21:47:52 +00:00
Michael McCandless 8a136e3113 LUCENE-5675: move to sandbox
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596946 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 19:28:27 +00:00
Michael McCandless 39f48c60e3 LUCENE-5675, LUCENE-5693: improve javadocs, disallow term vectors, fix precommit issues, remove trivial diffs, add new test case
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596938 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 18:50:55 +00:00
Timothy Potter 8a220db194 SOLR-6015: improved strategy for handling managed synonyms when ignoreCase=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596928 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 18:03:37 +00:00
Timothy Potter 1cc70e75fc SOLR-5468: Add a little wait for state to propagate after healing partitions; to address intermittent Jenkins failures.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596916 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 16:33:45 +00:00
Robert Muir c42b921376 LUCENE-5694: don't score subscorers in DisjunctionSum/Max unless score is called
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596907 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 16:01:06 +00:00
Shalin Shekhar Mangar 75b9821eb4 SOLR-6101: Shard splitting doesn't work when legacyCloud=false is set in cluster properties
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596828 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 12:10:38 +00:00
Shalin Shekhar Mangar 2af3939769 SOLR-6104: The 'addreplica' Collection API does not support 'async' parameter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596822 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 11:58:07 +00:00
Shalin Shekhar Mangar 988df83885 SOLR-6108: Add support for 'addreplica' Collection API in SolrJ
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596819 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 11:50:31 +00:00
Michael McCandless f2afbded2f LUCENE-5675: merge trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596817 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 11:38:47 +00:00
Michael McCandless fffcb1b3f4 LUCENE-5693, LUCENE-5675: also decouple this bug fix (move to LUCENE-5693) in ToParentBJQ.explain
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596783 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 09:08:54 +00:00
Dawid Weiss cf5a0caeb6 LUCENE-5650: Enforce read-only access to any path outside the temporary folder via security manager
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596767 13f79535-47bb-0310-9956-ffa450edef68
2014-05-22 06:15:26 +00:00
Michael McCandless c5ac331b85 LUCENE-5675: working on ant precommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1596708 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 22:48:03 +00:00
Timothy Potter 8ca3abe369 SOLR-5468: Improve reporting of cluster state when assertions fail; to help diagnose cause of Jenkins failures.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596652 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 18:56:59 +00:00
Robert Muir dfca705bff LUCENE-4236: cleanup/optimize BooleanScorer in-order creation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596640 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 18:24:39 +00:00
Timothy Potter 6abe8b86c4 SOLR-5495: Print cluster state in assertion failure messages if a leader cannot be found to determine root cause of HttpPartitionTest failures in Jenkins.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596636 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 18:05:53 +00:00