Commit Graph

23404 Commits

Author SHA1 Message Date
Michael McCandless 0c3b522d28 LUCENE-6802: fix test bug: if CMS hits tragic exception, writer is already closed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702796 13f79535-47bb-0310-9956-ffa450edef68
2015-09-13 17:39:37 +00:00
Uwe Schindler b57234a745 LUCENE-6795: Fix Solr tests that break RamUsageTester on Java 9 Jigsaw
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702770 13f79535-47bb-0310-9956-ffa450edef68
2015-09-13 12:25:40 +00:00
Uwe Schindler 02838046dd LUCENE-6795: Add CHANGES entry also to Solr (SystemInfoHandler improvements)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702717 13f79535-47bb-0310-9956-ffa450edef68
2015-09-13 09:32:57 +00:00
Uwe Schindler 4a36db2cfa LUCENE-6795: Add CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702714 13f79535-47bb-0310-9956-ffa450edef68
2015-09-13 09:12:44 +00:00
David Wayne Smiley c5b49baa59 LUCENE-5503: Highlighter WSTE didn't always convert a PhraseQuery to a SpanQuery correctly.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702695 13f79535-47bb-0310-9956-ffa450edef68
2015-09-13 03:54:46 +00:00
Uwe Schindler 01adad8899 LUCENE-6795: Improve RamUsageTester in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702693 13f79535-47bb-0310-9956-ffa450edef68
2015-09-13 01:45:37 +00:00
Uwe Schindler b8a213ccf7 LUCENE-6795: Forbid AccessibleObject#setAccessible and suppress legitimate uses / wrap with doPrivileged
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702690 13f79535-47bb-0310-9956-ffa450edef68
2015-09-13 01:07:11 +00:00
Robert Muir 71d5daf040 add getter method for unit testing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702686 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12 23:26:11 +00:00
Uwe Schindler 208a153780 LUCENE-6795: Improve SystemInfoHandler for IBM J9 OperatingSystemMXBean (some properties may throw UOE)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702669 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12 19:21:32 +00:00
Uwe Schindler 421afac9a9 Slightly more elegant rethrower (from AttributeFactory) :-)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702663 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12 18:59:54 +00:00
Yonik Seeley 996a3fb117 SOLR-8037: speed up term range queries, use filter cache for embedded ranges
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702661 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12 18:51:36 +00:00
Uwe Schindler f213b3bfdc LUCENE-6795: Make SystemInfoHandler more dynamic, add support for IBM J9 OperatingSystemMXBean
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702656 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12 17:55:34 +00:00
Erik Hatcher d8b7f5a62c SOLR-8044: fix VelocityResponseWriterTest.testLocaleFeature
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702652 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12 17:38:42 +00:00
Erik Hatcher d99af904e5 SOLR-8044: fix VelocityResponseWriterTest.testLocaleFeature
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702650 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12 17:31:34 +00:00
Uwe Schindler 84d98091b5 LUCENE-6795: Improve SystemInfoHandler to get the bean directly instead of downcasting (thanks Peter Levart from jigsaw-dev), also more fixes with UOE thrown by RuntimeMXBean#getBootClassPath()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702628 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12 12:52:23 +00:00
Uwe Schindler bca7bcc9d7 LUCENE-6770: Add javadocs that FSDirectory canonicalizes the path (changes entry)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702621 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12 11:45:13 +00:00
Uwe Schindler 15a3efcd90 LUCENE-6770: Add javadocs that FSDirectory canonicalizes the path
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702619 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12 11:43:20 +00:00
Uwe Schindler d7f184b3b0 LUCENE-6795: Fix SystemInfoHandler to work with Java 9 Jigsaw
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702613 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12 10:54:43 +00:00
Yonik Seeley 68d942eee1 SOLR-8043: add DocSetCollector constructor that calculates small-set-size, add DocSetUtil.smallSetSize
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702586 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12 03:14:34 +00:00
Gregory Chanan 555cc50930 SOLR-7746: Ping requests stopped working with distrib=true in Solr 5.2.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702581 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12 01:17:45 +00:00
Yonik Seeley bab7afb072 SOLR-7918: remove dead code in DocSetUtil
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702572 13f79535-47bb-0310-9956-ffa450edef68
2015-09-11 23:57:24 +00:00
Erik Hatcher 48907ceed1 SOLR-8041: Fix VelocityResponseWriter's .get(key,baseName,locale) to use specified locale
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702516 13f79535-47bb-0310-9956-ffa450edef68
2015-09-11 16:48:17 +00:00
Robert Muir 09496a61a5 LUCENE-6792: Fix TermsQuery.toString to work with binary terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702484 13f79535-47bb-0310-9956-ffa450edef68
2015-09-11 14:46:18 +00:00
Michael McCandless 049fef3c9a LUCENE-6798: handle degenerate (too tiny) circles in geo3d
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702458 13f79535-47bb-0310-9956-ffa450edef68
2015-09-11 13:21:59 +00:00
Michael McCandless 1be2bf1dfd LUCENE-6800: use factory to create XYZSolid
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702454 13f79535-47bb-0310-9956-ffa450edef68
2015-09-11 13:10:47 +00:00
Upayavira ba44c41918 SOLR-7856 sort out exception handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702343 13f79535-47bb-0310-9956-ffa450edef68
2015-09-10 22:32:46 +00:00
Michael McCandless c3a19e0979 LUCENE-6797: use a factory to create GeoCircle
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702328 13f79535-47bb-0310-9956-ffa450edef68
2015-09-10 21:45:50 +00:00
Michael McCandless 02a2771903 LUCENE-6777: reuse BytesRef when visiting term ranges in GeoPointTermsEnum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702307 13f79535-47bb-0310-9956-ffa450edef68
2015-09-10 18:46:21 +00:00
Robert Muir 73bb896194 fix static leak
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702234 13f79535-47bb-0310-9956-ffa450edef68
2015-09-10 12:27:13 +00:00
Robert Muir a6d953d22d fix static leak
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702230 13f79535-47bb-0310-9956-ffa450edef68
2015-09-10 12:18:21 +00:00
Robert Muir b0d1e6f741 LUCENE-6795: remove zero-byte file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702154 13f79535-47bb-0310-9956-ffa450edef68
2015-09-10 03:21:00 +00:00
Robert Muir bccd5b7d46 LUCENE-6795: remove assert that is no longer allowed with jigsaw
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702152 13f79535-47bb-0310-9956-ffa450edef68
2015-09-10 03:13:35 +00:00
Robert Muir 0f799cdf59 LUCENE-6795: remove unnecessary reflection, everything in question is public
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702149 13f79535-47bb-0310-9956-ffa450edef68
2015-09-10 02:24:24 +00:00
Robert Muir e18e9ba178 LUCENE-6795: fix some test issues (mostly static leaks)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702144 13f79535-47bb-0310-9956-ffa450edef68
2015-09-10 01:48:34 +00:00
Robert Muir 37ec9f4344 LUCENE-6795: remove reflection hack completely, see http://mail.openjdk.java.net/pipermail/nio-dev/2015-September/003322.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702139 13f79535-47bb-0310-9956-ffa450edef68
2015-09-10 01:09:42 +00:00
Mikhail Khludnev 99762f7339 SOLR-8026: ignoring score values asserts on cloud score join (SOLR-7775)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702138 13f79535-47bb-0310-9956-ffa450edef68
2015-09-10 00:29:44 +00:00
Joel Bernstein 087154a0d8 SOLR-7903: Add the FacetStream to the Streaming API and wire it into the SQLHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702132 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 23:37:35 +00:00
Robert Muir 37db6bf1a5 LUCENE-6794: Fix TestSecurityManager to work with IDEs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702123 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 22:19:22 +00:00
Uwe Schindler aeb41ee7e4 LUCENE-6775: Improved MorfologikFilterFactory to allow loading of custom dictionaries from ResourceLoader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702118 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 21:48:38 +00:00
Michael McCandless 54f63231ee LUCENE-6786: remove IndexFileDeleter.refresh(String), using only the global refresh() to delete newly created (unreferenced) files on rollback
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702100 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 20:18:59 +00:00
Shalin Shekhar Mangar f538ed4e57 SOLR-7819: ZK connection loss or session timeout do not stall indexing threads anymore and LIR activity is moved to a background thread
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702067 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 18:07:45 +00:00
Shawn Heisey cae3b6574a SOLR-6188: Revert r1701999
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702057 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 16:55:33 +00:00
Robert Muir 2489b18c86 LUCENE-6791: sketchy MockFileSystem reflection should be in AccessController block
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702038 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 15:33:02 +00:00
Yonik Seeley 5db80b0b90 SOLR-7990: don't swallow ExitingReaderException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702015 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 14:00:44 +00:00
Shawn Heisey 3cffe74393 SOLR-6188: Only load jars in default sharedLib once.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701999 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 13:15:22 +00:00
Adrien Grand 7a17f3e2a6 Move changes entries after backport.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701990 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 12:53:01 +00:00
Noble Paul 723ed04037 release 5.3.1 version add
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701989 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 12:51:13 +00:00
Adrien Grand db6083e255 LUCENE-6784: IndexSearcher's query caching is enabled by default.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701964 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 09:48:04 +00:00
Adrien Grand 41daf71ed4 LUCENE-6773: Inline ConjunctionScorer into ConjunctionDISI.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701949 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 08:40:48 +00:00
Uwe Schindler cf845b1335 Fix use of forbidden api in Javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701932 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 07:47:33 +00:00