Commit Graph

9371 Commits

Author SHA1 Message Date
Karl Wright 08ca33f57e LUCENE-7430: Add some explicit delta for bounds objects that corresponds to point resolution in doc values. 2016-10-02 15:17:58 -04:00
Karl Wright 8683da80ed Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-08-25 18:10:16 -04:00
Karl Wright 884aa1609a LUCENE-7424: GeoPolygon computation of intersection bounds was incorrect. 2016-08-25 18:09:50 -04:00
Robert Muir d489b8c05d remove deprecated IndexWriter.isLocked() 2016-08-25 12:34:38 -04:00
Robert Muir ada714972c remove unnecessary deprecated classes 2016-08-25 12:20:29 -04:00
Robert Muir 13acba8b4e simplify test to use CannedTokenStream 2016-08-25 12:07:53 -04:00
Robert Muir f6253d5ed1 LUCENE-7426: remove deprecated DataInput/Output map/string methods 2016-08-25 12:02:52 -04:00
Adrien Grand 81c796a1fa LUCENE-7416: Rewrite optimizations for BooleanQuery. 2016-08-25 15:48:50 +02:00
Robert Muir 18306628a9 LUCENE-7422: fix bugs in test's retry loop 2016-08-25 08:20:53 -04:00
Mike McCandless 981180284d Add 6.2.0 back compat test indices 2016-08-24 18:03:03 -04:00
Robert Muir 312f45685e make javadoc less confusing 2016-08-24 13:23:02 -04:00
Steve Rowe e5cdaf8ac8 update JDK bug link 2016-08-22 21:36:57 -04:00
Robert Muir 5347cc8ea7 LUCENE-7418: remove deprecated legacy numerics from join/ and queryparser/ 2016-08-22 08:39:13 -04:00
Uwe Schindler c164d7f2b2 Add extra permission for linedocsfile 2016-08-21 20:48:42 +02:00
Karl Wright e325973119 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-08-20 07:36:01 -04:00
Karl Wright aa9b5204da LUCENE-7412: Make sure no combined edge of a polygon extends for more than 180 degrees. 2016-08-20 07:35:38 -04:00
Mike McCandless b134102a9f add version constant for next feature release (6.3.0) 2016-08-20 04:27:08 -04:00
Robert Muir f8536ce726 LUCENE-7419: Don't lookup PositionIncrementAttribute every time in TokenStream.end() 2016-08-19 11:14:45 -04:00
Mike McCandless f0963b3b4f add test case to ensure SearchManager can handle concurrent close, refresh, searching and IndexWriter closing 2016-08-19 09:28:17 -04:00
Uwe Schindler de71ed740d LUCENE-7409: Disable test also on master 2016-08-18 15:53:10 +02:00
Nicholas Knize 529c4085cd add equals and hashCode implementation to geo.Rectangle 2016-08-17 16:19:14 -05:00
Nicholas Knize 249780cf60 LUCENE-7388: Adds IntRangeField, FloatRangeField, LongRangeField along with supporting queries and tests 2016-08-17 15:48:08 -05:00
Christine Poerschke 75924f5834 SOLR-9413: Fix analysis/kuromoji's CSVUtil.quoteEscape logic, add TestCSVUtil test. (AppChecker, Christine Poerschke) 2016-08-17 14:56:49 +01:00
Robert Muir 105c7eae87 LUCENE-7413: move legacy numeric support to backwards module 2016-08-17 09:28:45 -04:00
Robert Muir ba09fa7a4a LUCENE-7415: tone down some of the longest core tests 2016-08-17 09:15:35 -04:00
Robert Muir 18373e1129 LUCENE-7414: TestUtil.checkIterator can make tests very slow 2016-08-16 16:12:55 -04:00
Uwe Schindler f00843419f Remove special-case for enwiki (we run tests on Jenkins without security manager instead) 2016-08-16 00:34:37 +02:00
Robert Muir d7f4e25a1d LUCENE-7161: remove unused import 2016-08-15 10:44:52 -04:00
Robert Muir 25370cd7e0 LUCENE-7161: disable flaky test 2016-08-15 08:32:08 -04:00
Uwe Schindler 8f9c04e4a1 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-08-12 22:19:47 +02:00
Uwe Schindler 97f6bb7d7f LUCENE-7409: Fix comments as suggested by Dawid 2016-08-12 22:16:04 +02:00
Mike McCandless f485d29cad don't do random() per byte in this test 2016-08-12 16:01:13 -04:00
Uwe Schindler 48cc599936 LUCENE-7409: Changed MMapDirectory's unmapping to work safer, but still with no guarantees 2016-08-12 19:54:33 +02:00
Mike McCandless 3816a0eb2b add comment 2016-08-10 05:08:30 -04:00
Karl Wright 22eeba9920 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-08-10 02:29:38 -04:00
Karl Wright 5d06ca3da0 LUCENE-7408: Detect degenerate case in lagrangian bounds computation when it pops up. 2016-08-10 02:29:15 -04:00
Mike McCandless 36d67aaba9 use method reference instead of lambda in these tests 2016-08-09 08:07:07 -04:00
Mike McCandless 04086fbfc4 LUCENE-7409: improve MockDirectoryWrapper's IndexInput to detect if a clone is being used after its parent was closed 2016-08-09 05:03:29 -04:00
Christine Poerschke 0583e5aa47 LUCENE-7406: Automaton and PrefixQuery tweaks (fewer object (re)allocations). 2016-08-05 12:13:37 +01:00
Karl Wright 2828f4e8e0 LUCENE-7402: If intersection computation falls off the world, bounds includes whole world. 2016-08-04 08:12:08 -04:00
Mike McCandless 5ec072be9d add test case 2016-08-03 14:31:28 -04:00
Adrien Grand 9fc4624853 LUCENE-7399: Speed up flush of points. 2016-08-03 14:35:48 +02:00
Adrien Grand 234ea3ef89 LUCENE-7403: Use blocks of exactly maxPointsInLeafNodes values in the 1D case. 2016-08-03 14:34:06 +02:00
Mike McCandless d9df295bb7 fix javadocs 2016-08-02 05:10:30 -04:00
Mike McCandless dcbc49b06a fix SimpleCopyJob.compareTo test bug 2016-08-02 05:10:24 -04:00
Mike McCandless 81236ba48a add toString method 2016-08-02 05:10:17 -04:00
Tommaso Teofili 53a34b312e LUCENE-7400 - splitter should be able to group using sorted set dv 2016-07-30 07:58:25 +02:00
Mike McCandless 9554719f12 LUCENE-7390: another part of the revert 2016-07-29 14:05:23 -04:00
Mike McCandless 1aecdd28d1 LUCENE-7390: revert this change, since it's obsoleted by the much better LUCENE-7396 2016-07-29 14:02:00 -04:00
Adrien Grand 60975d2dfa LUCENE-7396: Speed flush of points. 2016-07-29 10:23:54 +02:00