Commit Graph

25647 Commits

Author SHA1 Message Date
Mike McCandless daa719996d Add 6.2.0 back compat test indices 2016-08-24 17:56:14 -04:00
Varun Thacker f6162f3f00 SOLR-7362: Fix TestReqParamsAPI test failures 2016-08-24 14:56:08 +05:30
jbernste 69e22ae4ec SOLR-9406: Update CHANGES.txt 2016-08-23 20:11:21 -04:00
jbernste f64262ed89 SOLR-9432: Fix-up precommit 2016-08-23 15:40:37 -04:00
jbernste 171f633616 SEARCH-9406: SolrSuggester should selectively register close hook 2016-08-23 15:38:49 -04:00
Noble Paul d9c4c5282a SOLR-9310: addressing the test failures in jenkins 2016-08-23 23:09:05 +05:30
yonik 5d29fd87f1 SOLR-9432: JSON Facet refactoring to support refinement 2016-08-23 12:55:32 -04:00
Noble Paul a3f58fc544 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-08-23 11:40:56 +05:30
Noble Paul 5d65656086 SOLR-9310: unhandled exception during parallel indexing 2016-08-23 11:40:31 +05:30
Steve Rowe f5c54e900c update JDK bug link 2016-08-22 21:37:18 -04:00
Uwe Schindler b77cf842a2 Fix duplicate header in changes; cleanup and make consistent with master 2016-08-23 01:02:05 +02:00
Noble Paul f50ced3c59 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-08-23 00:06:24 +05:30
Noble Paul 0bdbbbfd52 SOLR-9310: fixing concurrency issue and taking care of negative versions 2016-08-22 23:19:23 +05:30
Christine Poerschke c2a8814df2 SOLR-9412: Add failOnMissingParams option to MacroExpander, add TestMacroExpander class. (Jon Dorando, Christine Poerschke) 2016-08-22 12:03:06 +01:00
Noble Paul 9722f006ba Merge remote-tracking branch 'origin/branch_6x' into branch_6x
Conflicts:
	solr/CHANGES.txt
2016-08-22 14:04:59 +05:30
Noble Paul 2af7f5276a SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch 2016-08-22 14:03:21 +05:30
Noble Paul c37c22dbb0 SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch 2016-08-22 14:02:24 +05:30
Noble Paul 2f73129eda SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch 2016-08-22 14:02:16 +05:30
Varun Thacker 141ccdefd0 SOLR-9428: Improve logging to log root cause 2016-08-22 01:09:50 +05:30
Uwe Schindler 8aab2d2e57 Add extra permission for linedocsfile 2016-08-21 20:49:43 +02:00
Mike McCandless 6dfe73d5fe also accept ant 1.9.x in JAR manifest 2016-08-21 04:49:37 -04:00
Karl Wright 44df5b6026 LUCENE-7412: Make sure no combined edge of a polygon extends for more than 180 degrees. 2016-08-20 07:37:21 -04:00
Mike McCandless 4d879178c0 allow ant 1.9.x as well 2016-08-20 04:31:54 -04:00
Mike McCandless 3764959879 try to fix back compat version check again 2016-08-20 04:11:49 -04:00
Mike McCandless 213bc65892 switch 6.x to next release version (6.3.0) 2016-08-20 04:05:36 -04:00
Mike McCandless e9f3684967 swap version in is_back_compat_with calls 2016-08-20 04:05:00 -04:00
Robert Muir 326db813fa LUCENE-7419: Don't lookup PositionIncrementAttribute every time in TokenStream.end() 2016-08-19 11:15:21 -04:00
Mikhail Khludnev 082f36e012 SOLR-8644: Test asserts that block join facets work with parent level fq exclusions 2016-08-19 16:56:56 +03:00
Mike McCandless bff472cb4e add test case to ensure SearchManager can handle concurrent close, refresh, searching and IndexWriter closing 2016-08-19 09:29:04 -04:00
Mikhail Khludnev 15bfeb6b0c SOLR-8643: made BlockJoinFacetComponent just a shortcut for BlockJoinDocSetFacetComponent, which supports pure disjunctions 2016-08-19 15:27:59 +03:00
Christine Poerschke 9a5dcce5de SOLR-9391: LBHttpSolrClient.request now correctly returns Rsp.server when previously skipped servers were successfully tried. 2016-08-19 11:18:40 +01:00
Noble Paul 292644f9a5 SOLR-9421: Refactored out OverseerCollectionMessageHandler to smaller classes 2016-08-19 11:12:29 +05:30
Steve Rowe 43aed486a9 drop empty javadoc line 2016-08-18 10:04:09 -04:00
Noble Paul 20a6818f1b Merge remote-tracking branch 'origin/branch_6x' into branch_6x
Conflicts:
	solr/core/src/java/org/apache/solr/update/TransactionLog.java
2016-08-18 16:31:41 +05:30
Noble Paul 8b3822658d SOLR-8995: reverting the previous change due to compile error 2016-08-18 16:31:24 +05:30
Noble Paul 29494f3cce SOLR-8995: Use lambda in PeerSync ObjectResolver 2016-08-18 10:42:12 +05:30
Nicholas Knize 10e7efa912 add equals and hashCode implementation to geo.Rectangle 2016-08-17 16:29:39 -05:00
Nicholas Knize 59807c530c LUCENE-7388: Adds IntRangeField, FloatRangeField, LongRangeField along with supporting queries and tests 2016-08-17 16:03:36 -05:00
Christine Poerschke ca682750b4 SOLR-9413: Fix analysis/kuromoji's CSVUtil.quoteEscape logic, add TestCSVUtil test. (AppChecker, Christine Poerschke) 2016-08-17 15:44:21 +01:00
Robert Muir 715db95af2 LUCENE-7415: tone down some of the longest core tests 2016-08-17 09:16:26 -04:00
Robert Muir 7c6ea8e1e8 LUCENE-7414: TestUtil.checkIterator can make tests very slow 2016-08-16 16:14:06 -04:00
David Smiley dd927dba2a SOLR-9404: Refactor move/renames in JSON FacetProcessor and FacetFieldProcessor.
(cherry picked from commit 7072458)
2016-08-15 23:36:28 -04:00
Alexandre Rafalovitch 291ecb2d9e SOLR-9032: Fix Create Alias command in Admin UI 2016-08-16 11:26:41 +10:00
Uwe Schindler 481ae12863 Remove special-case for enwiki (we run tests on Jenkins without security manager instead) 2016-08-16 00:35:27 +02:00
Robert Muir b2c983cef1 LUCENE-7161: remove unused import 2016-08-15 10:46:15 -04:00
Alexandre Rafalovitch d7ba1e1eff SOLR-8993: Admin UI support multiple DIH handlers 2016-08-15 22:39:46 +10:00
Robert Muir 7df2a9e266 LUCENE-7161: disable flaky test 2016-08-15 08:33:13 -04:00
Christine Poerschke 545734e035 SOLR-9410: Make ReRankQParserPlugin's private ReRankWeight a public class of its own. 2016-08-15 11:33:36 +01:00
Alexandre Rafalovitch 9275b41706 SOLR-9002: Fix type mapping for JSON and text
This is for the Admin UI's collection/File screen
2016-08-14 08:23:23 +10:00
Alexandre Rafalovitch 7a2b268261 SOLR-8911: Enable scrolling in Admin UI overflows 2016-08-14 00:43:16 +10:00