24812 Commits

Author SHA1 Message Date
Uwe Schindler
b2a4003d4c SOLR-8082: Fix forbidden APIs 2016-03-21 00:09:15 +01:00
Steve Rowe
49d5ec02a2 SOLR-8082: Can't query against negative float or double values when indexed='false' docValues='true' multiValued='false' 2016-03-20 16:55:32 -04:00
Ryan Ernst
7f9c4d886d LUCENE-7118: Move numDims check before modulo numDims 2016-03-20 13:49:33 -07:00
Ryan Ernst
54e662b6da LUCENE-7118: Fix packed points upper/lower bound length check 2016-03-20 13:39:50 -07:00
Robert Muir
e1a1dbfabc LUCENE-7117, LUCENE-7118: Remove multidimensional arrays from PointRangeQuery 2016-03-20 16:05:17 -04:00
Dennis Gove
fecdec6c85 SOLR-5616: Simplifies grouping code to use ResponseBuilder.needDocList() to determine if it needs to generate a doc list for grouped results. 2016-03-20 13:30:29 -04:00
Dennis Gove
e3b785a906 SOLR-8599: Improved the tests for this issue to avoid changing a variable to non-final 2016-03-20 11:13:56 -04:00
Mike McCandless
d392940092 LUCENE-7121: don't write ord for single-valued points, saving 4 bytes per point 2016-03-20 09:16:43 -04:00
Uwe Schindler
3a4e1d1142 SOLR-8874: Update Maven config to correctly set tests.disableHdfs 2016-03-20 13:25:38 +01:00
Uwe Schindler
093a3e8711 Update tools for maximum Java 9 compatibility (especially Groovy) 2016-03-20 11:59:56 +01:00
Uwe Schindler
91424ae963 SOLR-8874, SOLR-8876: Disable more Hadoop tests with Java 9 2016-03-20 10:41:05 +01:00
Uwe Schindler
e3b7d82825 SOLR-8877: Disable test on environments with whitespace 2016-03-19 15:58:31 +01:00
Uwe Schindler
f93f90ca1b SOLR-8874: Make Solr tests work with Java 9 Jigsaw 2016-03-19 14:53:59 +01:00
Mike McCandless
cc774994fc make a separate explicit test case for testing threads 2016-03-19 09:04:04 -04:00
Mike McCandless
ef7a012513 LUCENE-7113: add best-effort checksum verification to temp files written by OfflineSorter and BKDWriter 2016-03-19 05:18:15 -04:00
yonik
5ea86b14c3 SOLR-8867: fix frange/FunctionValues.getRangeScorer to not match missing values, getRangeScorer refactored to take LeafReaderContext 2016-03-17 16:58:27 -04:00
Noble Paul
faa0586b31 SOLR-8842: security rules made more foolproof by asking the requesthandler about the well known
permission name.
  The APIs are also modified to ue 'index' as the unique identifier instead of name.
  Name is an optional attribute
  now and only to be used when specifying well-known permissions
