Commit Graph

22219 Commits

Author SHA1 Message Date
Noble Paul 40a1d7e22c SOLR-6892: Improve the way update processors are used and make it simpler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1666436 13f79535-47bb-0310-9956-ffa450edef68
2015-03-13 13:13:15 +00:00
Chris M. Hostetter c9d344f09d SOLR-7239: improved performance of min & max in StatsComponent, as well as situations where local params disable all stats
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1666294 13f79535-47bb-0310-9956-ffa450edef68
2015-03-12 20:38:02 +00:00
Timothy Potter f3bc0ad731 SOLR-7173: Fix ReplicationFactorTest on Windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1666266 13f79535-47bb-0310-9956-ffa450edef68
2015-03-12 17:58:29 +00:00
Yonik Seeley 5fa7505968 SOLR-7218: Use ^= for constant score query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1666183 13f79535-47bb-0310-9956-ffa450edef68
2015-03-12 13:29:40 +00:00
Yonik Seeley 0ff3ea426f tests: let json parser handle single quoted strings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1666167 13f79535-47bb-0310-9956-ffa450edef68
2015-03-12 12:47:30 +00:00
Uwe Schindler 0df44e9eff LUCENE-5418: Remove incorrect javadocs relict
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665972 13f79535-47bb-0310-9956-ffa450edef68
2015-03-11 19:20:49 +00:00
David Wayne Smiley 9cf30e5ed2 LUCENE-4942: Fix BytesRefIteratorTokenStream's attribute clone method.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665949 13f79535-47bb-0310-9956-ffa450edef68
2015-03-11 17:46:59 +00:00
David Wayne Smiley 5a0e0e007a SOLR-7228 fix test: remove weird leading unicode char from source file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665947 13f79535-47bb-0310-9956-ffa450edef68
2015-03-11 17:23:58 +00:00
Ryan McKinley e8eaf479c3 Merged revision(s) 1665899 from lucene/dev/branches/branch_5x:
SOLR-7228: fix test
........


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665900 13f79535-47bb-0310-9956-ffa450edef68
2015-03-11 15:19:01 +00:00
Chris M. Hostetter cf8c363f8e SOLR-6349: real fix for out of order stats facet's
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665730 13f79535-47bb-0310-9956-ffa450edef68
2015-03-10 22:25:29 +00:00
Ryan McKinley 09bd503fb2 Merged revision(s) 1665723 from lucene/dev/branches/branch_5x:
SOLR-7228: expose Analyzer for AbstractSpatialPrefixTreeFieldType


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665724 13f79535-47bb-0310-9956-ffa450edef68
2015-03-10 22:13:10 +00:00
David Wayne Smiley 1c4c0114dd fix/suppress compile warnings that are not induced by Lucene's API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665673 13f79535-47bb-0310-9956-ffa450edef68
2015-03-10 20:12:31 +00:00
David Wayne Smiley f3013524b2 LUCENE-4942: Optimize spatial PrefixTreeStrategy indexes for non-point data
* Redundant prefix terms on leaf cells are no longer emitted;
* Cell.isLeaf should always return true at maxLevels

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665656 13f79535-47bb-0310-9956-ffa450edef68
2015-03-10 19:25:24 +00:00
Chris M. Hostetter 37ba6f6a27 SOLR-6349 + SOLR-6682: test workaround since (deprecated) stats.facet doesn't garuntee order of list
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665635 13f79535-47bb-0310-9956-ffa450edef68
2015-03-10 17:48:58 +00:00
Chris M. Hostetter 10dd59701c SOLR-6349 + SOLR-6682: Added support for stats.field localparams to enable/disable individual stats; Fix response when using EnumField with StatsComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665579 13f79535-47bb-0310-9956-ffa450edef68
2015-03-10 15:34:06 +00:00
Joel Bernstein ce47eee2f4 SOLR-7225: ParallelStream chooses workers incorrectly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665565 13f79535-47bb-0310-9956-ffa450edef68
2015-03-10 14:25:53 +00:00
Shalin Shekhar Mangar ca8e4be1d3 Move null check to the right spot
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665563 13f79535-47bb-0310-9956-ffa450edef68
2015-03-10 14:21:51 +00:00
Joel Bernstein ae6a62b2ef SOLR-7224: HashQParserPlugin test failures due to java.util.concurrent.RejectedExecutionException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665517 13f79535-47bb-0310-9956-ffa450edef68
2015-03-10 13:05:17 +00:00
Shawn Heisey 208e1f9156 SOLR-7195: bin/solr changes: Escape start.jar in greps. Fix incorrect substring port detection.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665405 13f79535-47bb-0310-9956-ffa450edef68
2015-03-10 04:39:51 +00:00
Joel Bernstein 9563a30751 SOLR-7082: Streaming Aggregation for SolrCloud
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665391 13f79535-47bb-0310-9956-ffa450edef68
2015-03-10 01:38:57 +00:00
Alan Woodward b4ee7b6eb4 SOLR-7180: MiniSolrCloudCluster starts up and shuts down its jetties in parallel
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665353 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 20:51:28 +00:00
Noble Paul 91de592387 SOLR-7209: cleaned formatting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665342 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 20:23:08 +00:00
Noble Paul 00005759ba SOLR-7209: /update/json/docs carry forward fields from previous records
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665341 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 20:21:48 +00:00
Alan Woodward 4fbb2b36e8 SOLR-7125: Call process() before trying to upload/download configs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665254 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 15:01:56 +00:00
Noble Paul 31a3e55508 SOLR-7126: Secure loading of runtime external jars
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665207 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 12:23:59 +00:00
Alan Woodward 68d180346a SOLR-7201: HttpSolrClient can handle collection parameters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665199 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 11:54:45 +00:00
Alan Woodward a8fd826f4a SOLR-4044: CloudSolrClient.connect() can take a timeout parameter to wait for the cluster
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665174 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 10:31:48 +00:00
Alan Woodward 1968413943 SOLR-7206: MiniSolrCloudCluster should deal with SSL mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665159 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 09:15:57 +00:00
Shalin Shekhar Mangar 389992cf99 SOLR-4464: DIH Processed documents counter resets to zero after first entity is processed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665110 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 01:59:40 +00:00
Shalin Shekhar Mangar 059e5259c6 SOLR-5846: EnumField supports DocValues functionality
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665107 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 01:29:28 +00:00
Shalin Shekhar Mangar 66e5099e15 SOLR-6841: Visualize lucene segment information in Admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665105 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 00:54:48 +00:00
Shalin Shekhar Mangar b730cdaa49 SOLR-7189: Allow DIH to extract content from embedded documents via Tika
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665099 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 00:16:25 +00:00
Michael McCandless 7ddf6443d5 LUCENE-6349: move possible Query clone and hashCode out sync block
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665080 13f79535-47bb-0310-9956-ffa450edef68
2015-03-08 21:15:40 +00:00
Noble Paul 8571b92efd SOLR-7073: renamed PluginRegistry to PluginBag
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665076 13f79535-47bb-0310-9956-ffa450edef68
2015-03-08 20:21:22 +00:00
Robert Muir 6364cf7773 LUCENE-6341: move CHANGES entry in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665065 13f79535-47bb-0310-9956-ffa450edef68
2015-03-08 18:44:16 +00:00
Noble Paul 45196378d3 SOLR-7073: rename the .jar files to .jar.bin so that the build scripts don't fail
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665063 13f79535-47bb-0310-9956-ffa450edef68
2015-03-08 18:09:25 +00:00
Ramkumar Aiyengar 65b033712b SOLR-6359: Allow customization of the number of records and logs kept by UpdateLog
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664825 13f79535-47bb-0310-9956-ffa450edef68
2015-03-07 11:40:37 +00:00
Noble Paul a0ff7fdef2 SOLR-7126: honor the enable.runtime.lib flag
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664802 13f79535-47bb-0310-9956-ffa450edef68
2015-03-07 07:23:11 +00:00
Noble Paul b221a53496 SOLR-7073: Add an API to add a jar to a collection's classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664797 13f79535-47bb-0310-9956-ffa450edef68
2015-03-07 05:55:35 +00:00
Noble Paul 29b23f9166 SOLR-7073: test files required for the feature
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664795 13f79535-47bb-0310-9956-ffa450edef68
2015-03-07 05:46:57 +00:00
Michael McCandless 49880de8fc LUCENE-6343: DefaultSimilarity javadocs has the wrong example for encode/decode precision loss
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664687 13f79535-47bb-0310-9956-ffa450edef68
2015-03-06 17:51:52 +00:00
Robert Muir 5d180157b9 LUCENE-6346: always initCause() ParseExceptions from Version.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664683 13f79535-47bb-0310-9956-ffa450edef68
2015-03-06 17:46:43 +00:00
Robert Muir c8624aac7d fix compilation error with jdk 8u11
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664636 13f79535-47bb-0310-9956-ffa450edef68
2015-03-06 14:41:33 +00:00
Robert Muir 9229f419e2 LUCENE-6341: Add a -fast option to CheckIndex
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664633 13f79535-47bb-0310-9956-ffa450edef68
2015-03-06 14:37:44 +00:00
Ramkumar Aiyengar ae7c10cb25 SOLR-6804: Add CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664482 13f79535-47bb-0310-9956-ffa450edef68
2015-03-05 20:55:44 +00:00
Robert Muir bb5e6238db LUCENE-6335: test fixes, and one real fix to synonymfilterfactory (missing analyzer.close)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664404 13f79535-47bb-0310-9956-ffa450edef68
2015-03-05 16:45:02 +00:00
Adrien Grand 800fcb8927 LUCENE-6333: Clean up overridden .equals and .hashCode methods in Query subclasses.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664384 13f79535-47bb-0310-9956-ffa450edef68
2015-03-05 16:01:58 +00:00
Alan Woodward a43843701d SOLR-7155: Add optional collection parameter to all SolrClient methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664310 13f79535-47bb-0310-9956-ffa450edef68
2015-03-05 11:29:24 +00:00
Alan Woodward 739e9b489d SOLR-7179: Stop using sysprops to configure test jettys
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664292 13f79535-47bb-0310-9956-ffa450edef68
2015-03-05 09:54:06 +00:00
Adrien Grand a275ca2bb5 LUCENE-6338: s/skipTo/advance/ and removed duplicate assertion.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664279 13f79535-47bb-0310-9956-ffa450edef68
2015-03-05 08:54:37 +00:00