Commit Graph

25586 Commits

Author SHA1 Message Date
Noble Paul 8412af5513 SOLR-8995: Use lambdas for CacheRegenerator implementations 2016-08-11 12:48:21 +05:30
Noble Paul 4bd7d7fadb SOLR-9320: SOLR-9318 The last commit screwed up 2016-08-11 12:39:37 +05:30
Noble Paul 519be6acf0 SOLR-9320: A REPLACENODE command to decommission an existing node with another new node and SOLR-9318 the DELETENODE command that deletes all replicas in a node 2016-08-11 12:24:06 +05:30
Noble Paul 74b470a7a9 SOLR-9397: Config API does not support adding caches 2016-08-10 20:23:22 +05:30
Alexandre Rafalovitch e58c83f0ab SOLR-9003: DIH Debug now works in new Admin UI
This resolves #61
2016-08-10 21:50:31 +10:00
Mike McCandless 8a9aa6f1dc add comment 2016-08-10 05:08:51 -04:00
Karl Wright d6bd6bbcbe LUCENE-7408: Detect degenerate case in lagrangian bounds computation when it pops up. 2016-08-10 02:30:59 -04:00
Chris Hostetter 8ad1a830fb SOLR-9367: Improved TestInjection's randomization logic to use LuceneTestCase.random()
(cherry picked from commit 84a8c098fc)
2016-08-09 14:48:37 -07:00
Christine Poerschke ae80f3ed03 SOLR-9385: remove unused import in SpellCheckComponent.java 2016-08-09 18:45:19 +01:00
Christine Poerschke fc9a010e58 SOLR-9385: Add QParser.getParser(String,SolrQueryRequest) variant. 2016-08-09 15:07:26 +01:00
Mike McCandless 7dd1a9875c use method reference instead of lambda in these tests 2016-08-09 08:07:33 -04:00
Mike McCandless 1fa91537a9 LUCENE-7409: improve MockDirectoryWrapper's IndexInput to detect if a clone is being used after its parent was closed 2016-08-09 05:04:09 -04:00
Chris Hostetter e08d656a15 SOLR-9377: Fix jdocs and test to match expected behavior, workaround SOLR-9396
(cherry picked from commit 1164c17e0e)
2016-08-08 19:48:57 -07:00
David Smiley 91d7b53d9c SOLR-9350: JSON Facet and method=stream: cacheDf threshold now gates use of the filter cache
(cherry picked from commit b63bb51)
2016-08-08 10:38:05 -04:00
Christine Poerschke 812dc1d0b5 SOLR-9353: Factor out ReRankQParserPlugin.ReRankQueryRescorer private class. 2016-08-08 10:21:36 +01:00
Shalin Shekhar Mangar cc3f3e8a8b SOLR-6465: CDCR: fall back to whole-index replication when tlogs are insufficient
(cherry picked from commit 153c270045)
2016-08-08 11:22:50 +05:30
Varun Thacker 9c37aaabe4 SOLR-9242: fix windows path issue + load live cluster properties. This closes #62 2016-08-08 09:18:14 +05:30
Shalin Shekhar Mangar a2993363b5 SOLR-9392: Fixed CDCR Test failures which were due to leaked resources
(cherry picked from commit bfee229)
2016-08-08 07:47:08 +05:30
Christine Poerschke 35e41604bf LUCENE-7406: Automaton and PrefixQuery tweaks (fewer object (re)allocations). 2016-08-05 12:36:21 +01:00
Chris Hostetter f5ae939bbd SOLR-9314: beef up TestRandomFlRTGCloud
(cherry picked from commit d07f2dd87d)
2016-08-04 09:48:29 -07:00
Karl Wright 6b4938891b LUCENE-7402: If intersection computation falls off the world, bounds includes whole world. 2016-08-04 08:13:37 -04:00
Noble Paul 74653e9dbf Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-08-04 12:23:24 +05:30
Noble Paul 750bb367d2 SOLR-9179: NPE in IndexSchema using IBM JDK 2016-08-04 12:22:16 +05:30
jbernste f8cf9a7bf2 SOLR-9252: Update CHANGES.txt 2016-08-03 15:10:42 -04:00
Mike McCandless 03138e764d add test case 2016-08-03 14:30:44 -04:00
jbernste 728b4fbcdc SOLR-9252: Pre-commit fixes 2016-08-03 13:37:26 -04:00
jbernste e38d6d535c SOLR-9252: Feature selection and logistic regression on text
Conflicts:
	solr/core/src/java/org/apache/solr/handler/StreamHandler.java
