Commit Graph

21948 Commits

Author SHA1 Message Date
Michael McCandless f5c7d90d2f LUCENE-6297: make sure default LogByteSizeMP.getMaxMergeMBForForcedMerge is > 0.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662325 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 23:24:33 +00:00
Mark Robert Miller f2c9067e59 SOLR-7113: Multiple calls to UpdateLog#init is not thread safe with respect to the HDFS FileSystem client object usage.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662324 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 23:19:08 +00:00
Michael McCandless 00ab5bacc6 improve specificity of error messages
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662320 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 22:54:08 +00:00
Uwe Schindler 563c9da606 LUCENE-6238: Remove access to sun.misc package from static <clinit> code.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662317 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 22:16:12 +00:00
Shalin Shekhar Mangar 0096d32bc2 SOLR-7147: Handle multiple replicas correctly in getShardRequests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662300 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 20:17:33 +00:00
Robert Muir c5e207ae35 LUCENE-6238: add policy oddity to trunk too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662293 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 18:49:35 +00:00
Steven Rowe 0d19e1da43 changes-to-html: fix for missing 2.0.0 release date in Lucene CHANGES (and other X.0.0 releases)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662286 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 17:48:07 +00:00
Robert Muir 8cfb3a9398 LUCENE-6238: minimize tests.policy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662254 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 16:23:44 +00:00
Adrien Grand 0e505bcc00 LUCENE-6289: Replace DocValuesRangeFilter with DocValuesRangeQuery.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662244 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 15:26:04 +00:00
Alan Woodward 7642c8fa3b SOLR-7160: CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662235 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 14:54:14 +00:00
Alan Woodward c5507b0c21 SOLR-7160: Decouple CoreContainer config from xml representation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662232 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 14:45:51 +00:00
Adrien Grand dfd94b518a LUCENE-6227: Fix explanations of FILTER clauses.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662218 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 14:10:38 +00:00
Shalin Shekhar Mangar 6ae36bc6e9 SOLR-7147: Introduce new TrackingShardHandlerFactory for monitoring what requests are sent to shards during tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662209 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 13:33:55 +00:00
Alan Woodward 8e0ce8dd0b SOLR-7158: Fix zk upload on Windows systems
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662205 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 12:29:56 +00:00
Adrien Grand 822068e56b LUCENE-6290: Make the filter -> query migration less trappy.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662203 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 12:07:58 +00:00
Alan Woodward 732f9aeecc SOLR-7145: SolrRequest is now parametrized by its response type
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662198 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 11:14:02 +00:00
Shalin Shekhar Mangar caf9037242 SOLR-7156: Fix test failures due to resource leaks on windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662174 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 07:44:27 +00:00
David Wayne Smiley 7e060ae688 SOLR-7116: Distrib facet refinement shouldn't re-compute other facet types
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662167 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 04:42:11 +00:00
Robert Muir 5a409e6ed4 LUCENE-6292: seed StringHelper better
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662141 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 00:10:21 +00:00
Ryan Ernst d59b1e944a LUCENE-6246: fix missed checks on PostingsEnum.POSITIONS
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662129 13f79535-47bb-0310-9956-ffa450edef68
2015-02-24 22:16:10 +00:00
Adrien Grand 2cd3fb807d LUCENE-6286: Removed IndexSearcher methods that take a Filter object.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662059 13f79535-47bb-0310-9956-ffa450edef68
2015-02-24 17:43:10 +00:00
Robert Muir 612e4544ef fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661836 13f79535-47bb-0310-9956-ffa450edef68
2015-02-24 03:28:16 +00:00
Mark Robert Miller 5c2a84f0fa LUCENE-6277: Revert for a moment.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661826 13f79535-47bb-0310-9956-ffa450edef68
2015-02-24 00:37:07 +00:00
Ryan Ernst 992abbeff1 LUCENE-6246: simplify flags for PostingsEnum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661822 13f79535-47bb-0310-9956-ffa450edef68
2015-02-24 00:09:38 +00:00
Steven Rowe acbba205a7 Fix problems with changes2html.pl, mostly to do with marking things as attributions when they shouldn't be, or not when they should; and fixup formatting issues in lucene/CHANGES.txt and solr/CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661772 13f79535-47bb-0310-9956-ffa450edef68
2015-02-23 20:39:02 +00:00
Adrien Grand b03688ebee LUCENE-6275: Use ConjunctionDISI in SloppyPhraseScorer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661727 13f79535-47bb-0310-9956-ffa450edef68
2015-02-23 17:55:29 +00:00
Adrien Grand 0c078aaf4d LUCENE-6281: Removed slow collation support.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661720 13f79535-47bb-0310-9956-ffa450edef68
2015-02-23 17:32:53 +00:00
Shalin Shekhar Mangar a43ebd6870 SOLR-7142: Fix TestFaceting.testFacets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661685 13f79535-47bb-0310-9956-ffa450edef68
2015-02-23 14:39:09 +00:00
Mark Robert Miller efc99d6799 LUCENE-6277: Allow Ivy resolutionCacheDir to be overridden by system property.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661681 13f79535-47bb-0310-9956-ffa450edef68
2015-02-23 14:34:58 +00:00
Adrien Grand 7b03d6082f Add moreterms and dvupdates indices for backward-compatibility tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661622 13f79535-47bb-0310-9956-ffa450edef68
2015-02-23 09:01:58 +00:00
Ryan Ernst 9b112b58d4 adding bwc test indexes for 5.0.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661609 13f79535-47bb-0310-9956-ffa450edef68
2015-02-23 06:50:47 +00:00
Erick Erickson 8dd508a544 SOLR-5507: Admin UI - Refactoring using AngularJS
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661606 13f79535-47bb-0310-9956-ffa450edef68
2015-02-23 05:42:36 +00:00
Mark Robert Miller ba9d77a445 SOLR-7135: Allow the server build.xml 'sync-hack' target to by skipped by specifying a system property.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661527 13f79535-47bb-0310-9956-ffa450edef68
2015-02-22 18:56:04 +00:00
Alan Woodward 1fdf68d482 SOLR-7125: Don't upload dotfiles
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661506 13f79535-47bb-0310-9956-ffa450edef68
2015-02-22 18:22:40 +00:00
Adrien Grand bf83ae2a44 LUCENE-6270: Fix test bug.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661462 13f79535-47bb-0310-9956-ffa450edef68
2015-02-22 08:56:39 +00:00
Erick Erickson 6c8dc4e115 Add a comment to the schema.xml file(s) warning against applying analysis chains to the <uniqueKey> field.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661427 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 18:51:34 +00:00
Adrien Grand 163c0bc0b7 LUCENE-6270: Fix merge issues with LUCENE-6272.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661396 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 16:52:50 +00:00
Adrien Grand bed131f180 LUCENE-6270: Replace TermsFilter with TermsQuery.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661395 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 16:49:55 +00:00
Robert Muir c1f1d4dfef LUCENE-6274: SloppyPhrase approximations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661377 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 15:12:17 +00:00
Alan Woodward 299c492dd3 LUCENE-6272: Scorer extends DocIdSetIterator directly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661376 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 15:02:46 +00:00
Robert Muir 7a471df801 make SearchEquivalenceTestBase nastier: run N filters for each query with different methods, run needsScore=true/false each time
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661374 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 14:59:14 +00:00
Adrien Grand 23efc58208 LUCENE-6263: MultiCollector automatically caches scores when several collectors need them.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661369 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 14:32:52 +00:00
Adrien Grand 487e9849e0 LUCENE-6262: Don't wrap the inner weight in ConstantScoreQuery when scores are not required.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661367 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 14:26:08 +00:00
Adrien Grand 3dc3e57847 LUCENE-6269: Remove BooleanFilter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661366 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 14:08:09 +00:00
Robert Muir 27eed40337 LUCENE-6274: (tests-only). check approximations in equivalence tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661362 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 13:56:39 +00:00
Uwe Schindler d21afb8ef3 Some minor tools version upgrades (Clover, Groovy, Svnkit)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661314 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 09:56:51 +00:00
Robert Muir 2ef79962a7 LUCENE-6265: fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661286 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 05:36:33 +00:00
Robert Muir 7c36d012f6 LUCENE-6265: add extrasfs to return bonus files/subdirs with directories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661251 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 00:09:35 +00:00
Robert Muir e168bfa2f5 LUCENE-6266: remove deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661177 13f79535-47bb-0310-9956-ffa450edef68
2015-02-20 18:22:51 +00:00
Robert Muir 8607f76503 LUCENE-6266: Remove unnecessary Directory parameters from SIS/SIPC/SI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661172 13f79535-47bb-0310-9956-ffa450edef68
2015-02-20 18:11:44 +00:00