Tommaso Teofili
273d586be4
LUCENE-7196 - added missing misc dependency
2016-04-11 10:03:37 +02:00
Tommaso Teofili
112078eaf9
LUCENE-7196 - guaranteed class coverage in split indexes through grouping by class
2016-04-11 09:59:22 +02:00
Martijn van Groningen
d7867b80f8
LUCENE-7187: Block join queries' Weight#extractTerms(...) implementations should delegate to the wrapped weight.
2016-04-11 09:20:39 +02:00
Mike McCandless
dd8c199c0b
fix failing test: 6.0 has back compat support in 7.0 ;)
2016-04-10 11:03:35 -04:00
Karl Wright
22ccccfc3e
LUCENE-7199: Use a more refined algorithm for picking the random pole used in clockwise/counterclockwise determination.
2016-04-10 08:58:19 -04:00
Karl Wright
7441f88ba6
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-10 05:11:27 -04:00
Karl Wright
a4bf526a62
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:11:12 -04:00
yonik
93f9456e2a
tests: better DocSetCollector tests, including better smallSetSize boundary testing
2016-04-09 19:21:27 -04:00
yonik
cfba58f0d0
SOLR-8922: optimize DocSetCollector to produce less garbage
2016-04-09 19:10:02 -04:00
Karl Wright
d377e7fd34
LUCENE-7197: Fix two test failures and add more forensics that helped resolve the issue.
2016-04-09 16:12:39 -04:00
Karl Wright
4d3a633bf1
Augment explain output from geo3d BKD tree tests to include shape relationships etc.
2016-04-09 00:56:27 -04:00
Karl Wright
23b953cb4f
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-08 20:35:55 -04:00
Karl Wright
4537a66bb1
Stop tests from failing just because of toString test
2016-04-08 20:34:23 -04:00
nknize
455f3dd694
LUCENE-7184: update CHANGES.txt
2016-04-08 15:15:57 -05:00
Karl Wright
eb8751256d
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-08 15:53:30 -04:00
Karl Wright
4c4730484d
LUCENE-7195: Clockwise/counterclockwise detection was rotating coordinates in the wrong direction.
2016-04-08 15:53:12 -04:00
nknize
48f77829f4
adds 6.0.0 back compat test indexes
2016-04-08 14:29:31 -05:00
Steve Rowe
65bfc19f98
LUCENE-7174: IntelliJ config: remove trailing slashes on dir names to make IntelliJ happy
2016-04-08 12:28:19 -04:00
Steve Rowe
0cf6c55119
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:28:19 -04:00
nknize
d896eab989
minor trimming from spatial module's GeoEncodingUtils
2016-04-08 10:55:40 -05:00
Karl Wright
771680cfd0
LUCENE-7192: Permit adjacent points in a polygon to be coplanar.
2016-04-08 09:14:47 -04:00
Karl Wright
9b65416e60
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-08 06:07:13 -04:00
Tommaso Teofili
c906b4fc5a
LUCENE-7193 - added missing timeout param to tests
2016-04-08 11:06:43 +02:00
Tommaso Teofili
2507015f4c
LUCENE-7193 - add generic f1-measure metric to confusion matrix
2016-04-08 11:06:43 +02:00
Karl Wright
99fa55906c
LUCENE-7191: Tests now exercise the query factory methods in Geo3DPoint.
2016-04-08 01:33:46 -04:00
Anshum Gupta
b02b026b7d
SOLR-8097: Implement builder pattern design for constructing SolrJ clients and deprecate direct construction of clients
2016-04-07 15:57:49 -07:00
Mike McCandless
1848477bd8
LUCENE-7168: use center value on decode
2016-04-07 18:48:47 -04:00
Karl Wright
5e4777346a
LUCENE-7190: Make some methods private in public classes, and make a very few constants public.
2016-04-07 18:31:19 -04:00
Karl Wright
4ffba0b400
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-07 17:59:45 -04:00
Karl Wright
a06a6dfaad
LUCENE-7173: Iterate at least 100 times each for polygon construction when testing.
2016-04-07 17:59:33 -04:00
Mike McCandless
07d99765f5
LUCENE-7189: make it easier to write WebGL earth HTML for debugging geo failures
2016-04-07 17:54:39 -04:00
nknize
d4bb6912fd
fix bug in testLat/LonQuantization
2016-04-07 15:23:04 -05:00
nknize
b5ce2f67fd
LUCENE-7184: Refactor LatLonPoint encoding methods to new GeoEncodingUtils helper class in core geo package. Also refactors LatLonPointTests to TestGeoEncodingUtils.
2016-04-07 14:07:20 -05:00
Robert Muir
05d62a3577
LUCENE-7185: fix tie-breaker sort bug
2016-04-07 11:27:52 -04:00
Mike McCandless
df07e0c30f
LUCENE-7168: fix ceil/floor decode to match encode
2016-04-07 09:27:48 -04:00
Christine Poerschke
93511352ac
SOLR-8938: Add optional -excluderegex argument to ZkCLI.
2016-04-07 12:54:42 +01:00
Karl Wright
74aadd3a7e
Fix up internal method signatures to make some degree of greater sense, in GeoPolygonFactory.
2016-04-07 07:40:07 -04:00
Mike McCandless
60fa46578f
fix wrong description of how to run IndexFiles demo
2016-04-07 05:29:09 -04:00
Robert Muir
e0c507a400
LUCENE-7185: fix edge case bugs in LatLonPoint bounding box query
2016-04-07 00:09:56 -04:00
Robert Muir
2965ac2ca1
LUCENE-7185: fix edge case bug in test logic (min=max=180), don't leak Directory for edge cases!
2016-04-07 00:08:03 -04:00
Robert Muir
b59ace99e4
LUCENE-7185: make an empty grid the simple way
2016-04-06 21:49:24 -04:00
Mike McCandless
c2289de3c7
LUCENE-7168: improve encode and quantization testing for geo3d
2016-04-06 19:18:56 -04:00
Karl Wright
0163574f9c
LUCENE-7173: Get the random nested polygon code working.
2016-04-06 18:57:00 -04:00
Karl Wright
eda2a31959
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-06 17:18:10 -04:00
Karl Wright
68e792e3d4
LUCENE-7173: Begin adding tests for random polygons with nesting. Also found and fixed a tiling problem.
2016-04-06 17:17:50 -04:00
Robert Muir
370f2d3488
don't test LatLonPoint's quantization with epsilons: demand exact answers
2016-04-06 14:18:14 -04:00
Christine Poerschke
a893aaaf4d
Tweak TestRateLimiter.testThreads logic.
...
(Make visible the fact that the machine/actualMBPerSec was way-too-slow i.e. the not-too-fast portion of the test wasn't really checked.)
2016-04-06 18:18:57 +01:00
Karl Wright
6cf0e2a3e7
LUCENE-7173: Add complex test logic for creating nested polygons
2016-04-06 09:22:11 -04:00
Christine Poerschke
2259288ca0
LUCENE-7178: TestCoreParser tweaks
...
Summary:
* rename testSimpleXML to testTermQueryXML
* rename testSimpleTermsQueryXML to testTermsQueryXML
* try-with-resources and file-not-found-assert for TestCoreParser.parse
* TestCoreParser.dumpResults verbose logging now includes qType and numDocs
(Ramkumar Aiyengar, Nathan Visagan, Christine Poerschke)
2016-04-06 13:38:47 +01:00
Shalin Shekhar Mangar
4205b1c804
SOLR-8948: OverseerTaskQueue.containsTaskWithRequestId encounters json parse error if a SolrResponse node is in the overseer queue
2016-04-06 11:56:27 +05:30