Commit Graph

17707 Commits

Author SHA1 Message Date
Michael McCandless 9c14f4a2fd javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1503759 13f79535-47bb-0310-9956-ffa450edef68
2013-07-16 15:26:38 +00:00
Adrien Grand 8d36a2730d LUCENE-5115: WAHDocIdSet's iterator cost() function now returns the exact cardinality of the set.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1503617 13f79535-47bb-0310-9956-ffa450edef68
2013-07-16 08:48:41 +00:00
Adrien Grand b5db1adfc2 LUCENE-5113: Added (Monotonic)AppendingLongBuffer.freeze to pack the pending values.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1503578 13f79535-47bb-0310-9956-ffa450edef68
2013-07-16 07:20:21 +00:00
Steven Rowe 5f631cfa25 LUCENE-4845: Maven and IntelliJ config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1503476 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 21:09:47 +00:00
Michael McCandless ce962bd8be LUCENE-4845: close tmp directory; fix test to catch un-closed files; add missing suggester.close()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1503458 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 20:29:32 +00:00
Michael McCandless 50372a0200 LUCENE-5090: fix test bug that was using mismatched readers when faceting with SortedSetDVs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1503423 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 18:58:10 +00:00
Michael McCandless 63fa645aa8 LUCENE-4845: add AnalyzingInfixSuggester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1503340 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 17:06:33 +00:00
Erick Erickson 97bc5ffe55 Moved SOLR-5039 to proper section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1503335 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 16:53:23 +00:00
Shalin Shekhar Mangar 69049b99fa SOLR-4997: Skip log recovery for sub shard leaders only
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1503328 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 16:47:48 +00:00
Michael McCandless c7e9dbdde3 LUCENE-5090: catch mismatched readers in SortedSetDocValuesAccumulator/ReaderState
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1503327 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 16:47:12 +00:00
Steven Rowe 3c43636281 SOLR-4894: fix error message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1503275 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 14:45:37 +00:00
Shalin Shekhar Mangar e5fc7da2a2 SOLR-4997: Call commit before checking shard consistency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1503019 13f79535-47bb-0310-9956-ffa450edef68
2013-07-14 18:41:40 +00:00
Erick Erickson 5513f48c87 fix for SOLR-5039, admin/schema browser displaying -1 for unique terms on multiValued fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502959 13f79535-47bb-0310-9956-ffa450edef68
2013-07-14 11:41:45 +00:00
Robert Muir 1a425dc577 modernize javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502910 13f79535-47bb-0310-9956-ffa450edef68
2013-07-13 23:03:13 +00:00
David Wayne Smiley d1401238c8 LUCENE-5103: A join on A single-valued field with deleted docs scored too few docs. Did a little refactoring of the inner scorers too.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502784 13f79535-47bb-0310-9956-ffa450edef68
2013-07-13 13:07:08 +00:00
David Wayne Smiley d2a2cc12dc SOLR-5034: A facet.query that parses or analyzes down to a null Query would throw a NPE.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502730 13f79535-47bb-0310-9956-ffa450edef68
2013-07-13 00:05:10 +00:00
Robert Muir 792bae8b26 LUCENE-5094: add ramBytesUsed to OrdinalMap
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502697 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 21:44:11 +00:00
Adrien Grand 7983841e88 LUCENE-5098: Broadword utility methods.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502690 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 21:05:20 +00:00
Chris M. Hostetter 412895a266 LUCENE-5104: fix poll-mirrors.pl: a) use HEAD; b) look for Changes.html instead of KEYS; c) support looking for arbitrary paths
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502646 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 18:37:12 +00:00
Uwe Schindler 40968cf653 LUCENE-5107: Properties files by Lucene are now written in UTF-8 encoding, Unicode is no longer escaped. Reading of legacy properties files with \u escapes is still possible
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502615 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 17:10:22 +00:00
Alan Woodward bc645837a2 SOLR-4914: Close input streams as well
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502507 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 10:50:31 +00:00
Uwe Schindler fbee7ef942 Refactor forbidden-apis a bit to make it easier to add new signatures, no need to have so many files slowing down the build; add Properties file rules
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502493 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 09:35:40 +00:00
Uwe Schindler 50ae2f9d8a Fix warnings in forbidden-apis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502484 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 08:57:56 +00:00
Alan Woodward 8b0a481fd3 SOLR-4914: Use Properties.store(OutputStream, String) for back compatibility
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502481 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 08:55:04 +00:00
Alan Woodward 3f8064c90a SOLR-4914: Close OutputStreamWriter properly, use System.getProperty("line.separator") instead of \n
Fixes Windows test failures.


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502468 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 08:25:36 +00:00
Shalin Shekhar Mangar 506a7924e1 SOLR-4997: The splitshard api doesn't call commit on new sub shards before switching shard states. Multiple bugs related to sub shard recovery and replication are also fixed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502458 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 07:32:13 +00:00
Adrien Grand d24f6c2f5f LUCENE-5100: BaseDocIdSetTestCase.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502448 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 07:13:47 +00:00
Alan Woodward 5a42052fba SOLR-4914: Factor out core discovery and persistence logic
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502276 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 16:35:01 +00:00
Grant Ingersoll aade0000a6 SOLR-5010: single field handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502247 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 15:31:58 +00:00
Alan Woodward 417f1ba3b4 SOLR-5028,SOLR-5029: Fix ShardHandlerFactory creation and persistence
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502231 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 14:15:35 +00:00
Uwe Schindler 748cb61e82 SOLR-4916: Fix bugs & usage of NullIndexOutput
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502167 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 09:34:36 +00:00
Uwe Schindler f4557be8c1 SOLR-4916: Re-add missing log="download-only"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502147 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 08:31:11 +00:00
Steven Rowe b2bc345a60 SOLR-4916: Move MiniDfsCluster test dependencies from solr test-framework to solr-core; download solr-core test dependencies to solr/core/test-lib/ instead of solr/core/lib/; download DIH test dependencies to solr/contrib/dataimporthandler/test-lib instead of [...]/lib/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502105 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 04:03:24 +00:00
Yonik Seeley 90d792dd1d tests: ignore expected exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502006 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 21:19:26 +00:00
Yonik Seeley 884ed33b39 tests: ignore expected exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501978 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 20:43:41 +00:00
Yonik Seeley 020d816f42 tests: ignore expected exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501967 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 20:28:01 +00:00
Yonik Seeley 9a77cfbba0 tests: ignore expected exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501950 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 20:06:06 +00:00
Yonik Seeley ed9d17b991 tests: use json utility method for single quoted json
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501941 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 19:54:21 +00:00
Yonik Seeley 8607f3b76e tests: add regex capability to JSON test format
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501933 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 19:34:56 +00:00
Adrien Grand f45358ebc1 LUCENE-5081: WAH8DocIdSet.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501925 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 19:24:24 +00:00
Mark Robert Miller 7d1e3ba363 SOLR-5018: The Overseer should avoid publishing the state for collections that do not exist under the /collections zk node.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501916 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 19:06:27 +00:00
Mark Robert Miller 6455dec1e0 SOLR-4943: Add a new system wide info admin handler that exposes the system info that could previously only be retrieved using a SolrCore.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501898 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 18:28:00 +00:00
Adrien Grand 3eed8a6c55 Avoid javadocs containing only @return statements since they make the method summary blank.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501875 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 17:47:11 +00:00
Erik Hatcher c3bc304aaf SOLR-4991: Register QParserPlugins as SolrInfoMBeans
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501863 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 17:27:08 +00:00
Yonik Seeley 7f1765f1fa tests: use single quoted json for readability
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501809 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 15:54:35 +00:00
Mark Robert Miller 2310ab22f0 SOLR-5026: org.apache.solr.store.blockcache.BlockDirectoryTest.testRandomAccessWrites would pass a 0 to random#next on 0 file size
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501781 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 15:05:52 +00:00
Grant Ingersoll f007cde66d SOLR-5010: switch to lists for copy fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501715 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 10:55:38 +00:00
Uwe Schindler 46e83f7e60 SOLR-5022: Make the Maven build also automatically populate the tests.disableHdfs property by a build profile. Otherwise the maven build fails by default on Windows.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501678 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 08:51:17 +00:00
Koji Sekiguchi b3acba47e7 fix typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501639 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 03:39:13 +00:00
Uwe Schindler d36efc1fe1 SOLR-5022: Pass-through disableHdfs to Maven Surefire
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501595 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 22:41:48 +00:00