2016-08-03 13:36:59 -04:00
Adrien Grand 33197ec98a LUCENE-7399: Speed up flush of points. 2016-08-03 14:48:23 +02:00
Adrien Grand e360afe70c LUCENE-7403: Use blocks of exactly maxPointsInLeafNodes values in the 1D case. 2016-08-03 14:48:22 +02:00
Chris Hostetter 72750167a2 SOLR-9308: Fix distributed RTG to forward request params, fixes fq and non-default fl params
(cherry picked from commit b3505298a5)

Conflicts:
	solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java
2016-08-02 12:32:09 -07:00
Gregory Chanan 6cfec0bd7a SOLR-9200: Add Delegation Token Support to Solr 2016-08-02 12:50:49 -04:00
Chris Hostetter c17605b4a9 SOLR-9363: tweak test to work around SOLR-9366 + SOLR-9367 since those issues are not key to what's being tested here
(cherry picked from commit 04321c401c)
2016-08-02 08:50:34 -07:00
Mikhail Khludnev 77409fd432 SOLR-9209,SOLR-9256: extracting
JdbcDataSource.createResultSetIterator(), adding a test for
ResultSetIterator.hasNext()
2016-08-02 15:12:17 +03:00
Mike McCandless 5ace3b4306 fix javadocs 2016-08-02 05:09:44 -04:00
Mike McCandless 5b9e6b3f8b fix SimpleCopyJob.compareTo test bug 2016-08-02 05:09:28 -04:00
Mike McCandless 6c02a5323a add toString method 2016-08-02 05:09:11 -04:00
Jan Høydahl 0dc1cf5ddd SOLR-9358: [AngularUI] In Cloud->Tree file view area, collapse metadata by default
(cherry picked from commit d86c369)
2016-07-31 23:10:11 +02:00
Mike McCandless e3de51be2e LUCENE-7390: another part of the revert 2016-07-29 14:05:54 -04:00
Mike McCandless c5c5335c9b LUCENE-7390: revert this change, since it's obsoleted by the much better LUCENE-7396 2016-07-29 14:03:52 -04:00
Adrien Grand 6b8b34ed35 LUCENE-7396: Speed flush of points. 2016-07-29 10:24:53 +02:00
Jan Høydahl 0df3d5ad45 SOLR-8379: UI Cloud->Tree view now shows .txt files correctly. This closes #58
(cherry picked from commit 96280d1)
2016-07-29 09:36:42 +02:00
David Smiley c434eff828 SOLR-9279: new function queries: gt, gte, lt, lte, eq
Lucene Queries module: new ComparisonBoolFunction base class
(cherry picked from commit d12b93e)
2016-07-28 22:49:18 -04:00
Jan Høydahl 46e183deea SOLR-8645: managed-schema is now syntax highlighted in cloud->Tree view. This closes #57
(cherry picked from commit 1fb4c5d)
2016-07-29 00:07:01 +02:00
David Smiley 0f26f11f6c SOLR-9269: Snapshots (Solr core level)
(cherry picked from commit b7aa0b5)
2016-07-28 15:01:56 -04:00
Robert Muir 5d88b24205 LUCENE-7393: restore old myanmar syllable tokenization as an option. 2016-07-28 11:01:53 -04:00
Jan Høydahl 3292acdb50 SOLR-8596: Split UIs RAW query params only on first equal sign
(cherry picked from commit c9935b4)
2016-07-28 15:55:45 +02:00
Adrien Grand c95eef0d2a Add missing update of `lastDocId` in AssertingPointsFormat. 2016-07-28 15:27:41 +02:00
Alan Woodward 8247f9f0cd SOLR-9106: Add javadocs to ZkStateReader cluster properties methods 2016-07-28 10:56:07 +01:00
Uwe Schindler f34a9ecd74 Suppress fall-through warning in minmash's murmur 2016-07-28 11:22:32 +02:00
Alan Woodward 90e9c76851 SOLR-9346: Always close ZkStateReader 2016-07-27 18:03:48 +01:00