1455 Commits

Author SHA1 Message Date
jdyer1
e61b5b34bf SOLR-10617: JDBCStream to support additional types, minor refactoring to separate out CalciteJDBCStream, upgrade hsqldb for JDBCStream & DIH tests. 2017-05-12 08:44:16 -05:00
Noble Paul
30a50eaf83 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-05-11 19:19:32 +09:30
Noble Paul
ccec2b95ee SOLR-10647: Move the V1 <-> V2 API mapping to SolrJ 2017-05-11 19:19:20 +09:30
Joel Bernstein
477b7ea66e SOLR-10660: Add reverse Stream Evaluator 2017-05-10 22:59:17 -04:00
Cao Manh Dat
5a25ef0e77 SOLR-10431: Fix precommit 2017-05-11 09:28:53 +07:00
Cao Manh Dat
cc8b5bab0b SOLR-10431: Make it possible to invoke v2 api calls using SolrJ 2017-05-11 09:06:03 +07:00
Varun Thacker
b1efd37ba7 SOLR-9527: Improve distribution of replicas when restoring a collection 2017-05-10 15:39:27 +01:00
Noble Paul
0184d6b7f5 SOLR-10647: Move the V1 <-> V2 API mapping to SolrJ 2017-05-10 23:06:07 +09:30
Joel Bernstein
421611bac9 SOLR-10638: Add normalize Stream Evaluator 2017-05-08 22:04:51 -04:00
Joel Bernstein
a3fe9f0297 SOLR-10625: Add convolution Stream Evaluator 2017-05-08 09:53:53 -04:00
Joel Bernstein
c6524c3d66 SOLR-10626: Add covariance Stream Evaluator 2017-05-07 20:42:39 -04:00
Joel Bernstein
d724983c03 SOLR-10622: Add regress and predict Stream Evaluators 2017-05-07 15:24:21 -04:00
Jan Høydahl
e776cbe446 SOLR-7041: Cut over tests from <defaultSearchField> in schema to df on requests 2017-05-05 00:53:50 +02:00
Joel Bernstein
17563ce81f SOLR-10601: StreamExpressionParser should handle white space around = in named parameters 2017-05-03 10:25:54 -04:00
Joel Bernstein
b5e9b5aaf6 SOLR-10536: stats Streaming Expression should work in non-SolrCloud mode 2017-05-02 20:34:28 -04:00
Mark Miller
c4872add50 SOLR-10430: Add ls command to ZkCLI for listing only sub-directories. 2017-05-02 13:38:44 -03:00
Joel Bernstein
ee8ce57e51 SOLR-10559: Fix TupStream to respect field order 2017-05-01 12:32:37 -04:00
Joel Bernstein
0a2286c5f2 SOLR-10566: Fix error handling 2017-05-01 12:06:00 -04:00
Joel Bernstein
b705217bec SOLR-10559: Remove debuggin 2017-04-30 22:14:15 -04:00
Jan Høydahl
61f64829d8 SOLR-7041: Remove a lot of defaultOperator and defaultSearchField from test configs (still more work to do) 2017-04-29 20:39:50 +02:00
Dennis Gove
460b3b36e9 SOLR-10559: Updates TupStream and enhances evaluators to work over values in the SteamContext 2017-04-28 21:45:56 -04:00
Joel Bernstein
7f6f68c7f4 SOLR-10582: Add Correlation Evaluator 2017-04-28 15:54:46 -04:00
Joel Bernstein
02167d06d4 SOLR-10559: Fix precommit 2017-04-27 17:03:29 -04:00
Joel Bernstein
e4d4e582a0 SOLR-10559: Fixed compilation error 2017-04-27 17:03:29 -04:00
Joel Bernstein
e57fab17c0 SOLR-10559: Cleaner syntax 2017-04-27 17:03:29 -04:00
Mikhail Khludnev
61d02a47e2 SOLR-10500: fix many parents with nested children per /update/json/docs request 2017-04-27 13:01:07 +03:00
Joel Bernstein
55de74cc45 SEARCH-313: Handled unescaped plus sign in gap 2017-04-26 22:43:28 -04:00
Joel Bernstein
679eaae9a5 SOLR-10566: Fix precommit 2017-04-26 11:17:43 -04:00
Joel Bernstein
0e963f7a8a SOLR-10566: Add timeseries Streaming Expression 2017-04-26 11:17:43 -04:00
David Smiley
f45017b2d4 SOLR-10537: Added SolrParams.toLocalParamsString() and moved QP.encodeLocalParamVal to ClientUtils 2017-04-26 08:38:52 -04:00
Joel Bernstein
cd02dd7d4a SOLR-10559: Add let and get Streaming Expressions 2017-04-24 20:19:17 -04:00
Joel Bernstein
99ce234162 SOLR-10551: Improve tests 2017-04-22 17:26:19 -04:00
Joel Bernstein
f6af8d0999 SOLR-10551: Add list and cell Streaming Expressions 2017-04-22 16:39:02 -04:00
Shai Erera
08f2de6d1a Shorten docFreq and totalTermFreq to df and ttf in TermsComponent 2017-04-20 15:32:27 +03:00
Joel Bernstein
48d54ac458 SOLR-10516: Add eval() Streaming Expression 2017-04-18 20:56:36 -04:00
Joel Bernstein
d5e5b5e948 SOLR-10504: Add echo Streaming Expression 2017-04-18 11:21:34 -04:00
Ishan Chattopadhyaya
fd4125ea41 SOLR-10446: Making HttpClusterStateProvider work with server that doesn't have LISTALIASES 2017-04-18 03:09:46 +05:30
Joel Bernstein
66715a4761 SOLR-10486: Fix precommit 2017-04-17 11:09:06 -04:00
Joel Bernstein
8417307c63 SOLR-10486: Add Length Conversion Evaluators 2017-04-17 11:09:05 -04:00
Joel Bernstein
5169ecb976 SOLR-10485: Remove incorrect code comment 2017-04-17 11:09:05 -04:00
Ishan Chattopadhyaya
4df4c52c0c SOLR-10447, SOLR-10447: LISTALIASES Collections API command; CloudSolrClient can be initialized using Solr URL
SOLR-10447: Collections API now supports a LISTALIASES command to return a list of all collection aliases.

   SOLR-10446: CloudSolrClient can now be initialized using the base URL of a Solr instance instead of
    ZooKeeper hosts. This is possible through the use of newly introduced HttpClusterStateProvider.
    To fetch a list of collection aliases, this depends on LISTALIASES command, and hence this way of
    initializing CloudSolrClient would not work with older versions of Solr that doesn't support LISTALIASES.
