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 |
Kevin Risden
|
5f65487658
|
Add collection alias support for Calcite
|
2017-01-06 15:32:41 -06:00 |
Joel Bernstein
|
b32cd82318
|
SOLR-8530: Add support for aggregate HAVING comparisons without single quotes
|
2017-01-05 20:46:55 -05:00 |
Joel Bernstein
|
b8f4adfd57
|
SOLR-9919: random Streaming Expression is not registered in /stream or /graph handler
|
2017-01-04 10:33:29 -05:00 |
Joel Bernstein
|
ccdbb6ac0e
|
SOLR-8530: Add support for single quoted aggregate HAVING comparisons
|
2017-01-03 20:27:22 -05:00 |
Joel Bernstein
|
390a01b0fe
|
SOLR-8530: Fixed javadoc
|
2017-01-03 15:06:14 -05:00 |
Joel Bernstein
|
5bbd4d6765
|
SOLR-8530: Add tests from the HavingStream
|
2017-01-03 15:05:28 -05:00 |
Joel Bernstein
|
1da283ef2c
|
SOLR-8530: Add HavingStream to Streaming API and StreamingExpressions
|
2017-01-03 14:53:03 -05:00 |
Kevin Risden
|
82350229c9
|
Merge branch 'apache-https-master' into jira/solr-8593
|
2017-01-03 12:47:42 -06:00 |
Joel Bernstein
|
0999f6779a
|
SOLR-9684: Rename schedule function to priority
|
2017-01-02 11:08:44 -05:00 |
Joel Bernstein
|
61676188d7
|
SOLR-9495: AIOBE with confusing message for incomplete sort spec in Streaming Expression
|
2016-12-30 19:55:31 -05:00 |
Joel Bernstein
|
f3fe487970
|
SOLR-9684: Add schedule Streaming Expression
|
2016-12-30 14:34:16 -05:00 |
Joel Bernstein
|
7dcb557ab7
|
SOLR-9905: Add NullStream to isolate the performance of the ExportWriter
|
2016-12-29 14:39:16 -05:00 |
Alan Woodward
|
12aff1cfcc
|
SOLR-9132: Cut over some more tests
|
2016-12-29 12:22:40 +00:00 |
David Smiley
|
20362deb7e
|
SOLR-9897: Add hl.requireFieldMatch=false support when using the UnifiedHighlighter
|
2016-12-28 22:57:44 -05:00 |
Shalin Shekhar Mangar
|
254473bf33
|
SOLR-9877: Use instrumented http client and connection pool
|
2016-12-27 19:12:24 +05:30 |
Christine Poerschke
|
de0a046b21
|
SOLR-9758: refactor preferLocalShards implementation
|
2016-12-21 20:48:25 +00:00 |
Kevin Risden
|
918fd97fd0
|
Merge branch 'apache-https-master' into jira/solr-8593
|
2016-12-20 10:39:21 -06:00 |
Andrzej Bialecki
|
8bbdb6248c
|
Squashed commit of branch 'feature/metrics', containing:
SOLR-4735: Improve Solr metrics reporting
SOLR-9812: Implement /admin/metrics API
SOLR-9805: Use metrics-jvm library to instrument jvm internals
SOLR-9788: Use instrumented jetty classes
|
2016-12-20 09:31:24 +01:00 |
Tomas Fernandez Lobbe
|
84bbb8f797
|
SOLR-9874: CREATEALIAS should fail if target collections don't exist
|
2016-12-19 16:54:13 -08:00 |
Ishan Chattopadhyaya
|
2c4c5040ee
|
SOLR-9860: Enable configuring invariantParams via HttpSolrClient.Builder
|
2016-12-19 21:01:20 +05:30 |
Ishan Chattopadhyaya
|
a1a8b2864e
|
SOLR-9513: Generic Hadoop authentication plugins, GenericHadoopAuthPlugin and ConfigurableInternodeAuthHadoopPlugin
|
2016-12-19 20:45:04 +05:30 |
yonik
|
c9522a3936
|
SOLR-9712: block when maxWarmingSearchers is exceeded instead of throwing exception, default to 1, remove from most configs
|
2016-12-16 11:46:48 -05:00 |
Joel Bernstein
|
1c2eabd4e9
|
SEARCH-8593: Add tests from the HavingStream
|
2016-12-16 11:27:56 -05:00 |
Kevin Risden
|
6c0cafedac
|
Merge branch 'apache-https-master' into jira/solr-8593
|
2016-12-15 15:34:57 -06:00 |
Joel Bernstein
|
37fdc37fc3
|
SOLR-8593: Refactoring and adding aggregationMode=facet methods
|
2016-12-15 16:12:08 -05:00 |