6564 Commits

Author SHA1 Message Date
Chris Hostetter
31eab319f4 SOLR-11332, SOLR-11132: Fix sorting on 'enum' fieldTypes that use sortMissingFirst or sortMissingLast and Refactor common getSortField logic in various FieldTypes 2017-09-11 10:38:30 -07:00
Christine Poerschke
37b8ac6ff5 SOLR-11343: fix TestSegmentSorting.testSegmentTerminateEarly test failure caused by SOLR-10990 2017-09-11 10:32:15 -07:00
Steve Rowe
0359db97b5 SOLR-11345: TestPointFields.doTestDoublePointFunctionQuery() helper: fix generated # of values (was 10, should be 'numVals') 2017-09-11 12:35:08 -04:00
Steve Rowe
5f68eb9456 SOLR-11345: restrict double field values used for function queries to float range 2017-09-11 10:08:01 -04:00
Joel Bernstein
c229dc328f SOLR-11342: Add sumDifference and meanDifference Stream Evaluators 2017-09-08 21:08:29 -04:00
Joel Bernstein
e8dee89c87 SOLR-11339: Add Canberra, Chebyshev, Earth Movers and Manhattan Distance Stream Evaluators 2017-09-08 15:44:28 -04:00
Joel Bernstein
a6142b3b61 SOLR-11338: Add Kendall's Tau-b rank and Spearmans rank correlation Stream Evaluators 2017-09-08 13:01:16 -04:00
Christine Poerschke
244ebd1aa4 SOLR-10990: Breakup QueryComponent.process method for readability. (Christine Poerschke) 2017-09-08 16:42:46 +01:00
David Smiley
89feb15008 SOLR-11314: FastCharStream: re-use the READ_PAST_EOF exception 2017-09-07 21:12:45 -04:00
Mark Miller
ce29124721 SOLR-10783: Revert for now - having run the tests a few times today, one of them may be concerning (reverted from commit b4d280f369023a179e98154535ed4b06ea096f5f) 2017-09-07 16:35:11 -05:00
Mark Miller
9388208613 SOLR-10783: Fix constructor. 2017-09-07 14:46:57 -05:00
Andrzej Bialecki
26ed40bcdb SOLR-11215: Support retrieval of any property of a regular metric when
using 'key' parameter.
2017-09-07 18:21:55 +02:00
Andrzej Bialecki
6fb2803bca SOLR-11072: Fix searchRate trigger hookup to ComputePlanAction. Make
the trigger more robust by supporting host collections with warm shards.
Add unit test.
2017-09-07 17:04:41 +02:00
Steve Rowe
5324c7436c SOLR-11181: fix validate-maven-dependencies 2017-09-07 09:24:02 -04:00
Christine Poerschke
a864c6289a SOLR-10783: add (partial) package-info.java to fix precommit 2017-09-07 12:18:03 +01:00
Andrzej Bialecki
8ef83bff12 SOLR-11072: Implement trigger for searchRate event type. 2017-09-07 12:37:57 +02:00
Noble Paul
f121de2854 SOLR-11327: MODIFYCOLLECTION should be able to edit policy attribute 2017-09-07 17:50:10 +09:30
Mark Miller
b4d280f369 SOLR-10783 Add support for Hadoop Credential Provider as SSL/TLS store password source. 2017-09-06 22:33:12 -05:00
Chris Hostetter
ba9504d49d SOLR-10792: remove OldLuceneQParser (FINALLY deprecated in 7.0) from master 2017-09-06 16:24:11 -07:00
Joel Bernstein
26201c8dad SOLR-11241: Fix precommit 2017-09-06 11:32:04 -04:00
Joel Bernstein
4496612120 SOLR-11241: Add discrete counting and probability Stream Evaluators 2017-09-06 11:32:04 -04:00
yonik
cc344dc6bd SOLR-11316: date support for min/max, fix missing bug for int/long fields 2017-09-05 16:06:41 -04:00
yonik
2ed1573adc SOLR-11317: change FacetStream to handle int/long as well as double for metrics 2017-09-05 14:14:19 -04:00
yonik
ffb7e4f2a5 SOLR-11317: tests - disable failing TestSQLHandler 2017-09-05 14:00:59 -04:00
yonik
723ca96bc0 SOLR-11317: min/max aggs use integral values for integral fields 2017-09-05 13:33:17 -04:00
Steve Rowe
547228df17 SOLR-11324: Clean up mention of trie fields in documentation and source comments 2017-09-05 11:17:54 -04:00
Erick
5436395325 commit 19ec48d8a22461fb5723d9e3b81e87a59f3337a3
Author: Erick <erick@apache.org>
Date:   Mon Sep 4 19:00:12 2017 -0700

    SOLR-10101: TestLazyCores hangs