2017-04-17 10:11:18 +05:30
Erick Erickson
4cb00ccca4 SOLR-10007: Clean up references to CoreContainer and CoreDescriptors 2017-04-12 17:02:40 -07:00
Joel Bernstein
1b81dcdeba SOLR-10485: Fix precommit 2017-04-12 17:26:54 -04:00
Joel Bernstein
ee56af22bc SOLR-10485: Add CalculateStream to allow Solr to behave like a scientific calculator 2017-04-12 17:26:54 -04:00
Joel Bernstein
0bcd88b181 SOLR-10303: Fix precommit 2017-04-12 15:04:52 -04:00
Joel Bernstein
5e403647de SOLR-10303: Add the tuple context to avoid creating multiple LocalDateTime instances for the same Tuple 2017-04-12 15:04:52 -04:00
Gethin James
b78a270c9d SOLR-10303: Removing the unused class DatePartEvaluator from the test 2017-04-12 15:04:52 -04:00
Gethin James
8642ed9f88 SOLR-10303: Error message formatting for TemporalEvaluator 2017-04-12 15:04:51 -04:00
Gethin James
1c333c79d0 SOLR-10303: Removing the unused class, replaced by TemporalEvaluator 2017-04-12 15:04:51 -04:00
Gethin James
d70fc967d4 SOLR-10303: Refactored to multiple TemporalEvaluator classes based on feedback 2017-04-12 15:04:51 -04:00