6643 Commits

Author SHA1 Message Date
Joel Bernstein
a664b63d42 SOLR-11890: Add multiKmeans Stream Evaluator 2018-01-23 15:54:37 -05:00
Joel Bernstein
50a6cb1b05 SOLR-11862: Add fuzzyKmeans Stream Evaluatory 2018-01-23 12:29:31 -05:00
Ishan Chattopadhyaya
183835ed24 SOLR-11624: Autocreated configsets will not use .AUTOCREATED suffix 2018-01-22 19:48:41 +05:30
Shalin Shekhar Mangar
5425353402 SOLR-11747: Pause triggers until actions finish executing and the cool down period expires 2018-01-18 18:19:24 +05:30
Joel Bernstein
f491fad955 SOLR-11867: Add indexOf, rowCount and columnCount StreamEvaluators 2018-01-17 15:43:05 -05:00
Joel Bernstein
5e2ef5eb73 SOLR-11736: Rename knn Streaming Expression to knnSearch and add new knn Stream Evaluator 2018-01-16 19:20:39 -05:00
Erick Erickson
a6b5c5bfb0 SOLR-11810: Upgrade Jetty to 9.4.8 2018-01-16 12:14:03 -08:00
Varun Thacker
a3c4f7388c SOLR-11817: Move Collections API classes to it's own package 2018-01-16 11:03:40 -08:00
Chris Hostetter
e2bba98dfd SOLR-11854: multivalued primative fields can now be sorted by implicitly choosing the min/max value for asc/desc sort orders 2018-01-16 11:57:44 -07:00
Tomas Fernandez Lobbe
1c4b417c50 SOLR-11794: Restart replicate from ledaer on core reload on PULL replicas 2018-01-15 16:15:14 -08:00
Joel Bernstein
a08f71279c SOLR-11737: Add kmeans Stream Evaluator to support kmeans clustering 2018-01-15 14:50:34 -05:00
Chris Hostetter
6dcbb2d412 SOLR-3218: Added range faceting support for CurrencyFieldType 2018-01-14 16:30:24 -07:00
Erick Erickson
c110472eaa SOLR-11389: Fix test failures resulting from SOLR-11218 2018-01-13 11:16:51 -08:00
Adrien Grand
fa935cf6ac SOLR-11846: Force BM25Similarity on TestFieldCacheSort.testFieldScoreReverse.
This test expects scores to increase with freq, which not all similarities guarantee.
2018-01-11 20:08:14 +01:00
Steve Rowe
077e8b1da4 SOLR-11825: stop testing randomized dates with function query sorting 2018-01-09 21:04:21 -05:00
Erick Erickson
4471c1b77c SOLR-11218: Fail and return an error when attempting to delete a collection that's part of an alias 2018-01-09 17:27:12 -08:00
Steve Rowe
e538792d29 SOLR-11631: fix precommit 2018-01-09 18:00:49 -05:00
Steve Rowe
f6eae40a1b SOLR-11631: fix another test 2018-01-09 17:51:42 -05:00
Noble Paul
6336ed46f9 SOLR-11062: new tag "diskType" in autoscaling policy 2018-01-09 22:58:10 +11:00
David Smiley
7a375fda82 SOLR-11692: Constrain cases where SolrDispatchFilter uses closeShield 2018-01-08 22:39:17 -05:00
Steve Rowe
9f221796fe SOLR-11631: The Schema API should return non-zero status when there are failures 2018-01-08 21:25:14 -05:00
Joel Bernstein
459ed85052 SOLR-10716: Add termVectors Stream Evaluator 2018-01-08 19:39:43 -05:00
Christine Poerschke
144616b424 Revert "SOLR-10783: add (partial) package-info.java to fix precommit"
This reverts commit a864c6289a8132988fc51cc711db79238ed2ce04.
2018-01-08 20:11:25 +00:00
Christine Poerschke
07afc23dce LUCENE-8115: remove unnecessary-on-its-own {@inheritDoc} annotations. 2018-01-08 19:45:19 +00:00
Christine Poerschke
2828656892 SOLR-11809: QueryComponent.prepare rq parsing could fail under SOLR 7.2.0 - fix:
QueryComponent's rq parameter parsing no longer considers the defType parameter.
(Christine Poerschke and David Smiley in response to bug report/analysis from Dariusz Wojtas and Diego Ceccarelli)
2018-01-08 19:44:05 +00:00
Andrzej Bialecki
a9fec9bf7c SOLR-11730: Collect more stats in the benchmark. Add simulation framework package docs. 2018-01-08 15:08:17 +01:00
Noble Paul
72e68697fc SOLR-11830: PKI authentication testcases do not check for null principal 2018-01-08 21:43:30 +11:00
Alan Woodward
0744fea821 LUCENE-8099: Replace BoostQParserPlugin.boostQuery() with FunctionScoreQuery.boostByValue() 2018-01-08 10:01:06 +00:00
Shalin Shekhar Mangar
3d8ef981cb SOLR-11821: ConcurrentModificationException in SimSolrCloudTestCase.tearDown 2018-01-08 14:04:11 +05:30
Chris Hostetter
d598517b96 SOLR-11824: Fixed bucket ordering in distributed json.facet type:range when mincount>0 2018-01-06 14:23:45 -07:00
Chris Hostetter
d03cb44de7 SOLR-11758: Fixed FloatDocValues.boolVal to correctly return true for all values != 0.0F 2018-01-06 12:54:05 -07:00
Cao Manh Dat
b8b00786f3 SOLR-11771: Overseer can never process some last messages 2018-01-06 09:05:14 +07:00
David Smiley
925733d1ef SOLR-11653: TimeRoutedAlias URP now auto-creates collections using new RoutedAliasCreateCollectionCmd 2018-01-05 13:53:26 -05:00
Alan Woodward
d250a1463d LUCENE-8133: Rename TermContext to TermStates, and load TermState lazily if term stats are not required 2018-01-05 14:17:15 +00:00
Christine Poerschke
5a08fa8bbb SOLR-11798: Remove support for deprecated top-level <highlighting> syntax in solrconfig.xml.
(master branch for 8x only)
2018-01-04 15:22:07 +00:00
Christine Poerschke
65c842f9fa SOLR-11801: Support customisation of the highlighting query response element.
(Ramsey Haddad, Pranav Murugappan, David Smiley, Christine Poerschke)
2018-01-04 14:54:48 +00:00
Christine Poerschke
5d4f029fdd SOLR-11798: Formally deprecate top-level <highlighting> syntax in solrconfig.xml in favour of <searchComponent> equivalent syntax. 2018-01-04 14:54:47 +00:00
Adrien Grand
8fd7ead940 LUCENE-8116: SimScorer now only takes a frequency and a norm as per-document scoring factors. 2018-01-04 15:13:36 +01:00
Joel Bernstein
94a680c311 SOLR-11682: Add gtestDataSet Stream Evaluator 2018-01-03 21:31:39 -05:00
Joel Bernstein
1cc49d18c2 Add chiSquareDataSet Stream Evaluator 2018-01-03 13:57:11 -05:00
Andrzej Bialecki
2da4ed17ba SOLR-11730 Add a nodeLost benchmark. 2018-01-03 13:29:15 +01:00
Joel Bernstein
a925847684 SOLR-11430: Add lerp and akima Stream Evaluators to support linear and akima spline interpolation 2018-01-02 10:24:06 -05:00
Shalin Shekhar Mangar
caa731a333 SOLR-11748: Remove Autoscaling action throttle 2018-01-02 19:08:36 +05:30
Alan Woodward
c1030eeb74 LUCENE-8012: Explanation takes Number rather than float 2018-01-02 11:06:59 +00:00
Andrzej Bialecki
ca29722b22 Remove a misleading comment left over from an earlier refactoring. 2018-01-02 11:06:42 +01:00
Joel Bernstein
692e5243e9 SOLR-11808: Add sumSq Stream Evaluator 2017-12-31 13:48:23 -05:00
Joel Bernstein
fbea59b086 SOLR-11172: Add Mann-Whitney U test Stream Evaluator 2017-12-28 14:14:26 -05:00
Christine Poerschke
287062df37 SOLR-11793: Reduce code duplication w.r.t. RestTestHarness(es). 2017-12-28 12:31:05 +00:00
Erick Erickson
05ab5e10ae SOLR-11555: If the query terms reduce to nothing, filter(clause) produces an NPE whereas fq=clause does not 2017-12-27 12:05:31 -08:00
Erick Erickson
6b368c0484 SOLR-11426: removed infostream debug logging from master 2017-12-27 09:07:53 -08:00