2017-09-04 19:05:24 -07:00
yonik
c6a5f10fd3 SOLR-11322: omit val for min/max when no values in field for bucket 2017-09-04 19:19:40 -04:00
yonik
33178fb5cc SOLR-10613: add flag to FunctionQParser to use FieldNameValueSource place holder when encountering a field name 2017-09-04 18:58:52 -04:00
Joel Bernstein
3423ae4b92 SOLR-11321: Add ebeAdd, ebeSubtract, ebeDivide, ebeMultiply, dotProduct and cosineSimilarity Stream Evaluators 2017-09-04 18:40:03 -04:00
Shalin Shekhar Mangar
e782082e71 SOLR-11278: Disable frequently failing method with AwaitsFix 2017-09-04 09:42:56 +05:30
David Smiley
3901a13de3 SOLR-11242: QueryParser: re-use the LookaheadSuccess exception. 2017-09-03 16:59:31 -04:00
Shalin Shekhar Mangar
b2cf38c191 Merge branch 'master' into feature/autoscaling
# Conflicts:
#	solr/CHANGES.txt
2017-09-02 21:12:07 +05:30
Cao Manh Dat
c141094f6b SOLR-11244: Add test for bool qparser in QueryEqualityTest 2017-09-01 21:37:15 +07:00
Cao Manh Dat
6f6cdf963a SOLR-11244: Fix precommit 2017-09-01 20:46:42 +07:00
Cao Manh Dat
d3013ab600 SOLR-11244: Query DSL for Solr 2017-09-01 20:21:43 +07:00
Cao Manh Dat
ea76351419 SOLR-11054: Revert the last commit since we found a test failure 2017-09-01 10:46:13 +07:00
Noble Paul
1d31370577 SOLR-11293: Potential data loss in TLOG replicas after replication failures 2017-08-31 22:42:19 +09:30
Jan Høydahl
d66e2ad614 SOLR-11293: Fix precommit failures on unused imports 2017-08-30 20:51:57 +02:00
Jan Høydahl
4b7171bab5 SOLR-11281: Fix precommit failures on unused imports 2017-08-30 20:32:41 +02:00
Jan Høydahl
c4a1bd52e9 SOLR-10628: Fix test failures due to global log level change 2017-08-30 19:58:35 +02:00
Shalin Shekhar Mangar
b4c6bfafdb SOLR-11278: Stopping CDCR should cancel a running bootstrap operation 2017-08-30 22:59:30 +05:30
Andrzej Bialecki
40f999b08e SOLR-11281: Remove the diagnostic additions and apply a patch from Jason Gerlowski. 2017-08-28 17:58:16 +02:00
Noble Paul
d86bc63e70 SOLR-11293: Awaits fix 2017-08-28 23:20:29 +09:30
Dennis Gove
4b6f2e5ca7 SOLR-11283: Refactors all Stream Evaluators in solrj.io.eval to simplify them 2017-08-25 22:07:37 -04:00
Andrzej Bialecki
674a8eb8d7 SOLR-11281: More instrumentation to catch the failure on jenkins. 2017-08-25 16:58:53 +02:00
yonik
a7cc9c3631 SOLR-11289: fix comma handling in terms component 2017-08-24 15:54:43 -04:00
yonik
f9cc109286 docs: fix erroneous comment about resulting terms list being sorted 2017-08-24 11:55:45 -04:00
Andrzej Bialecki
ce7db65e6f Revert "SOLR-11285: Initial refactoring."
This reverts commit aee54ff7d15be96aec7e78dc30edfc78a4f166cf.
2017-08-24 15:10:29 +02:00
Andrzej Bialecki
aee54ff7d1 SOLR-11285: Initial refactoring. 2017-08-24 15:09:37 +02:00