Commit Graph

15650 Commits

Author SHA1 Message Date
Adrien Grand b549619dc8 LUCENE-4591: Make CompressingStoredFields{Writer,Reader} accept a segment suffix as a constructor parameter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419449 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 13:42:02 +00:00
Shai Erera dffaebd814 LUCENE-4598: Change PayloadIterator to not use top-level reader API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419397 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 12:58:28 +00:00
Robert Muir e01ed8f674 LUCENE-4601: fix ivy availability check to use typefound
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419366 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 12:17:49 +00:00
Doron Cohen 361b43117d LUCENE-4590: WriteEnwikiLineDoc "trailing change": make categoriesLineFile(File) public.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419317 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 10:13:06 +00:00
Dawid Weiss 2b114c8a51 Corrected eol-style.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419302 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 09:53:08 +00:00
Dawid Weiss f26a84adca LUCENE-4603: Upgrade randomized testing to version 2.0.5: print forked JVM PIDs on heartbeat from hung tests (Dawid Weiss)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419261 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 08:41:16 +00:00
Tommaso Teofili c83fac6288 [LUCENE-4345] - improved DS performance by doing commits only once
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419258 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 08:20:03 +00:00
Mark Robert Miller 8561fc877c whoops - this was supposed to be changed to 12000 rather than 120
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419191 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 03:21:30 +00:00
Michael McCandless e8ec44a923 fix typo: Samping -> Sampling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419123 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 20:06:38 +00:00
Yonik Seeley 4a8408ceea SOLR-2592: fix implicit router to return found slice, test querying via shards
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419019 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 16:54:01 +00:00
Shai Erera bc61e7cdc9 LUCENE-4596: DirectoryTaxonomyWriter concurrency bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418860 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 09:38:26 +00:00
Doron Cohen d3da4138d6 LUCENE-4590: Added WriteEnwikiLineDocTask.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418852 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 09:26:09 +00:00
Doron Cohen 2ae20cf77c LUCENE-4585: (Spatial PrefixTree) bring back few CHANGES.txt entries.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418834 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 08:51:01 +00:00
Mark Robert Miller ab00c42eff SOLR-4158: When a core is registering in ZooKeeper it may not wait long enough to find the leader due to how long the potential leader waits to see replicas.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418818 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 05:52:08 +00:00
Yonik Seeley 7eb16a69a5 SOLR-2592: deleteByQuery routing support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418814 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 05:09:24 +00:00
Mark Robert Miller 7ebb85ab6d SOLR-4159: CHANGIES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418791 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 00:18:29 +00:00
Mark Robert Miller 9075acd9be SOLR-4159: When we are starting a shard from rest, a potential leader should not consider it's last published state when deciding if it can be the new leader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418790 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 00:16:17 +00:00
Mark Robert Miller 452a32f314 SOLR-3911: sync properties files after write so that they are written out before the directory is closed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418789 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 00:12:03 +00:00
Yonik Seeley 6a11fd8db6 SOLR-2592: realtime-get support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418762 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 22:00:15 +00:00
Mark Robert Miller dffe8d2877 SOLR-3911: write out replication stats through Directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418756 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 21:26:55 +00:00
Yonik Seeley 376cf5cd78 SOLR-2592: integration tests for routing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418755 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 21:16:57 +00:00
Yonik Seeley 2111cfecd8 tests: allow custom schema in ZK and copy to canonical schema name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418737 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 19:34:50 +00:00
Uwe Schindler ece5c6925c Upgrade pegdown again, there is already 1.2.1, using ASM 4.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418729 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 18:21:58 +00:00
Uwe Schindler 29992f217b Upgrade Pegdown for MarkDown converts to 1.2.0 (which uses ASM 4.0, too)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418727 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 18:18:27 +00:00
Mark Robert Miller 62552bd6a2 SOLR-4117: harden size of directory code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418725 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 18:14:10 +00:00
Uwe Schindler 0e4b0a986e Update SvnKit to 1.7.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418723 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 18:12:12 +00:00
Mark Robert Miller 82d0ed529a SOLR-4033: Consistently use the solrconfig.xml lockType everywhere.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418712 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 17:16:04 +00:00
Yonik Seeley 27e2737ab2 finish removing nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418695 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 15:50:58 +00:00
Uwe Schindler f15306c649 LUCENE-4592: Improve Javadocs of NumericRangeQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418652 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 12:09:44 +00:00
Uwe Schindler 217f8b076b Remove the nocommit failing all Jenkins builds! The Exception message is crazy enough *g*
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418625 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 08:33:16 +00:00
James Dyer b134c54a4e fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418606 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 06:25:47 +00:00
Yonik Seeley 113437054c SOLR-2592: more DocCollection refactoring in tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418507 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 22:06:37 +00:00
James Dyer 330a570fc6 fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418500 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 21:56:56 +00:00
Michael McCandless c41f9b33cb fix typo: samping -> sampling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418443 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 19:10:59 +00:00
James Dyer 927531255d LUCENE-4587: fix WordBreakSpellChecker to handle non-latin characters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418437 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 18:54:57 +00:00
Grant Ingersoll 10bb87d0bf minor tweak to log message to know the event
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418428 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 18:44:54 +00:00
Grant Ingersoll a8117d275d minor tweak to log message to know the event
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418427 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 18:44:44 +00:00
Yonik Seeley c82f4f61a6 SOLR-2592: fix composite id router for full-range
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418337 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 14:47:34 +00:00
Doron Cohen f96b02af06 LUCENE--4595: EnwikiContentSource thread safety NPE in 'forever' mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418281 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 11:31:53 +00:00
Yonik Seeley 49593470e3 remove nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418117 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 22:39:00 +00:00
Yonik Seeley c08e5eaf20 SOLR-2592: fix composite id router slice selection
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418116 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 22:36:52 +00:00
Yonik Seeley 5cb909b11f SOLR-2592: fix shifting by 32 bits in compositeId router
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418100 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 21:51:32 +00:00
Yonik Seeley b81dc76340 SOLR-2592: add hash router tests, fix compositeId bit specification parsing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418093 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 21:32:17 +00:00
Robert Muir 8f9bcb02f9 SOLR-4147: 64-bit IBM jre miscompiles code for these tests, they pass with -Xint
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418082 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 21:06:49 +00:00
Yonik Seeley ff17839ed6 SOLR-2592: refactor routers to separate public classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418043 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 19:50:30 +00:00
Yonik Seeley 2152cdf451 SOLR-2592: avoid distrib search if current core is active and hosting targeted shard
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418030 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 18:42:36 +00:00
David Wayne Smiley 13f8063c4b LUCENE-4585: Forgot another CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418008 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 17:27:18 +00:00
David Wayne Smiley e4071374f4 LUCENE-4419: Test indexing non-point shapes; and add SpatialOperation.evaluate(s1,s2)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418007 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 17:19:23 +00:00
David Wayne Smiley 4eb1c502c9 LUCENE-4585: PrefixTree bugs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418006 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 17:17:53 +00:00
Michael McCandless ffb1558e91 don't call ensureOpen() twice for updateDocument
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417951 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 15:41:24 +00:00