Commit Graph

23355 Commits

Author SHA1 Message Date
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
Robert Muir 921c285350 LUCENE-6758: don't let queries over nonexistent fields screw up querynorm
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701895 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 03:16:15 +00:00
Erik Hatcher 50bf071600 SOLR-7978: Fixed example/files update-script.js to be Java 7 and 8 compatible
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701883 13f79535-47bb-0310-9956-ffa450edef68
2015-09-08 23:52:16 +00:00
Michael McCandless 9dcef8c8c3 LUCENE-6776: Fix geo3d math to handle randomly squashed planets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701835 13f79535-47bb-0310-9956-ffa450edef68
2015-09-08 16:25:30 +00:00
Adrien Grand f92df1c93b LUCENE-6783: Removed side effects from FuzzyLikeThisQuery.rewrite.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701754 13f79535-47bb-0310-9956-ffa450edef68
2015-09-08 09:36:10 +00:00
Adrien Grand e21c1994b7 LUCENE-6590: Fix BooleanQuery to not propagate query boosts twice.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701742 13f79535-47bb-0310-9956-ffa450edef68
2015-09-08 08:24:16 +00:00
Adrien Grand 962313b83b LUCENE-6590: Replace Query.getBoost, setBoost and clone with a new BoostQuery.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701621 13f79535-47bb-0310-9956-ffa450edef68
2015-09-07 13:34:46 +00:00
Yonik Seeley 92d3ef3462 SOLR-8007: tests: fix TestSearcherReuse by avoiding background merges
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701291 13f79535-47bb-0310-9956-ffa450edef68
2015-09-04 16:44:17 +00:00
Adrien Grand 51b3c33f82 LUCENE-6781: BoostingQuery implements rewrite().
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701268 13f79535-47bb-0310-9956-ffa450edef68
2015-09-04 14:05:25 +00:00
Adrien Grand 2fff441c5c LUCENE-6772: MultiCollector now handles CollectionTerminatedException.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701231 13f79535-47bb-0310-9956-ffa450edef68
2015-09-04 12:13:44 +00:00
Shalin Shekhar Mangar 406ff66329 SOLR-7971: Mention output stream in javadoc instead of byte buffer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701137 13f79535-47bb-0310-9956-ffa450edef68
2015-09-03 20:57:22 +00:00
Shalin Shekhar Mangar 05a9c3bed8 SOLR-7971: JavaBinCodec now uses a double pass approach to write strings larger than 64KB to avoid allocating buffer memory equal to string's UTF8 size
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701115 13f79535-47bb-0310-9956-ffa450edef68
2015-09-03 19:42:38 +00:00
Chris M. Hostetter ae23ea91d9 SOLR-8001: Fixed bugs in field(foo,min) and field(foo,max) when some docs have no values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701081 13f79535-47bb-0310-9956-ffa450edef68
2015-09-03 17:22:10 +00:00
Noble Paul da05e9a96a SOLR-8006: Test failures in BasicAuthIntegrationTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701066 13f79535-47bb-0310-9956-ffa450edef68
2015-09-03 16:39:53 +00:00
Yonik Seeley 082707f2d8 SOLR-7836: change SolrCoreState to use a reentrant locking implementation to fix deadlocks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701043 13f79535-47bb-0310-9956-ffa450edef68
2015-09-03 15:07:24 +00:00
Shalin Shekhar Mangar 9e340d3e82 LUCENE-6479: Fix precommit by using named thread factory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700933 13f79535-47bb-0310-9956-ffa450edef68
2015-09-03 05:50:15 +00:00
Tommaso Teofili 8b2e0d937d LUCENE-6479 - improved cm testing, added stats, minor fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700914 13f79535-47bb-0310-9956-ffa450edef68
2015-09-02 22:21:53 +00:00
Uwe Schindler e16e914057 LUCENE-6774: Remove classloader hack in MorfologikFilter #2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700903 13f79535-47bb-0310-9956-ffa450edef68
2015-09-02 20:53:40 +00:00
Michael McCandless 03e5bcfa73 LUCENE-6699: add geo3d + BKD for fast, accurate earth-surface point-in-shape queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700883 13f79535-47bb-0310-9956-ffa450edef68
2015-09-02 19:59:31 +00:00
Noble Paul 21bd68a443 SOLR-7984: wrong and misleading error message 'no default request handler is registered'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700840 13f79535-47bb-0310-9956-ffa450edef68
2015-09-02 15:13:27 +00:00
Robert Muir 387c7d2077 LUCENE-6774: Remove solr hack in MorfologikFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700837 13f79535-47bb-0310-9956-ffa450edef68
2015-09-02 15:00:53 +00:00
Adrien Grand 5330bd6d2b LUCENE-6754: Optimized IndexSearcher.count for simple queries.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700791 13f79535-47bb-0310-9956-ffa450edef68
2015-09-02 12:36:37 +00:00
Noble Paul 0baae2f832 SOLR-8004: RuleBasedAuthorization plugin does not work for the collection-admin-edit permission
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700784 13f79535-47bb-0310-9956-ffa450edef68
2015-09-02 12:21:11 +00:00
Adrien Grand 3bab6026b1 LUCENE-6761: MatchAllDocsQuery's Scorers do not expose approximations anymore.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700754 13f79535-47bb-0310-9956-ffa450edef68
2015-09-02 10:18:35 +00:00
Noble Paul 51510e2274 SOLR-8000: security.json is not loaded on server start
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700751 13f79535-47bb-0310-9956-ffa450edef68
2015-09-02 10:15:18 +00:00
Uwe Schindler f515227898 SOLR-7999: SolrRequestParser tests no longer depend on external URLs that may fail to work
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700706 13f79535-47bb-0310-9956-ffa450edef68
2015-09-02 05:28:21 +00:00
Erik Hatcher 06c9ed5c5d SOLR-7915: Provide pluggable context tool support for VelocityResponseWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700691 13f79535-47bb-0310-9956-ffa450edef68
2015-09-02 00:12:56 +00:00
Erik Hatcher cf3644e72b comment typo fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700688 13f79535-47bb-0310-9956-ffa450edef68
2015-09-02 00:05:55 +00:00
Mark Robert Miller 442963d020 SOLR-7844: Zookeeper session expiry during shard leader election can cause multiple leaders.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700603 13f79535-47bb-0310-9956-ffa450edef68
2015-09-01 16:13:38 +00:00
Adrien Grand c196056b33 LUCENE-6746: DisjunctionMaxQuery, BoostingQuery and BoostedQuery now create sub weights through IndexSearcher.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700598 13f79535-47bb-0310-9956-ffa450edef68
2015-09-01 15:36:10 +00:00
Mark Robert Miller 7fd588f57f SOLR-7999: SolrRequetParserTest#testStreamURL started failing.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700592 13f79535-47bb-0310-9956-ffa450edef68
2015-09-01 15:28:18 +00:00
Noble Paul 4b61fc9903 SOLR-7988: LukeRequest on default path is broken with CloudSolrClient
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700580 13f79535-47bb-0310-9956-ffa450edef68
2015-09-01 14:37:20 +00:00
Michael McCandless 6d5b236dea just retry if automaton is too complex to determinize
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700444 13f79535-47bb-0310-9956-ffa450edef68
2015-09-01 09:32:44 +00:00
Adrien Grand 1017a685b2 LUCENE-6756: MatchAllDocsQuery now has a dedicated BulkScorer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700437 13f79535-47bb-0310-9956-ffa450edef68
2015-09-01 09:23:50 +00:00
Yonik Seeley 330907bf11 SOLR-7876: exit ExitableDirectoryReader wrapper if timeout is not enabled
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700276 13f79535-47bb-0310-9956-ffa450edef68
2015-08-31 16:43:57 +00:00
Robert Muir c2484192de LUCENE-6206: don't fail test if it encounters jdk bug, ban Collator.compare in tests so this never pops again
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700261 13f79535-47bb-0310-9956-ffa450edef68
2015-08-31 15:10:15 +00:00
Mark Robert Miller 431ed53d46 SOLR-7956: Remove a few more interrupt causes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700185 13f79535-47bb-0310-9956-ffa450edef68
2015-08-31 02:22:09 +00:00
Mark Robert Miller a956d3ffe2 SOLR-7956: There are interrupts on shutdown in places that can cause ChannelAlreadyClosed exceptions which prevents proper closing of transaction logs, interfere with the IndexWriter, the hdfs client and other things.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700177 13f79535-47bb-0310-9956-ffa450edef68
2015-08-30 23:44:31 +00:00
Michael McCandless f7dc8767bb LUCENE-6684: disable asserts on windows that false-trip due to 'pending delete' state that an NTFS file can be in
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700100 13f79535-47bb-0310-9956-ffa450edef68
2015-08-30 09:35:43 +00:00
Michael McCandless 85b6c90b3a fix test to catch any Throwable, not just IOExc, and then print the IW infoStream
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700068 13f79535-47bb-0310-9956-ffa450edef68
2015-08-29 18:56:05 +00:00
Shalin Shekhar Mangar 5b6f1390ba SOLR-4316: Fix precommit failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700064 13f79535-47bb-0310-9956-ffa450edef68
2015-08-29 18:29:16 +00:00
Upayavira 3da81fb200 SOLR-4316 add a collections dropdown alongside cores dropdown
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1698459 13f79535-47bb-0310-9956-ffa450edef68
2015-08-29 11:28:36 +00:00
Shalin Shekhar Mangar e6e4f18fac SOLR-7957: Fix javadoc error causing precommit to fail
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1698442 13f79535-47bb-0310-9956-ffa450edef68
2015-08-29 07:47:03 +00:00
Gregory Chanan 31b0bc959f SOLR-7789: Increase ConfigSets API timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1698436 13f79535-47bb-0310-9956-ffa450edef68
2015-08-29 01:16:18 +00:00
Yonik Seeley db78023736 SOLR-7957: expand ResultContext to allow for multiple DocLists per response, remove redundant TransformContext
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1698421 13f79535-47bb-0310-9956-ffa450edef68
2015-08-28 21:24:44 +00:00
Christine Poerschke 7653c36bfa LUCENE-6768: AbstractFirstPassGroupingCollector.groupSort private member is not needed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1698418 13f79535-47bb-0310-9956-ffa450edef68
2015-08-28 21:16:38 +00:00
Yonik Seeley b3b4a5be68 SOLR-7966: tests - use HttpClients instead of HttpClientUtil to create a client guaranteed to have http registered
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1698414 13f79535-47bb-0310-9956-ffa450edef68
2015-08-28 20:43:00 +00:00
Yonik Seeley bdf516f015 SOLR-7966: set X-Frame-Options to DENY for admin ui
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1698341 13f79535-47bb-0310-9956-ffa450edef68
2015-08-28 14:47:58 +00:00
Christine Poerschke 8ce033a971 SOLR-7979: Fix two typos (in a CoreAdminHandler log message and a TestCloudPivotFacet comment).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1698229 13f79535-47bb-0310-9956-ffa450edef68
2015-08-27 20:28:53 +00:00
Chris M. Hostetter bb32ecb0fd LUCENE-6760: if the list of whitspace characters changes again in a future JVM, fail fast with a clear error that the test needs corrected -- even if jvm assertions are disabled OR we get really lucky with the chars radnomly selected
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1698227 13f79535-47bb-0310-9956-ffa450edef68
2015-08-27 20:25:09 +00:00