21955 Commits

Author SHA1 Message Date
Adrien Grand
ed358ad9ad LUCENE-6291: Rename TwoPhaseDocIdSetIterator to TwoPhaseIterator.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662414 13f79535-47bb-0310-9956-ffa450edef68
2015-02-26 10:52:51 +00:00
Adrien Grand
3ec9440e94 LUCENE-6293: Fixed TimSorter bug.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662410 13f79535-47bb-0310-9956-ffa450edef68
2015-02-26 10:28:33 +00:00
Shalin Shekhar Mangar
7cf4eedf59 SOLR-7164: Fix failing TestSolr4Spatial by closing SolrCore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662368 13f79535-47bb-0310-9956-ffa450edef68
2015-02-26 06:59:28 +00:00
Shalin Shekhar Mangar
936aa1dcfc SOLR-7128: Two phase distributed search is fetching extra fields in GET_TOP_IDS phase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662366 13f79535-47bb-0310-9956-ffa450edef68
2015-02-26 06:47:52 +00:00
Ryan McKinley
5eda9e0c77 SOLR-7164: fix README for BBoxFieldType
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662357 13f79535-47bb-0310-9956-ffa450edef68
2015-02-26 05:06:51 +00:00
Ryan McKinley
47662fff60 SOLR-7164: BBoxFieldType defaults sub fields to not-stored
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662355 13f79535-47bb-0310-9956-ffa450edef68
2015-02-26 04:38:36 +00:00
Robert Muir
08266a72ed LUCENE-6238: the resourcebundle stuff happening here can cause problems in some configs (e.g. OS X 10.10.x)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662341 13f79535-47bb-0310-9956-ffa450edef68
2015-02-26 00:50:49 +00:00
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