Commit Graph

25816 Commits

Author SHA1 Message Date
Dawid Weiss 9e09045a4c SOLR-8186: suppress log4j access warnings. 2016-09-22 09:51:11 +02:00
Steve Rowe 53981795fd SOLR-6871: Updated the quickstart tutorial to cover the 6.2.0 release, and added ant target "generate-website-quickstart" to convert the bundled version of the tutorial into one suitable for the website. 2016-09-21 20:06:49 -04:00
Jan Høydahl 2ef34e9e24 SOLR-8186: Solr start scripts, only log to console when running in foreground 2016-09-22 01:18:27 +02:00
Jan Høydahl 7561461f73 SOLR-7826: Refuse "bin/solr create" if run as root, unless -force is specified 2016-09-21 22:23:49 +02:00
Jan Høydahl b894ab292d SOLR-9508: Install script should check existence of tools, and add option to NOT start service 2016-09-21 21:49:46 +02:00
Noble Paul 15cee3141c SOLR-9446: Leader failure after creating a freshly replicated index can send nodes into recovery even if index was not changed 2016-09-21 23:55:59 +05:30
Dawid Weiss 6c48549f8d LUCENE-7455: slf4j uses MIT license not BSD-LIKE 2016-09-21 16:15:40 +02:00
Mike McCandless f7aa200d40 LUCENE-7407: switch doc values usage to an iterator API, based on DocIdSetIterator, instead of random acces, freeing codecs for future improvements 2016-09-21 09:41:41 -04:00
Christine Poerschke 93bc88d966 SOLR-9538: Relocate (BinaryResponse|JSON|Smile)Writer tests to org.apache.solr.response which is the package of the classes they test. (Jonny Marks via Christine Poerschke) 2016-09-21 11:50:35 +01:00
Alan Woodward d326adc8bf SOLR-9305, SOLR-9390: Don't use directToLeaders updates in partition tests (see SOLR-9512) 2016-09-21 10:57:59 +01:00
Noble Paul 3acfa08aea Merge remote-tracking branch 'origin/master' 2016-09-21 11:30:14 +05:30
Noble Paul afc57347b4 SOLR-9524: SolrIndexSearcher.getIndexFingerprint uses dubious synchronization 2016-09-21 11:29:53 +05:30
Shalin Shekhar Mangar e0125c99d2 Add 6.2.1 back compat test indexes 2016-09-21 08:29:12 +05:30
Shalin Shekhar Mangar 003a943d6d Synchronizing CHANGES.txt with fixes released in 6.2.1 2016-09-21 02:17:38 +05:30
Alan Woodward bd3fc7f43f Revert "SOLR-9512: CloudSolrClient tries other replicas if a cached leader is down"
This reverts commit 3d130097b7.
2016-09-20 14:35:53 +01:00
Jan Høydahl a1bbc996e4 Add install script support for CentOS and better distro detection under Docker 2016-09-20 11:22:53 +02:00
Jan Høydahl 4574cb8cea SOLR-8080: bin/solr start script now exits with informative message if using wrong Java version 2016-09-20 10:56:25 +02:00
Uwe Schindler 3712bf5819 LUCENE-7292: Fix build to use "--release 8" instead of "-release 8" on Java 9 (this changed with recent EA build b135) 2016-09-20 00:01:45 +02:00
Alan Woodward 3d130097b7 SOLR-9512: CloudSolrClient tries other replicas if a cached leader is down 2016-09-19 15:29:43 +01:00
Noble Paul 1e18c12c19 SOLR-9502: ResponseWriters should natively support MapSerializable 2016-09-19 17:45:17 +05:30
Noble Paul 286b35b020 SOLR-9523: Refactor CoreAdminOperation into smaller classes 2016-09-17 13:04:31 +05:30
Varun Thacker 61955efc50 SOLR-9451: Make clusterstatus command logging less verbose 2016-09-16 19:26:07 +05:30
Mike McCandless 9c6d34858e make test less evil: don't use random codec, even for the last IndexWriter 2016-09-16 09:54:17 -04:00
Varun Thacker 5d6b7fffc3 SOLR-9522: Improve error handling in ZKPropertiesWriter 2016-09-16 18:47:06 +05:30
Alan Woodward 5610fd9df2 SOLR-9507: Correctly set MDC values for CoreContainer threads 2016-09-16 13:33:07 +01:00
Noble Paul 84e01eb84b shallowMap() should behave like a map. testcase added 2016-09-16 17:08:55 +05:30
Mike McCandless f65c114e1a Ignore flaky test 2016-09-15 18:45:08 -04:00
Mike McCandless c79d44f828 LUCENE-7439: move CHANGES entry 2016-09-15 15:47:04 -04:00
Mike McCandless c7fb49d7b5 LUCENE-7439: FuzzyQuery now matches all terms within the specified edit distance, even if they are short 2016-09-15 14:44:26 -04:00
Nicholas Knize ea31811e42 fix RangeField tests so they use actual ranges, not just 0 ranges 2016-09-15 11:29:57 -05:00
Shalin Shekhar Mangar 70fd627ca7 SOLR-9484: The modify collection API should wait for the modified properties to show up in the cluster state 2016-09-15 11:04:48 +05:30
Noble Paul 5b770b56d0 Extract out the ExclusiveSliceProperty as a top level class 2016-09-14 12:44:34 +05:30
Steve Rowe cd8592c850 LUCENE-7446: don't ask about version back-compatibility when we know it's not applicable (i.e., the version to be added is greater than the latest on the branch) 2016-09-13 11:25:00 -04:00
Shalin Shekhar Mangar f670a2c837 Adding 6.2.1 version 2016-09-13 17:24:40 +05:30
Noble Paul 652065e14e Merge remote-tracking branch 'origin/master' 2016-09-13 17:19:33 +05:30
Noble Paul 73d4b73042 SOLR-9485:Indexfingerprint.fromObject() returns wrong values if object passed was itself of type IndexFingerprint 2016-09-13 17:19:12 +05:30
Mike McCandless 4db3e7b8a7 LUCENE-7439: improve test case 2016-09-13 05:04:18 -04:00
Varun Thacker ef3057e43b SOLR-9408: Fix TreeMergeOutputFormat to add timestamp metadata to commits 2016-09-13 10:49:27 +05:30
Mike McCandless faf3bc3134 LUCENE-7439: clean up FuzzyQuery/FuzzyTermsEnum sources 2016-09-12 17:23:24 -04:00
Steve Rowe 541a8fa13d LUCENE-7425: Port -path and -details options from the Perl version, and a couple other minor cleanups 2016-09-12 15:51:33 -04:00
Shalin Shekhar Mangar 3fe1486683 SOLR-9365: Reduce noise in solr logs during graceful shutdown 2016-09-13 00:36:12 +05:30
Uwe Schindler b39fcc1202 LUCENE-7318: Forward port some changes (add StopFilter and LowercaseFilter at their original location) 2016-09-12 20:11:30 +02:00
Mike McCandless 86e4af60f0 make test less evil: use FSDirectory for dir copy; use non-random codec 2016-09-12 11:08:51 -04:00
Steve Rowe 36362a2a69 LUCENE-7442: MinHashFilter's ctor should validate its args 2016-09-12 10:18:29 -04:00
Shalin Shekhar Mangar f177a660f5 SOLR-9438: Shard split can be marked successful and sub-shard states switched to 'active' even when one or more sub-shards replicas do not recover due to the leader crashing or restarting between the time the replicas are created and before they can recover 2016-09-12 17:00:46 +05:30
Shalin Shekhar Mangar 1a78ab621f SOLR-9319: Move to the right section in CHANGES.txt 2016-09-12 06:44:49 +05:30
Anshum Gupta a0eae26fad Add 5.5.3 back compat test indexes 2016-09-11 14:44:32 -07:00
David Smiley d2fcc3dd71 SOLR-9494: CollapseQParser's collectors should override needsScores(); can trigger exceptions
Also, field cscore was not needed.
2016-09-11 14:29:26 -04:00
Mike McCandless 03025e6b86 LUCENE-7445: fix test bug 2016-09-11 13:22:45 -04:00
Alexandre Rafalovitch 9f3964c9a6 SOLR-9498: Remove HDFS props from DIH solrconfigs 2016-09-11 23:06:19 +07:00