Commit Graph

24673 Commits

Author SHA1 Message Date
Robert Muir 69da13ff6f LUCENE-7125: remove additional confusion (we already quantize once, don't do it again). 2016-03-21 22:47:31 -04:00
Robert Muir d74572ac9c LUCENE-7125: remove BKD_TOLERANCE from LatLonPoint polygon tests 2016-03-21 22:01:52 -04:00
Gregory Chanan 56292fd4ef LUCENE-7115: Speed up FieldCache.CacheEntry toString by setting initial StringBuilder capacity 2016-03-21 11:51:49 -07:00
Gregory Chanan cb1738360e SOLR-8869: Optionally disable printing field cache entries in SolrFieldCacheMBean 2016-03-21 11:30:39 -07:00
markrmiller 93e96f688e SOLR-8857: HdfsUpdateLog does not use configured or new default number of version buckets and is hard coded to 256. 2016-03-21 14:10:17 -04:00
Alan Woodward 04bd586071 SOLR-8837: Fix duplicate election node detection 2016-03-21 17:39:37 +00:00
Robert Muir ce3114233b LUCENE-7123: deduplicate/cleanup spatial distance 2016-03-21 10:34:03 -04:00
Steve Rowe 751a53fe00 LUCENE-7111: DocValuesRangeQuery.newLongRange behaves incorrectly for Long.MAX_VALUE and Long.MIN_VALUE 2016-03-21 08:59:43 -04:00
Mike McCandless 0e189bca2d LUCENE-7120: re-use readers while recursing in BKDWriter so we get more thorough checksum verification on its temp files 2016-03-21 05:49:47 -04:00
jbernste 5a40ae0305 SOLR-8878: Remove debugging 2016-03-20 22:19:38 -04:00
jbernste f86ac58a5a SOLR-8878: Allow the DaemonStream run rate be controlled by the internal stream 2016-03-20 22:05:18 -04:00
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