Jan Høydahl
|
a7c171f512
|
LUCENE-7155: Script addVersion.py does not detect the new naming convention for bugfix branches
(cherry picked from commit 6e446c0 )
|
2016-04-12 12:51:01 +02:00 |
Karl Wright
|
882901dcf3
|
Merge branch 'branch_6x' of https://git-wip-us.apache.org/repos/asf/lucene-solr into branch_6x
|
2016-04-12 06:08:59 -04:00 |
Mike McCandless
|
39d74d86cd
|
LUCENE-7189: improve geo debugging technology
|
2016-04-12 06:10:35 -04:00 |
Karl Wright
|
520c31f8ed
|
LUCENE-7203: Fix the javadoc broken in the previous commit.
|
2016-04-12 06:07:45 -04:00 |
Karl Wright
|
e4b26922ab
|
LUCENE-7203: Improve polygon intersection detection using a small amount of upfront work.
|
2016-04-12 06:06:55 -04:00 |
yonik
|
ace13b5728
|
LUCENE-7188: remove incorrect sanity check in NRTCachingDirectory.listAll() that throws IllegalStateException
|
2016-04-11 23:53:59 -04:00 |
Karl Wright
|
5f4af54f99
|
LUCENE-7201: Handle backside whole-world case for bbox generation.
|
2016-04-11 12:59:23 -04:00 |
Karl Wright
|
a03c0b806d
|
LUCENE-7201: Handle illegal rectangles during testing.
|
2016-04-11 12:57:37 -04:00 |
Adrien Grand
|
cf6c9c78bc
|
Fix javadoc generation.
|
2016-04-11 12:57:16 -04:00 |
Robert Muir
|
b21218e79f
|
LUCENE-7185: fix random number generation used for spatial tests.
Note that GeoPoint tests are still on the old RNG as we haven't get made them happy.
|
2016-04-11 10:37:22 -04:00 |
Varun Thacker
|
168e2d8406
|
SOLR-8967: UI should not show the replication tab in the core selector panel in cloud mode
|
2016-04-11 18:38:33 +05:30 |
Mike McCandless
|
9cbe3e761b
|
LUCENE-7189: use fewer sampling points for small earth-surface rectangles
|
2016-04-11 05:47:11 -04:00 |
Mike McCandless
|
4c984af8b5
|
fix silly stack-building test bug in BKD visitor forensics
|
2016-04-11 05:43:25 -04:00 |
Mike McCandless
|
2bf3d70bf1
|
fix rare test bug
|
2016-04-11 05:25:08 -04:00 |
Tommaso Teofili
|
4b20575cfe
|
LUCENE-7196 - added missing misc dependency
(cherry picked from commit 273d586 )
|
2016-04-11 10:13:08 +02:00 |
Tommaso Teofili
|
ff3661abda
|
LUCENE-7196 - guaranteed class coverage in split indexes through grouping by class
(cherry picked from commit 112078e )
|
2016-04-11 10:12:57 +02:00 |
Martijn van Groningen
|
f18cb90104
|
LUCENE-7187: Block join queries' Weight#extractTerms(...) implementations should delegate to the wrapped weight.
|
2016-04-11 09:22:20 +02:00 |
Karl Wright
|
70ab80b341
|
LUCENE-7199: Use a more refined algorithm for picking the random pole used in clockwise/counterclockwise determination.
|
2016-04-10 08:59:20 -04:00 |
Karl Wright
|
f6be813308
|
LUCENE-7194: Roll our own toRadians() method, and also make it less likely we'll need to restaple the toString() tests.
|
2016-04-10 05:12:49 -04:00 |
yonik
|
59e8c7b73c
|
tests: better DocSetCollector tests, including better smallSetSize boundary testing
|
2016-04-09 19:21:56 -04:00 |
yonik
|
301e178681
|
SOLR-8922: optimize DocSetCollector to produce less garbage
|
2016-04-09 19:10:43 -04:00 |
Karl Wright
|
65a69b9757
|
LUCENE-7197: Fix two test failures and add more forensics that helped resolve the issue.
|
2016-04-09 16:14:29 -04:00 |
Karl Wright
|
ec78122548
|
Augment explain output from geo3d BKD tree tests to include shape relationships etc.
|
2016-04-09 00:59:30 -04:00 |
Karl Wright
|
1e695d835e
|
Merge branch 'branch_6x' of https://git-wip-us.apache.org/repos/asf/lucene-solr into branch_6x
|
2016-04-08 20:35:29 -04:00 |
Karl Wright
|
a8f9073a3f
|
Stop tests from failing just because of toString test
|
2016-04-08 20:35:06 -04:00 |
Anshum Gupta
|
f479f16d3a
|
SOLR-8097: Implement builder pattern design for constructing SolrJ clients and deprecate direct construction of clients
|
2016-04-08 13:14:27 -07:00 |
Karl Wright
|
30d612f84e
|
LUCENE-7195: Clockwise/counterclockwise detection was rotating coordinates in the wrong direction.
|
2016-04-08 15:54:29 -04:00 |
nknize
|
707960fb22
|
adds 6.0.0 back compat test indexes
|
2016-04-08 14:19:38 -05:00 |
Steve Rowe
|
ddc02603a7
|
LUCENE-7174: IntelliJ config: remove trailing slashes on dir names to make IntelliJ happy
|
2016-04-08 12:32:14 -04:00 |
Steve Rowe
|
ebb2127cca
|
LUCENE-7174: IntelliJ config: switch JUnit library to include all jars under lucene/test-framework/lib/, rather than using the exact jar names, which is brittle, and causes trouble when people forget to update when jars are upgraded (like on this issue)
|
2016-04-08 12:32:08 -04:00 |
Karl Wright
|
3304f524d7
|
LUCENE-7192: Permit adjacent points in a polygon to be coplanar.
|
2016-04-08 09:19:05 -04:00 |
Karl Wright
|
7b9a4c69e5
|
LUCENE-7191: Tests now exercise the query factory methods in Geo3DPoint.
|
2016-04-08 06:09:02 -04:00 |
Tommaso Teofili
|
585dddca7e
|
LUCENE-7193 - added missing timeout param to tests
(cherry picked from commit c906b4f )
|
2016-04-08 11:09:11 +02:00 |
Tommaso Teofili
|
646081c3dd
|
LUCENE-7193 - add generic f1-measure metric to confusion matrix
(cherry picked from commit 2507015 )
|
2016-04-08 11:08:26 +02:00 |
Mike McCandless
|
dd9d5d06d2
|
LUCENE-7168: use center value on decode
|
2016-04-07 18:49:13 -04:00 |
Karl Wright
|
48f1d56c7e
|
LUCENE-7190: Make some methods private in public classes, and make a very few constants public.
|
2016-04-07 18:32:41 -04:00 |
Karl Wright
|
ecbf1a4d83
|
LUCENE-7173: Iterate at least 100 times each for polygon construction when testing.
|
2016-04-07 18:01:55 -04:00 |
Mike McCandless
|
347b9f0d7f
|
LUCENE-7189: make it easier to write WebGL earth HTML for debugging geo failures
|
2016-04-07 17:55:05 -04:00 |
nknize
|
f7a25f07ad
|
fix bug in testLat/LonQuantization
|
2016-04-07 15:23:51 -05:00 |
nknize
|
6a6f73a26c
|
LUCENE-7184: Refactor LatLonPoint encoding methods to new GeoEncodingUtils helper class in core geo package. Also refactors LatLonPointTests to TestGeoEncodingUtils.
|
2016-04-07 14:18:34 -05:00 |
Robert Muir
|
01867a5b31
|
LUCENE-7185: fix tie-breaker sort bug
|
2016-04-07 11:28:22 -04:00 |
Christine Poerschke
|
835dc33102
|
SOLR-8938: Add optional -excluderegex argument to ZkCLI.
|
2016-04-07 15:12:18 +01:00 |
Mike McCandless
|
16c6dd9a2d
|
LUCENE-7168: fix ceil/floor decode to match encode
|
2016-04-07 09:28:34 -04:00 |
Karl Wright
|
c1517c4a9c
|
Fix up internal method signatures to make some degree of greater sense, in GeoPolygonFactory.
|
2016-04-07 07:41:35 -04:00 |
Mike McCandless
|
66859dcc66
|
fix wrong description of how to run IndexFiles demo
|
2016-04-07 05:29:39 -04:00 |
Robert Muir
|
6d537d2bad
|
LUCENE-7185: fix edge case bugs in LatLonPoint bounding box query
|
2016-04-07 00:10:42 -04:00 |
Robert Muir
|
cebac848a9
|
LUCENE-7185: fix edge case bug in test logic (min=max=180), don't leak Directory for edge cases!
|
2016-04-07 00:09:19 -04:00 |
Robert Muir
|
e75db94767
|
LUCENE-7185: make an empty grid the simple way
|
2016-04-06 21:50:10 -04:00 |
Mike McCandless
|
6868a8cd74
|
LUCENE-7168: improve encode and quantization testing for geo3d
|
2016-04-06 19:19:31 -04:00 |
Karl Wright
|
a3ea71e04e
|
LUCENE-7173: Get the random nested polygon code working.
|
2016-04-06 18:59:13 -04:00 |