Commit Graph

5690 Commits

Author SHA1 Message Date
Joel Bernstein 1721036273 SOLR-10661: Add copyOf Stream Evaluator 2017-05-15 15:03:15 -04:00
Ishan Chattopadhyaya 9be68cc307 SOLR-8440: Support for enabling basic authentication using bin/solr|bin/solr.cmd 2017-05-15 22:06:26 +05:30
Joel Bernstein 9c6279d439 SOLR-10663: Add distance Stream Evaluator 2017-05-15 11:26:05 -04:00
Joel Bernstein a6c516519e SOLR-10664: Add scale Stream Evaluator 2017-05-15 11:26:05 -04:00
Joel Bernstein 6e41ac7a3b SOLR-10666: Add rank transformation Stream Evaluator 2017-05-15 11:26:05 -04:00
Joel Bernstein 680dcc140d SOLR-10662: Add length Stream Evaluator 2017-05-15 11:26:04 -04:00
Jan Høydahl 66cd20e98a SOLR-10584: Remove defaultOperator completely in 7.0 2017-05-15 09:44:09 +02:00
Cao Manh Dat 9dc952a47c SOLR-10412: v2 API: many API command specification properties are typed "number" but should instead be typed "integer" 2017-05-15 11:59:08 +07:00
Steve Rowe e11bc03098 LUCENE-7821: The classic and flexible query parsers, as well as Solr's 'lucene'/standard query parser, should require ' TO ' in range queries, and accept 'TO' as endpoints in range queries. 2017-05-14 11:31:22 -04:00
Cao Manh Dat 9fa04ecc95 SOLR-10405: v2 API introspect response contains multiple copies of the experimental format WARNING 2017-05-13 15:11:56 +07:00
Steve Rowe b3eccb35ea SOLR-10400: Replace (instanceof TrieFooField || instanceof FooPointField) constructs with FieldType.getNumberType() or SchemaField.getSortField() where appropriate. 2017-05-12 19:22:06 -04:00
Christine Poerschke 6d74a9e858 Revert "SOLR-10572: Removed three "no longer supported in solrconfig.xml" asserts."
This reverts commit a96f39449b.

Resolved Conflicts:
	solr/CHANGES.txt
2017-05-12 14:58:47 +01:00
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
Cao Manh Dat 904df0eb61 SOLR-10411: v2 Collection API modify command specification's replicationFactor property is incorrectly typed as string, should be integer 2017-05-12 13:38:56 +07:00
Cao Manh Dat 5f51228a01 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-05-12 09:54:34 +07:00
Cao Manh Dat f6b3337b65 SOLR-10408: v2 API introspect should return useful message for non-existent command 2017-05-12 09:54:19 +07: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 cc8b5bab0b SOLR-10431: Make it possible to invoke v2 api calls using SolrJ 2017-05-11 09:06:03 +07:00
Andrzej Bialecki 69783f6403 SOLR-10636 Increase randomness of metric names to avoid conflicts with
non-test scopes.
2017-05-10 17:45:42 +02: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
Christine Poerschke dea4a7981a SOLR-10535: remove six unused test files
(Jason Gerlowski via Christine Poerschke)
2017-05-09 15:18:22 +01:00
Andrzej Bialecki 3217fd7c3c SOLR-10262: Add support for configurable metrics implementations. 2017-05-09 13:47:39 +02:00
Ishan Chattopadhyaya c9541c216d SOLR-8440: Support for enabling basic authentication using bin/solr|bin/solr.cmd
Usage:
    bin/solr auth -enable -prompt
    bin/solr auth -enable -credentials solr:SolrRocks
    bin/solr auth -disable
2017-05-09 12:42:41 +05:30
Cao Manh Dat a24fa8d7db SOLR-10619: Optimize using cache for DistributedQueue in case of single-consumer 2017-05-09 13:56:49 +07:00
Joel Bernstein 421611bac9 SOLR-10638: Add normalize Stream Evaluator 2017-05-08 22:04:51 -04:00
Scott Blum 972e342fee SOLR-10524: Build fix for NPE
Introduced by ZkStateWriter batching optimizations.
2017-05-08 20:33:55 -04:00
Tomas Fernandez Lobbe fbdd2c0ee8 SOLR-10639: Fix NPE in LRU/LFU/FastLRU caches toString method 2017-05-08 17:11:35 -07:00
jdyer1 571264bcc0 SOLR-10522: Revert "SOLR-9972: SpellCheckComponent collations and suggestions returned as a JSON object rather than a list"
This reverts commit 4cd3d15da8.
2017-05-08 13:26:42 -05:00
Joel Bernstein a3fe9f0297 SOLR-10625: Add convolution Stream Evaluator 2017-05-08 09:53:53 -04:00
Shalin Shekhar Mangar a04d9c1963 Fixed nsToMs calculation in OverseerTest 2017-05-08 16:11:01 +05:30
Shalin Shekhar Mangar 54061ed4a6 SOLR-10630: HttpSolrCall.getAuthCtx().new AuthorizationContext() {...}.getParams() sometimes throws java.lang.NullPointerException 2017-05-08 15:50:10 +05:30
Cao Manh Dat 20c4886816 SOLR-10524: Explore in-memory partitioning for processing Overseer queue messages 2017-05-08 16:21:19 +07: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
Mikhail Khludnev dbe6fc5d8f SOLR-10614: remove static backdoor fields from SimplePostTool.
Enabling testTechproductsExample
2017-05-06 22:29:10 +03:00
yonik b636d6e96a SOLR-10547: consolidate MinAgg+MaxAgg, add min/max support for single valued string fields 2017-05-06 05:52:15 -04:00
Mikhail Khludnev c02d490d21 SOLR-10615: latching SDF.doFilter() on init(); respond 404 instead of 500 in case of init failures or corecontainer shutdown. 2017-05-06 10:47:27 +03:00
Noble Paul 58837104ab SOLR-9530: addressing test failures with seed 9F9128B8E3E8FAA7 2017-05-06 07:54:22 +09:30
Noble Paul 468d479b5f SOLR-9530: fixing test error 2017-05-06 06:00:54 +09:30
Christine Poerschke a96f39449b SOLR-10572: Removed three "no longer supported in solrconfig.xml" asserts. 2017-05-05 18:58:16 +01:00
yonik bcf3405418 tests: test reset for other bucket aggregations 2017-05-04 23:51:10 -04:00
Noble Paul faa74ec7dc SOLR-9530: An Update Processor to convert normal update operation to an atomic operations such as add, set,inc, remove ,set, removeregex 2017-05-05 10:49:11 +09:30
Mikhail Khludnev c6ebee6a49 SOLR-9867: @Ignore TestSolrCLIRunExample.testTechproductsExample() 2017-05-05 02:20:17 +03: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
Erick Erickson 2af2b55e2d SOLR-10607: Improve RTimerTree documentation 2017-05-04 08:10:46 -07:00
Mikhail Khludnev 5eb4a8d71b SOLR-9867: fixing JvmMetricsTest broken earlier, bring back testTechproductsExample()
and single SDF.cores assignment.
2017-05-04 17:21:38 +03:00
Mikhail Khludnev 1534b6219f SOLR-9867: rollback SDF.createCoreContainer(). disable testTechproductsExample 2017-05-04 16:19:14 +03:00