20149 Commits

Author SHA1 Message Date
Robert Muir
7aeac4f07b LUCENE-4371: Replace IndexInputSlicer with IndexInput.slice
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595480 13f79535-47bb-0310-9956-ffa450edef68
2014-05-17 13:44:09 +00:00
Robert Muir
5cdde67569 LUCENE-5677: simplify position handling in DefaultIndexingChain
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595469 13f79535-47bb-0310-9956-ffa450edef68
2014-05-17 13:05:28 +00:00
Robert Muir
4affe33430 fix test bug: we have to check the actual DVF (the codec could be a frankenstein)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595456 13f79535-47bb-0310-9956-ffa450edef68
2014-05-17 12:36:21 +00:00
Robert Muir
d73ff28707 improve test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595424 13f79535-47bb-0310-9956-ffa450edef68
2014-05-17 05:21:43 +00:00
Uwe Schindler
a891b969d9 Fix fall-through
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595383 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 23:05:32 +00:00
Uwe Schindler
b078e0f003 Update some build tools
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595380 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 22:57:33 +00:00
Robert Muir
4f32f3b362 fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595350 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 21:19:01 +00:00
Michael McCandless
c5b8eead41 improve test coverage for IW.expungeDeletes; fix infoStream logging in BDS to write something meaningful
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595324 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 19:45:46 +00:00
Michael McCandless
0014d19919 woops, remove nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595301 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 18:45:51 +00:00
Michael McCandless
3b13b09f98 fix false assert trip; fix LTC to be 'sticky' in how it changes the live IWC settings for flush triggers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595300 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 18:45:25 +00:00
Robert Muir
e2ba693a6e LUCENE-5666: Add UninvertingReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595259 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 16:39:56 +00:00
Uwe Schindler
58f6201508 Disable our lock factory tests, if clover is enabled (the exact reason is unclear, but it looks like Clover gets a deadlock if instrumented code is run inside the ANT JVM)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595255 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 16:33:42 +00:00
Uwe Schindler
c8e6e5b35a More cleanup, sorry for the bug I introduced! :(
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595247 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 15:55:19 +00:00
Michael McCandless
f1291a4fa4 only throw IOExc if merge really hit an exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595239 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 15:41:35 +00:00
Michael McCandless
fa51d5972a LUCENE-5675: add testRandom; sometimes fails
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1595229 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 15:17:30 +00:00
Robert Muir
3c78c32c37 LUCENE-5666: merge trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1595228 13f79535-47bb-0310-9956-ffa450edef68
history/branches/lucene-solr/lucene5666
2014-05-16 15:04:20 +00:00
Uwe Schindler
67b7b43b49 Simplify for Java 7, which has support for new IOException(message, cause)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595223 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 14:55:37 +00:00
Uwe Schindler
52d1ab7919 LUCENE-5673: MMapDirectory: Work around a "bug" in the JDK that throws a confusing OutOfMemoryError wrapped inside IOException if the FileChannel mapping failed because of lack of virtual address space. The IOException is rethrown with more useful information about the problem, omitting the incorrect OutOfMemoryError
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595213 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 14:24:38 +00:00
Michael McCandless
83332c046b LCUENE-5675: testBasic still fails but closer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1595072 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 23:17:37 +00:00
Michael McCandless
f49e67456b LUCNE-5675: add failing test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1595068 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 22:53:30 +00:00
Michael McCandless
491dc6a716 LUCENE-5675: initial fork of BT with versioning added
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1595064 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 22:28:48 +00:00
Michael McCandless
1ea0ce4062 LUCENE-5675: small cleanups
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1595052 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 21:25:41 +00:00
Michael McCandless
ee1c309e6f LUCENE-5675: break out IntersectTermsEnumFrame
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1595027 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 20:04:15 +00:00
Michael McCandless
13f3c95c62 LUCENE-5675: rename
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1595026 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 19:56:00 +00:00
Michael McCandless
281e53b82b LUCENE-5675: break out SegmentTermsEnum.Frame
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1595025 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 19:53:41 +00:00
Michael McCandless
9ebab12f64 LUCENE-5675: more rote factoring
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1595020 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 19:34:35 +00:00
Robert Muir
fcc1074d33 LUCENE-5675: fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1595017 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 18:59:00 +00:00
Michael McCandless
3627f20f53 LUCENE-5675: pull out IntersectEnum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1595013 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 18:44:54 +00:00
Michael McCandless
6523b16f3d LUCENE-5675: pull out FieldReader from BTTR
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1595007 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 18:22:21 +00:00
Michael McCandless
c06e69a70d LUCENE-5675: pull out FieldReader from BTTR
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1595006 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 18:22:09 +00:00
Michael McCandless
b1c481d683 LUCENE-5675: move BlockTree* under its own package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1594991 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 18:01:53 +00:00
Michael McCandless
60aa1ae3fb LUCENE-5675: add docs/AndPositionsEnums
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1594985 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 17:12:29 +00:00
Michael McCandless
a301ab5610 LUCENE-5675: initial scaffolding for new IDVPF
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1594971 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 16:32:21 +00:00
Robert Muir
ad7e4bd450 LUCENE-5675: create branch for playing around
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5675@1594960 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 15:56:11 +00:00
Michael McCandless
83d150aa21 LUCENE-5667: add test case
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1594846 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 10:12:14 +00:00
Noble Paul
db8a1c7338 log the message when required only
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1594801 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 07:46:19 +00:00
Joel Bernstein
18c9215bc1 SOLR-5973: Pluggable Ranking Collectors and Merge Strategies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1594698 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 20:12:12 +00:00
Robert Muir
9afdfd5037 LUCENE-5671: upgrade ICU to fix concurrency bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1594663 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 18:23:31 +00:00
Michael McCandless
681c61be50 LUCENE-5666: fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1594615 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 15:42:56 +00:00
Michael McCandless
b99d81ce78 LUCENE-5666: fix test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1594612 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 15:42:07 +00:00
Shai Erera
5222bb9631 LUCENE-5619: add back-compat index+test for doc-values updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1594561 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 12:36:21 +00:00
Robert Muir
c85da1a6a9 LUCENE-5666: merge trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1594507 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 07:46:44 +00:00
Robert Muir
2078b86ba7 LUCENE-5666: clear nocommits and fix precommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1594505 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 07:44:05 +00:00
Robert Muir
69d59acc31 LUCENE-5666: support the 2 crazy instances of insanity that are too hard for me to fix :(
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1594492 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 07:05:47 +00:00
Robert Muir
7b63afc003 LUCENE-5166: clear most nocommits, move ord/rord to solr (and speed them up), nuke old purging stuff
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1594464 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 05:51:24 +00:00
Robert Muir
b3a556bb32 LUCENE-5666: remove insanity during distributed grouping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1594452 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 04:22:07 +00:00
Robert Muir
cce7c4db9c LUCENE-5666: still return missing count etc when there are no terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1594445 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 01:57:38 +00:00
Robert Muir
fe8dd29a74 LUCENE-5666: fix StatsComponent insanity
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1594441 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 01:25:48 +00:00
Robert Muir
9374fcc6e9 LUCENE-5666: fix rewrite bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1594418 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 23:24:44 +00:00
Robert Muir
ff8e841fa1 LUCENE-5666: fix test failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1594417 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 23:17:45 +00:00