Commit Graph

1370 Commits

Author SHA1 Message Date
Tomas Fernandez Lobbe 1439794900 SOLR-9990: Avoid copyField in SolrExampleTests.testUpdateField 2017-03-16 15:10:48 -07:00
Joel Bernstein b46e09c79f SOLR-10085: SQL result set fields should be ordered by the field list 2017-03-15 18:31:45 -04:00
Mike McCandless 716d43eca9 LUCENE-7742: fix places where we were unboxing and then re-boxing according to FindBugs 2017-03-15 06:03:54 -04:00
Cao Manh Dat 7830462d4b SOLR-9835: Create another replication mode for SolrCloud 2017-03-14 14:37:47 +07:00
Ishan Chattopadhyaya ceffbf9844 SOLR-10250: CloudSolrClient can now return versions for documents added or deleted when versions=true is passed 2017-03-13 19:53:22 +05:30
Cao Manh Dat 0fb386a864 SOLR-8045: Deploy V2 API at /v2 instead of /solr/v2 2017-03-11 10:30:52 +07:00
Joel Bernstein d945a246f6 SOLR-10257: Add logarithm StreamEvaluator 2017-03-09 21:01:24 -05:00
Joel Bernstein c85aac2a65 SOLR-10254: Fix pre-commit 2017-03-08 21:35:24 -05:00
Joel Bernstein 682c6a7d51 SOLR-10254: significantTerms Streaming Expression should work in non-SolrCloud mode 2017-03-08 21:11:26 -05:00
Andrzej Bialecki 4d7bc94771 SOLR-9858: Collect aggregated metrics from nodes and shard leaders in overseer. 2017-03-07 22:01:21 +01:00
Kevin Risden 686fbd3ba2 SOLR-10171: Add Constant Reduction Rules to Calcite Planner 2017-03-04 19:22:34 -06:00
Adrien Grand 8ed2b764ed LUCENE-6819: Remove index-time boosts. 2017-03-02 19:18:16 +01:00
David Smiley d1d73bfbea SOLR-10153: (and SOLR-10152): UH & PH: Add hl.bs.type=SEPARATOR with new param hl.bs.separator 2017-03-01 21:04:07 -05:00
Joel Bernstein 0c1fde664f SOLR-10208: Adjust scoring formula for the scoreNodes function 2017-02-27 12:03:26 -05:00
Tomas Fernandez Lobbe 99e8ef2304 SOLR-10190: Fixed assert message 2017-02-24 17:37:44 -08:00
Tomas Fernandez Lobbe 39887b8629 SOLR-10190: Fix NPE in CloudSolrClient when reading stale alias
This closes #160
2017-02-24 17:33:12 -08:00
Joel Bernstein a0aef2faaf SOLR-10156: Increase the overfetch 2017-02-23 15:12:08 -05:00
Joel Bernstein dba733e7aa SOLR-10156: Add significantTerms Streaming Expression 2017-02-23 14:18:03 -05:00
Erick Erickson 8367e159e4 SOLR-10021: Cannot reload a core if it fails initialization. 2017-02-22 17:46:36 -08:00
markrmiller d6337ac3e5 SOLR-9824: Some bulk update paths could be very slow due to CUSC polling. 2017-02-22 14:44:18 -05:00
markrmiller 2f82409e5b SOLR-9855: DynamicInterceptor in HttpClientUtils use synchronization that can deadlock and puts a global mutex around per request process calls. 2017-02-22 14:44:18 -05:00
Erick 14b3622608 SOLR-10020: CoreAdminHandler silently swallows some errors 2017-02-21 21:59:26 -08:00
markrmiller 9ca3d57b2b SOLR-10166: TestLBHttpSolrClient needs to be hardened. 2017-02-19 20:38:31 -05:00
Chris Hostetter 5fb94cee68 Fix (generic) return type
w/o this change class won't compile using jdk9-ea157
2017-02-19 18:09:35 -07:00
markrmiller f7201f23e7 tests: add class name for tracked objects 2017-02-19 15:23:55 -05:00
Cao Manh Dat 46ef9256b4 SOLR-9966: Convert/migrate tests using EasyMock to Mockito 2017-02-19 07:00:40 +07:00
Joel Bernstein bfeb4e7f84 Merge branch 'jira/solr-8593' 2017-02-15 13:55:09 -05:00
Joel Bernstein ec6ee96ae6 SOLR-8593: Make SQL handler friendlier out of the box 2017-02-13 11:46:08 -05:00
Dennis Gove 1700e860ce SOLR-9916: Adds package-info.java to org.apache.solr.client.solrj.io.eval so it passes precommit 2017-02-12 11:15:47 -05:00
markrmiller 2196663156 SOLR-10120: A SolrCore reload can remove the index from the previous SolrCore during replication index rollover.
SOLR-10124: Replication can skip removing a temporary index directory in some cases when it should not.
SOLR-10119: Harden TestReplicationHandler.
2017-02-11 17:08:42 -05:00
Dennis Gove 62489678d0 SOLR-9916: Adds Stream Evaluators to support evaluating values from tuples 2017-02-10 00:39:51 -05:00
Christine Poerschke 0b817e6e49 SOLR-9912: Add facet.excludeTerms parameter support. (Jonny Marks, David Smiley, Christine Poerschke) 2017-02-09 14:55:06 +00:00
Joel Bernstein de512d7402 SOLR-8593: Push down the HAVING clause 2017-02-08 13:01:31 -05:00
markrmiller e1a5776457 SOLR-9997: Enable configuring SolrHttpClientBuilder via java system property. 2017-02-07 13:15:51 -05:00
David Smiley f5c6c3b796 SOLR-10018: default hl.maxAnalyazedChars to 51200 across all highlighters 2017-02-02 13:51:39 -05:00
Kevin Risden 63eecedbc1 Fix two test issues an NPE and ordering issue 2017-02-01 12:27:59 -05:00
Kevin Risden 7a3dd46bbf Merge branch 'apache-https-master' into jira/solr-8593 2017-02-01 12:00:22 -05:00
Andrzej Bialecki bef725aeef SOLR-10054: Core swapping doesn't work with new metrics changes in place. 2017-02-01 17:50:17 +01:00
Noble Paul 71abe13069 SOLR-8029: Added new style APIs and a framework for creating new APIs and mapping old APIs to new 2017-01-31 16:27:33 +10:30
Kevin Risden 934a92e730 Merge branch 'apache-https-master' into jira/solr-8593 2017-01-27 10:19:38 -05:00
Noble Paul 9899cbd031 SOLR-10026: JavaBinCodec should initialize maps and namedLists with known capacity 2017-01-25 07:08:25 +10:30
Kevin Risden 292e518878 Merge branch 'apache-https-master' into jira/solr-8593 2017-01-16 16:07:54 -05:00
Uwe Schindler 4eafdb337a SOLR-9893: Update Mockito to version 2.6.2 for Java 9 support. Disable all legacy EasyMock tests when running on Java 9 until they were migrated to Mockito 2017-01-14 12:43:24 +01:00
Kevin Risden 483bfa6423 Merge branch 'apache-https-master' into jira/solr-8593 2017-01-13 14:35:53 -05:00
Kevin Risden 737194712f Merge branch 'apache-https-master' into jira/solr-8593 2017-01-12 11:51:04 -05:00
Shalin Shekhar Mangar dee7709dd8 SOLR-9947: Fix CloudSolrClientTest.testNonRetryableRequests failure 2017-01-12 20:49:38 +05:30
Andrzej Bialecki 6c6c077435 SOLR-9947 Clean up metrics and SolrInfoMBean categories. Add a hierarhical view of
SolrInfoMBeans in JMX.
2017-01-12 13:14:12 +01:00
David Smiley 570880d3ac SOLR-9935: Add hl.fragsize support when using the UnifiedHighlighter 2017-01-07 23:32:37 -05:00
Joel Bernstein aae4217abc SOLR-9944: Map the nodes function name to the GatherNodesStream 2017-01-07 22:17:44 -05:00
Kevin Risden 3793eb5ec6 Merge branch 'apache-https-master' into jira/solr-8593 2017-01-06 15:47:02 -06:00