Ryan Ernst
38673877ae
LUCENE-7118: Fix packed points upper/lower bound length check
2016-03-20 13:41:51 -07:00
Robert Muir
51b109620b
LUCENE-7117, LUCENE-7118: Remove multidimensional arrays from PointRangeQuery
2016-03-20 16:06:40 -04:00
Mike McCandless
cc01ba39cd
LUCENE-7121: don't write ord for single-valued points, saving 4 bytes per point
2016-03-20 09:17:09 -04:00
Uwe Schindler
0f60ce61eb
SOLR-8874: Update Maven config to correctly set tests.disableHdfs
2016-03-20 13:26:20 +01:00
Uwe Schindler
edf12616bb
Update tools for maximum Java 9 compatibility (especially Groovy)
2016-03-20 12:02:14 +01:00
Uwe Schindler
19b4168b3f
SOLR-8874, SOLR-8876: Disable more Hadoop tests with Java 9
2016-03-20 10:41:46 +01:00
Uwe Schindler
4d20feeeae
SOLR-8877: Disable test on environments with whitespace
2016-03-19 15:59:09 +01:00
Uwe Schindler
0a89ffaf96
SOLR-8874: Make Solr tests work with Java 9 Jigsaw
2016-03-19 14:54:58 +01:00
Mike McCandless
3d6b5d12a2
make a separate explicit test case for testing threads
2016-03-19 09:04:39 -04:00
Mike McCandless
70290e8947
LUCENE-7113: add best-effort checksum verification to temp files written by OfflineSorter and BKDWriter
2016-03-19 05:18:50 -04:00
Noble Paul
5c50124246
fixing git merge issues
2016-03-18 18:06:36 +05:30
yonik
c195395d34
SOLR-8867: fix frange/FunctionValues.getRangeScorer to not match missing values, getRangeScorer refactored to take LeafReaderContext
2016-03-17 16:59:24 -04:00
Noble Paul
6f189fa4be
typos fixed
2016-03-18 00:48:58 +05:30
Mike McCandless
4570ae8001
committed as part of 09aa951
2016-03-18 00:44:40 +05:30
Noble Paul
54e827e9b6
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:36:18 +05:30
David Smiley
4ee908eb80
SOLR-8866: UpdateLog now throws an error if it can't serialize a field value
...
(cherry picked from commit a22099a
)
2016-03-17 13:23:38 -04:00
Adrien Grand
c33e8b1e21
More javadocs about exclusive bounds.
2016-03-17 16:26:00 +01:00
Shalin Shekhar Mangar
d968575b8b
SOLR-8745: Move CHANGES.txt entry to 6.1
...
(cherry picked from commit 4fbfeb0)
2016-03-17 20:22:18 +05:30
Mike McCandless
319518c28e
add asserts
2016-03-17 10:12:22 -04:00
Steve Rowe
b648ce5afa
SOLR-7339: Upgrade to Jetty 9.3.8.v20160314
2016-03-17 01:47:19 -04:00
Shalin Shekhar Mangar
f5a4b0419c
SOLR-8860: Remove back-compat handling of router format made in SOLR-4221 in 4.5.0
...
(cherry picked from commit ae846bf
)
2016-03-17 09:54:36 +05:30
Steve Rowe
e30551db2a
SOLR-8838: Remove obsolete comment
2016-03-16 19:01:15 -04:00
Steve Rowe
efad5807b6
SOLR-8838: Returning non-stored docValues is incorrect for negative floats and doubles.
2016-03-16 19:00:48 -04:00
yonik
14752476f4
SOLR-8740: use docValues for non-text fields in schema templates
2016-03-16 18:52:30 -04:00
Ryan McKinley
7687667b5f
SOLR-8859: read/write Shapes to String
2016-03-16 12:52:51 -07:00
Ryan McKinley
5731331be1
SOLR-8814: Support GeoJSON response format
2016-03-16 09:49:46 -07:00
Adrien Grand
cb85f2611e
LUCENE-7106: Add helpers to compute aggregated stats on points.
2016-03-16 15:36:51 +01:00
Robert Muir
6f124e1001
remove obselete warning: this sort makes bounding boxes for you
2016-03-16 09:31:20 -04:00
Robert Muir
e68dc4a330
LUCENE-7109: LatLonPoint.newPolygonQuery should use two-phase iterator
2016-03-16 09:26:47 -04:00
anshum
4deb4cd1ba
SOLR-8836: Return 400, and a SolrException when an invalid json is provided to the update handler instead of 500.
2016-03-15 11:49:56 -07:00
Chris Hostetter
0739f9155b
SOLR-8849: improve reproducibility in random order of chaosmonkey actions
2016-03-15 11:04:49 -07:00
Robert Muir
cc412ebcae
LUCENE-7105: Optimize LatLonPoint.newDistanceQuery
2016-03-15 11:18:43 -04:00
Mike McCandless
4a4db23362
LUCENE-7108: this test was running the wrong range query
2016-03-15 09:50:54 -04:00
Tommaso Teofili
15fdfd3caa
SOLR-7739 - applied patch from Alessandro Benedetti for integrating Lucene classification into Solr
...
(cherry picked from commit 5801caa
)
2016-03-15 13:22:51 +01:00
Martijn van Groningen
d4fe0c3849
LUCENE-7093: Added point values support to the memory index
2016-03-15 13:13:40 +01:00
Mike McCandless
287d6c8be6
LUCENE-7101: OfflineSorter had O(N^2) merge cost, and used too many temporary file descriptors, for large sorts
2016-03-15 07:36:30 -04:00
Mike McCandless
4e3f376ca4
re-enable accidentally turned off test evilness
2016-03-15 05:19:44 -04:00
Martijn van Groningen
559432fcdc
LUCENE-7091: Added doc values support to memory index
2016-03-15 10:00:19 +01:00
Martijn van Groningen
13ce0815a7
Change entry to reflect that LUCENE-7087 has been backported to 6.0
2016-03-15 09:50:16 +01:00
Robert Muir
bd87ca0c4d
LUCENE-7104: remove "sort missing first" from LatLonPoint.newDistanceSort and simplify/speedup code
2016-03-14 19:08:35 -04:00
Robert Muir
3163b98959
LUCENE-7103: further optimize LatLonPoint.newDistanceSort
2016-03-14 16:26:39 -04:00
Robert Muir
a6fe1c0b15
LUCENE-7102: LatLonPoint.newDistanceSort fails with "sort missing first"
2016-03-14 14:10:02 -04:00
Robert Muir
ae866b0149
LUCENE-7099: improve test to exercise searchAfter
2016-03-14 12:20:35 -04:00
yonik
5d7592bc14
SOLR-8835: fix faceting exception (uif) on multi-valued numeric docValues
2016-03-14 11:34:17 -04:00
Mike McCandless
7f6fb8dae9
fix test bug: this test expects single segment index
2016-03-14 10:42:25 -04:00
Mike McCandless
826ff66716
fix test bug: these tests expect only one segment
2016-03-14 10:22:21 -04:00
Mike McCandless
d1ba899591
LUCENE-7097: let IntroSorter go 2X deeper in quicksort before switching to heapsort
2016-03-14 06:03:48 -04:00
Mike McCandless
9d28a58c5c
fix wrong param order in 2B tests
2016-03-13 08:57:47 -04:00
Mike McCandless
8a9b033349
optimize offline -> offline partition
2016-03-13 08:57:40 -04:00
Mike McCandless
42d1eb5364
fix compiler warning
2016-03-13 07:02:28 -04:00