2016-03-17 23:34:50 +05:30
David Smiley
a22099a398 SOLR-8866: UpdateLog now throws an error if it can't serialize a field value 2016-03-17 13:22:16 -04:00
Adrien Grand
c1e95d7b4d More javadocs about exclusive bounds. 2016-03-17 16:25:27 +01:00
Shalin Shekhar Mangar
4fbfeb0123 SOLR-8745: Move CHANGES.txt entry to 6.1 2016-03-17 20:18:04 +05:30
Mike McCandless
85945ef2a7 add asserts 2016-03-17 10:10:28 -04:00
Steve Rowe
6ebf61535e SOLR-7339: Upgrade to Jetty 9.3.8.v20160314 2016-03-17 01:46:36 -04:00
Shalin Shekhar Mangar
ae846bfb49 SOLR-8860: Remove back-compat handling of router format made in SOLR-4221 in 4.5.0 2016-03-17 09:21:30 +05:30
Steve Rowe
3cdde08ff2 SOLR-8838: Remove obsolete comment 2016-03-16 18:58:41 -04:00
Steve Rowe
6e55135be3 SOLR-8838: Returning non-stored docValues is incorrect for negative floats and doubles. 2016-03-16 18:56:23 -04:00
yonik
e76fa56817 SOLR-8740: use docValues for non-text fields in schema templates 2016-03-16 18:51:50 -04:00
Ryan McKinley
022877fefa SOLR-8859: read/write Shapes to String 2016-03-16 12:52:00 -07:00
Ryan McKinley
36145d02cc SOLR-8814: Support GeoJSON response format 2016-03-16 10:06:49 -07:00
Adrien Grand
24830b7f18 LUCENE-7106: Add helpers to compute aggregated stats on points. 2016-03-16 15:34:40 +01:00
Robert Muir
2c8b2a6cd3 remove obselete warning: this sort makes bounding boxes for you 2016-03-16 09:30:45 -04:00
Robert Muir
6ea458a0ed LUCENE-7109: LatLonPoint.newPolygonQuery should use two-phase iterator 2016-03-16 09:26:15 -04:00
Chris Hostetter
0f78235b94 SOLR-8849: improve reproducibility in random order of chaosmonkey actions 2016-03-15 11:17:45 -07:00
anshum
30a77b73b6 SOLR-8836: Return 400, and a SolrException when an invalid json is provided to the update handler instead of 500. 2016-03-15 10:55:20 -07:00
Robert Muir
870baafc82 LUCENE-7105: Optimize LatLonPoint.newDistanceQuery 2016-03-15 11:18:15 -04:00
Mike McCandless
3ba7456f70 LUCENE-7108: this test was running the wrong range query 2016-03-15 09:50:12 -04:00
Martijn van Groningen
c1dfeb8ef8 LUCENE-7093: Added point values support to the memory index 2016-03-15 13:13:19 +01:00
Mike McCandless
82c06190a3 LUCENE-7101: OfflineSorter had O(N^2) merge cost, and used too many temporary file descriptors, for large sorts 2016-03-15 07:36:02 -04:00
Tommaso Teofili
5801caab6c SOLR-7739 - applied patch from Alessandro Benedetti for integrating Lucene classification into Solr 2016-03-15 12:29:07 +01:00
Mike McCandless
56ca641b5b re-enable accidentally turned off test evilness 2016-03-15 05:18:53 -04:00
Martijn van Groningen
cf3eea2640 LUCENE-7091: Added doc values support to memory index 2016-03-15 09:57:40 +01:00
Martijn van Groningen
8185c8a11d Change entry to reflect that LUCENE-7087 has been backported to 6.0 2016-03-15 09:49:17 +01:00
Robert Muir
02bb6c0155 LUCENE-7104: remove "sort missing first" from LatLonPoint.newDistanceSort and simplify/speedup code 2016-03-14 19:07:30 -04:00
Robert Muir
1660b5630a LUCENE-7103: further optimize LatLonPoint.newDistanceSort 2016-03-14 16:25:31 -04:00
Robert Muir
0f949c8153 LUCENE-7102: LatLonPoint.newDistanceSort fails with "sort missing first" 2016-03-14 14:08:25 -04:00
Robert Muir
80fe00ba18 LUCENE-7099: improve test to exercise searchAfter 2016-03-14 12:19:19 -04:00
yonik
95f20c6f00 SOLR-8835: fix faceting exception (uif) on multi-valued numeric docValues 2016-03-14 11:33:16 -04:00
Mike McCandless
c8b06b68e6 fix test bug: this test expects single segment index 2016-03-14 10:42:03 -04:00
Mike McCandless
f706c9de82 fix test bug: these tests expect only one segment 2016-03-14 10:21:57 -04:00
Mike McCandless
8cbe471377 LUCENE-7097: let IntroSorter go 2X deeper in quicksort before switching to heapsort 2016-03-14 06:03:17 -04:00
Mike McCandless
3c7e55da3a fix wrong param order in 2B tests 2016-03-13 08:56:51 -04:00