Commit Graph

15310 Commits

Author SHA1 Message Date
Michael McCandless 23ff344f82 LUCENE-4456: fix MDW to print any exc when processing ghost files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1393464 13f79535-47bb-0310-9956-ffa450edef68
2012-10-03 12:42:28 +00:00
Michael McCandless 1e05df4461 remove dead code; make assert verbose
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1393437 13f79535-47bb-0310-9956-ffa450edef68
2012-10-03 11:40:27 +00:00
Michael McCandless cb40231513 LUCENE-4456: fix various bugs (see lucene/CHANGES.txt)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1393408 13f79535-47bb-0310-9956-ffa450edef68
2012-10-03 11:01:13 +00:00
Yonik Seeley c98f935688 SOLR-3897: hl.preserveMulti to preserve all multiValued field values when highlighting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1393171 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 20:45:54 +00:00
Michael McCandless 7d38bd13bc rework BasePostingsFormatTestCase to not use so much CPU/RAM
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392828 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 10:42:33 +00:00
Uwe Schindler 4bfb6bf347 Make scripts more Groovy (remove relicts from JavaScript)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392678 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 22:44:46 +00:00
Michael McCandless 013753ac26 add threads to this nice test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392610 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 21:11:19 +00:00
Michael McCandless 637541add4 only use rateLimiter for sleeping in MDW/MockIO
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392604 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 21:07:37 +00:00
Robert Muir 251744ce34 ant jar-checksums
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392571 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 20:32:53 +00:00
Robert Muir cfd1077042 add simple test to verify docFreqs 0..N work
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392558 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 19:58:41 +00:00
Michael McCandless 59a63c2f32 LUCENE-4451: upgrade to randomizedtesting-2.0.2.jar to reduce RAM overhead for tracking new threads
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392541 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 19:29:53 +00:00
Michael McCandless 4e3d6a55a6 remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392516 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 18:55:57 +00:00
Michael McCandless 26e87af090 LUCENE-4455: fix SIPC.sizeInBytes() to not double-count; fix CheckIndex to not reverse 'has deletions'/'no deletions'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392480 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 17:55:44 +00:00
Uwe Schindler b2b3a7aec3 Fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392464 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 17:44:00 +00:00
Robert Muir 7d83c395ea LUCENE-4411: fix changes entry (this made it into 4.0)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392462 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 17:40:38 +00:00
Mark Robert Miller f89cc61c55 SOLR-3861: Refactor SolrCoreState so that it's managed by SolrCore.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392360 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 14:42:44 +00:00
Robert Muir e910a61b41 LUCENE-4452: test BlockPostings when only reading a subset of prox data
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392357 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 14:39:11 +00:00
Stefan Matheis 7eb2146494 SOLR-3637: Commit Status at Core-Admin UI is always false
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392327 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 13:47:35 +00:00
Stefan Matheis a91a798e34 SOLR-3734: Improve Schema-Browser Handling for CopyField using dynamicField's
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392318 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 13:35:39 +00:00
Robert Muir f1bb4ff1aa LUCENE-4453: test BlockPostings special cases
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392057 13f79535-47bb-0310-9956-ffa450edef68
2012-09-30 16:08:49 +00:00
Michael McCandless 5ee3ca67c5 LUCENE-4451: turn threads back on
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392023 13f79535-47bb-0310-9956-ffa450edef68
2012-09-30 13:25:03 +00:00
Michael McCandless 7f52a4a417 Ignore DirectPF until we get to the bottom of this OOME
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392019 13f79535-47bb-0310-9956-ffa450edef68
2012-09-30 12:51:06 +00:00
Michael McCandless b6c29f4a83 put multiplier back but disable threads until we can track down why they leak RAM...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391921 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 23:15:04 +00:00
Michael McCandless 42fcded2b7 don't use multiplier in doc count for big/medium terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391906 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 22:17:02 +00:00
Robert Muir 56c6a591d7 reinit these in beforeClass
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391902 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 22:11:10 +00:00
Robert Muir 1381ac096b add test for DirectPF
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391898 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 22:00:09 +00:00
Michael McCandless f9c220b511 go back to only 4 terms to reduce OOME chance
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391895 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 21:54:38 +00:00
Robert Muir 197d96548c don't make such enormous payloads, this is begging for an OOM with MemoryCodec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391886 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 21:26:59 +00:00
Robert Muir d358395a37 make TestSimpleTextPostingsFormat a nightly test (i think the postings format is legitimately just this slow, not a problem with the test)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391882 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 21:13:21 +00:00
Michael McCandless fb89fcd95a fix slow TestXXXPostingsFormat tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391875 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 20:59:22 +00:00
Robert Muir d71374e67d don't ratelimit AND throttle
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391871 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 20:46:09 +00:00
Michael McCandless 536af60a26 add more deterministic tests; increase iters for testRandom
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391865 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 20:13:02 +00:00
Robert Muir 9e3a9ec24d eol-style: native
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391849 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 17:42:52 +00:00
Robert Muir 3fe4d48027 LUCENE-4449: add tests for remaining PFs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391841 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 16:59:07 +00:00
Robert Muir 57c572dc86 LUCENE-4449: commit current state to calm jenkins
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391835 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 16:35:11 +00:00
Robert Muir 40d5e3de67 LUCENE-4449: rename test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391829 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 15:56:22 +00:00
Robert Muir a936d09a72 LUCENE-4449: factor TestPostingsFormat into BasePostingsFormatTestCase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391826 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 15:49:37 +00:00
Michael McCandless 4481cf4d84 NOTICE/LICENSE are UTF-8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391809 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 14:26:53 +00:00
Michael McCandless 93cc814108 LUCENE-3842: refactor: don't make spooky State methods public
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391703 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 00:15:43 +00:00
Robert Muir e2540f1a04 LUCENE-4448: speedups for AnalyzingSuggester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391698 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 23:49:49 +00:00
Michael McCandless f2f91bae46 LUCENE-3842: add AnalyzingSuggester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391683 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 22:31:23 +00:00
David Wayne Smiley 6f6884e4ed LUCENE-4444 Use SpatialContext to read shape strings. Necessary for supporting 3rd party spatial contexts such as the JTS one to use polygons.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391628 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 20:09:06 +00:00
Uwe Schindler eacacf449d Use simplier attribute to extra-targets.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391473 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 14:01:17 +00:00
Uwe Schindler e261f69df3 Cleanup build files a little bit: remove descriptions of Jenkins-targets. Expose Clover, add Eclipse cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391461 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 13:44:36 +00:00
Robert Muir 014e6e0c94 LUCENE-4443: don't write unnecessary skipdata in BlockSkipWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391433 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 12:49:53 +00:00
Uwe Schindler 09720113f8 LUCENE-4445: Fix clover to correcty instrument all packages, improve permgen
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391382 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 10:12:49 +00:00
Tommaso Teofili c65bdde36f [SOLR-3902] - moved SentimentAnnotation to DummySentimentAnnotation (to avoid cofusion), moved out FieldMappingException from a dedicated exception package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391322 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 06:14:35 +00:00
Uwe Schindler 9639baaa32 Fix javadocs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391177 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 19:29:37 +00:00
Uwe Schindler f37e5e2de6 LUCENE-4440: Refactor FilterCodec to get the delegate passed into ctor. Fix Codec's and PostingsFormat's forName lookup methods to throw IllegalStateException if you call those methods from the constructor of e.g. FilterCodec.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391140 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 17:47:46 +00:00
Michael McCandless f0efba1a06 fix test failure: posLen must be 1 when keepOrig is false for a syn match
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391083 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 16:25:07 +00:00