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
Mike McCandless
44bd24b1d4
let BKD use 256 MB heap in 2B tests
2016-03-13 07:01:30 -04:00
Mike McCandless
114f85076e
improve 2B points test; add new 2B test against BKD directly
2016-03-13 07:01:25 -04:00
Mike McCandless
641c6d30e8
make BKD's temp file names a bit more descriptive
2016-03-13 07:01:15 -04:00
Mike McCandless
85739d8629
fix int overflow
2016-03-13 07:01:06 -04:00
Mike McCandless
d2aaae001d
don't wrap searchers in this test
2016-03-13 05:37:15 -04:00
Mike McCandless
c0e8be7c1b
optimize BKD leaf block writing: use incoming sorted points to compute commonn prefix (saves one pass); remove an extra copy bytes
2016-03-13 05:31:49 -04:00
Robert Muir
85d268ee8b
LUCENE-7099: use two-phase iteration in LatLonPoint.newDistanceQuery
2016-03-12 11:01:04 -05:00
Mike McCandless
500fc15734
remove O(N^2) asserts
2016-03-12 06:17:23 -05:00
Mike McCandless
a5b941baa1
LUCENE-7098: reduce OfflineSorter and BKDWriter IO by using 4 bytes instead of 8 bytes to encord ord in the common case
...
Squashed commit of the following:
commit 5ac2dcf2a972e46ccda3e7a8d8df5d0af58f712a
Merge: 68acf7f 684b222
Author: Mike McCandless <mikemccand@apache.org>
Date: Fri Mar 11 19:04:13 2016 -0500
Merge branch 'master' into intords
commit 68acf7f9ee2e0249d90075bc035721c0a91619f7
Author: Mike McCandless <mikemccand@apache.org>
Date: Fri Mar 11 19:04:01 2016 -0500
rename to totalPointCount and add comment; enforce that the caller doesn't exceed what they said; simplify the longOrds check to just compare to Integer.MAX_VALUE
commit afc964b56015475e8c354fdc8b0e05c7fa074ec2
Merge: db79e36 fe21f7a
Author: Mike McCandless <mikemccand@apache.org>
Date: Fri Mar 11 10:17:09 2016 -0500
Merge branch 'master' into intords
Conflicts:
lucene/core/src/test/org/apache/lucene/index/Test2BPoints.java
commit db79e365e097153a05813eaa70603c601bce1853
Author: Mike McCandless <mikemccand@apache.org>
Date: Fri Mar 11 10:15:05 2016 -0500
use int (4 bytes) not lon (8 bytes) if the number of points is less than ~2.1B
2016-03-12 05:14:38 -05:00
Mike McCandless
da67b56272
don't wrap index reader in this test: it requires leaf readers
2016-03-12 04:57:38 -05:00
Robert Muir
a4722845e3
LUCENE-7099: speed up embarrasingly slow sandbox/ distance sort
2016-03-11 21:23:37 -05:00
Robert Muir
51d02687a6
LUCENE-7099: add newDistanceSort to sandbox LatLonPoint
2016-03-11 19:30:23 -05:00
Mike McCandless
e11182c628
Replace O(N^2) cost bitset clearing with O(N)
2016-03-11 18:44:05 -05:00
jbernste
26f230a474
SOLR-8832: Faulty DaemonStream shutdown procedures
2016-03-11 15:42:51 -05:00