Commit Graph

19655 Commits

Author SHA1 Message Date
Robert Muir ec0a9f1f13 LUCENE-5621: remove IndexOutput.flush
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588739 13f79535-47bb-0310-9956-ffa450edef68
2014-04-20 11:43:42 +00:00
Steven Rowe 6902200e65 Fix copy/paste-o javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588670 13f79535-47bb-0310-9956-ffa450edef68
2014-04-19 16:24:30 +00:00
Uwe Schindler 7f3e945a2a LUCENE-5612: Reuse the socket's input/output
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588590 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 23:13:32 +00:00
Ryan Ernst 2af485f151 SOLR-5974: Remove ShardDoc.score and use parent's ScoreDoc.score
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588580 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 22:10:26 +00:00
Uwe Schindler 4df4a1c902 LUCENE-5612: Add ant target to test NativeFSLockFactory, refactor the lock verifier.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588570 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 21:32:49 +00:00
Robert Muir 8e3727bb05 LUCENE-5616: remove FieldInfos leniency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588507 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 16:26:30 +00:00
Robert Muir b9a22bb5db LUCENE-5617: don't rely on directory metadata for stored fields 'maxpointer', change to hard check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588498 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 15:56:21 +00:00
Mark Robert Miller 07470a07f9 SOLR-5996: Fix checkIfDiffIsLegal, add some testing, refactor out a few methods into CloudInspectUtil.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588486 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 15:00:25 +00:00
Michael McCandless de8ca2551f fix stale comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588483 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 14:55:23 +00:00
Michael McCandless 1c208440f3 LUCENE-5615: catch invalid per-segment delete counts when writing the segment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588459 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 13:08:40 +00:00
David Wayne Smiley 8afaa1ea5b LUCENE-5608: fix visibility of CellTokenStream from RPT/PT Strategy because of javadoc constraints on package visibility
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588457 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 12:24:59 +00:00
Shalin Shekhar Mangar a536cb3548 SOLR-5993: ZkController can warn about shard leader conflict even after the conflict is resolved
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588415 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 05:30:37 +00:00
Mark Robert Miller bbad949644 SOLR-5776: *sigh* Revert this for now.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588406 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 02:56:48 +00:00
David Wayne Smiley 5630a25118 LUCENE-5608: Refactor SpatialPrefixTree/Cell API. Introduced CellIterator.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588404 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 02:45:49 +00:00
Mark Robert Miller abed84e836 SOLR-5989: Pass add and delete fails to checkShardConsistency call in ChaosMonkeyNothingisSafeTest so that legal differences are ignored.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588403 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 02:37:12 +00:00
Mark Robert Miller 389a4b93dc SOLR-5776: Set the server side to SHA1PRNG as in Steve's original patch.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588402 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 02:22:51 +00:00
David Wayne Smiley 1736bb4418 LUCENE-5565: reverting spatial API change; leave in trunk for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588400 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 02:11:56 +00:00
Mark Robert Miller e2fb46a51e SOLR-5776: Enabled SSL tests can easily exhaust random generator entropy and block.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588388 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 23:20:27 +00:00
Erick Erickson c8bf11d202 add 'remove' as update option for atomically removing a value from a multivalued field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588385 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 22:46:38 +00:00
Uwe Schindler c18bfad4c3 Update to bugfix release of forbidden-apis to work around annotations bug (may affect lucene in the future)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588378 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 21:54:33 +00:00
Mark Robert Miller 050342b8a4 SOLR-5868: HttpClient should be configured to use ALLOW_ALL_HOSTNAME hostname verifier to simplify SSL setup.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588312 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 17:28:01 +00:00
Shai Erera 9edd501d00 LUCENE-5600: HttpReplicator does not properly handle server failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588296 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 16:06:41 +00:00
Uwe Schindler 7704287b8a LUCENE-5614: Enable building on Java 8 using Apache Ant 1.8.3 or 1.8.4 by adding a workaround for the Ant bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588228 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 12:30:09 +00:00
Uwe Schindler 5d1c11c49b LUCENE-5607: Update SYSTEM_REQUIREMENTS.txt and update Java-7-known-to-work version numbers before release of Lucene/Solr 4.8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588188 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 09:34:24 +00:00
Michael McCandless 6565bc73fd add missing timeout for this monster test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588180 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 09:09:16 +00:00
Uwe Schindler 1d50a08415 Synchronize CHANGES.txt between branches before 4.8 release. This is more or less a copypaste from older version to next newer version & review. Some wrongly places stuff was corrected. There are some whitespace changes in it, but its better to have them in sync.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588165 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 08:47:22 +00:00
Steven Rowe 2acbcd08cc SOLR-5983: HTMLStripCharFilter is treating CDATA sections incorrectly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588136 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 06:08:17 +00:00
Uwe Schindler 99fea41839 LUCENE-5540: Update forbidden-apis to 1.5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588082 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 22:04:59 +00:00
Michael McCandless 9857dcba2c LUCENE-5606: fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588027 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 19:02:30 +00:00
Shai Erera 3b92bf8f66 LUCENE-5599: HttpClientBase did not properly delegate to wrapped InputStream
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587930 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 14:41:21 +00:00
Mark Robert Miller 9804d3f853 SOLR-5954: Move CHANGES entry to 4.8.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587925 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 14:31:33 +00:00
Mark Robert Miller b0cdbe2242 SOLR-5987: Add "collection" to UpdateParams.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587918 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 14:24:48 +00:00
Shai Erera 50e53475ef fix javadocs errors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587893 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 12:41:06 +00:00
Noble Paul bae74d6649 SOLR-5473 forbidden API usage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587876 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 11:38:14 +00:00
Michael McCandless fa14856bc8 LUCENE-5604: move CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587875 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 11:34:19 +00:00
Michael McCandless 3e71fc7dfe LUCENE-5606: fix required heap for this test in the @Ignore reason
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587871 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 11:29:08 +00:00
Michael McCandless 013bfe2a4a remove stale comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587867 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 11:24:43 +00:00
Michael McCandless 2cacf0c717 fix AnalyzingInfixSuggester's javadocs to make it clearer that the index is 'private' to the suggester and should not be the same index used for normal searching
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587853 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 10:14:49 +00:00
Michael McCandless 87defc3464 woops, not just yet
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587852 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 10:14:18 +00:00
Michael McCandless 26967b0114 fix AnalyzingInfixSuggester's javadocs to make it clearer that the index is 'private' to the suggester and should not be the same index used for normal searching
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587851 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 10:11:14 +00:00
Noble Paul 3cb0a855a0 SOLR-5473: Make one state.json per collection , SOLR-5474: Have a new mode for SolrJ to support stateFormat=2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587834 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 08:37:26 +00:00
Shalin Shekhar Mangar 67e6e24d44 Example schema ships with random_ dynamic field so use it instead of rand_ in the example
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587819 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 07:23:34 +00:00
Robert Muir 3a06863571 LUCENE-5606: un-ignore monster tests, instead annotate with a test group so they can be optionally run
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587769 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 01:32:45 +00:00
Mark Robert Miller d393b2916c SOLR-5954: Slower DataImportHandler process caused by not reusing jdbc connections.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587706 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 19:38:35 +00:00
Mark Robert Miller c7c9fc35a1 SOLR-5904: ElectionContext can cancel an election when it should not if there was an exception while trying to register as the leader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587702 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 19:28:45 +00:00
Michael McCandless 3dc2074d1b switch case fallthrough is OK here
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587689 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 19:11:06 +00:00
Michael McCandless 9c2de17be0 LUCENE-5604: switch these 'many terms' tests back to previous adversarial hash conflict case
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587685 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 18:55:44 +00:00
Robert Muir 3944b1294a LUCENE-5067: add more tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587625 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 16:12:12 +00:00
Robert Muir 80f00226e7 LUCENE-5067: fix testThreadSafety to actually test the dir in question (not copy into random impl), fix performance issues, remove Nightly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587592 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 14:24:31 +00:00
Robert Muir a3bf11591b LUCENE-5602: CHANGES shuffle
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587578 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 13:29:30 +00:00