Commit Graph

11893 Commits

Author SHA1 Message Date
Uwe Schindler 559205883f LUCENE-3606: Clean up IR.open(...) methods to no longer accept readOnly and IndexDeletionPolicy: Core, Contrib, Solr (Modules need fixing, benchmark was broken before, too)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210305 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05 01:41:38 +00:00
Robert Muir e7876964b1 LUCENE-3606: remove .nrm from IndexFileNames
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210300 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05 00:56:01 +00:00
Robert Muir a81ef9a3d3 LUCENE-3606: move norms merging to codec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210295 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05 00:27:50 +00:00
Uwe Schindler f678b69ccf LUCENE-3606: Remove IR.openIfChanged(readOnly) and corresponding impls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210283 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 23:52:51 +00:00
Robert Muir a7bc061caa LUCENE-3606: clean up more cruft
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210277 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 23:31:32 +00:00
Uwe Schindler 5586ca1912 LUCENE-3606: Remove IR.clone(readOnly)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210276 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 23:29:23 +00:00
Robert Muir e1918d8e9c LUCENE-3606: deprecate these two methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210274 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 23:14:46 +00:00
Uwe Schindler 6bb6a81edd LUCENE-3606: remove more readOnly booleans
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210273 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 23:12:28 +00:00
Robert Muir b0d50dcc81 LUCENE-3606: move norms reading to codec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210268 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 22:59:27 +00:00
Uwe Schindler 92c0119b37 LUCENE-3606: Nuke IR.commit(), only SR.doCommit() left
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210247 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 22:02:49 +00:00
Robert Muir 4bc66619f9 LUCENE-3606: move IW's norms writing to codec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210185 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 19:24:08 +00:00
Uwe Schindler 1c8d23a340 Merge in Mikes huge commit (r1210176)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210184 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 19:18:17 +00:00
Michael McCandless 961b820e53 LUCENE-2929: specify up front if you need freqs from DocsEnum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210176 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 18:50:58 +00:00
Dawid Weiss 3408defc8d JavaDoc clarifications. Removed unused parameter from one of the constructors.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210173 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 18:38:32 +00:00
Uwe Schindler 5d622edf91 Merge to trunk r1210168
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210169 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 18:27:57 +00:00
Uwe Schindler c7860bcd38 SOLR-2900: Fix missing patch component
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210168 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 18:26:33 +00:00
Uwe Schindler da76086430 Merge to trunk r1210134
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210161 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 18:01:31 +00:00
Uwe Schindler 3cbb94d1e0 add javadoc folder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210160 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 18:00:01 +00:00
Uwe Schindler e0b5b22cd5 LUCENE-3606: Die - IR.deleteDocument*(), IR.undeleteAll() - die, die, die!!!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210153 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 17:35:15 +00:00
Uwe Schindler f1da6b38ac Fix wrong-spelled noncommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210134 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 16:18:24 +00:00
Michael McCandless c9ad724c19 sssshhhh
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210116 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 14:35:46 +00:00
Steven Rowe d99ad4fabc SOLR-2945: 'ant sign-artifacts' should sign the Solr war maven artifact
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210054 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 05:34:25 +00:00
Uwe Schindler 04f8f2850a LUCENE-3606: Reactivate parts of the reopen tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210037 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 00:25:35 +00:00
Grant Ingersoll f44648df40 LUCENE-3615: add slow, weekly annotations, mark Test2B as slow
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210035 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 00:22:44 +00:00
Grant Ingersoll f4aabde43b LUCENE-3615: add slow, weekly annotations, mark Test2B as slow
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210033 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 00:20:23 +00:00
Uwe Schindler 498cba2fac LUCENE-3606: Die, IR.setNorm(), die
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210031 13f79535-47bb-0310-9956-ffa450edef68
2011-12-03 23:40:54 +00:00
Steven Rowe d4c9e4d6e6 LUCENE-3228: reverted accidentally committed debug printing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210021 13f79535-47bb-0310-9956-ffa450edef68
2011-12-03 21:53:45 +00:00
Steven Rowe 4d901e9cd2 LUCENE-3228: Stop downloading external javadoc package-list files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210020 13f79535-47bb-0310-9956-ffa450edef68
2011-12-03 21:52:04 +00:00
Steven Rowe a6291e331b Removed mendacious '(No Changes)'; removed trailing colon from section name, which confuses changes2html.pl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210017 13f79535-47bb-0310-9956-ffa450edef68
2011-12-03 21:50:57 +00:00
Uwe Schindler 0122c4f140 LUCENE-3606: Create a branch to manage the heavy changes for readonlyness of IndexReaders
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1209906 13f79535-47bb-0310-9956-ffa450edef68
2011-12-03 13:14:33 +00:00
Martijn van Groningen 5037d1d5d2 Moved TestBlockJoin test into join package.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209874 13f79535-47bb-0310-9956-ffa450edef68
2011-12-03 09:53:17 +00:00
Yonik Seeley ab1b26f162 update noggit to r1209632
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209714 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02 21:53:23 +00:00
Michael McCandless 6179cbb4bd LUCENE-3598: fix some accidental behaviour changes here...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209663 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02 19:52:39 +00:00
Robert Muir 8c8043acc0 fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209651 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02 19:36:13 +00:00
Robert Muir a5cafb5014 LUCENE-3616: add this sanity check to SimpleText too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209639 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02 19:01:17 +00:00
Grant Ingersoll 6a57836411 since we are using a TokenStream, we can't store
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209629 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02 18:35:38 +00:00
Robert Muir 8b8c24d8e7 LUCENE-3613: move codecs.DefaultXXXX into lucene40, TODO: split out 3.x stuff
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209625 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02 18:29:25 +00:00
Robert Muir 7f0e46b7f2 LUCENE-3612: remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209562 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02 16:26:16 +00:00
Robert Muir 491d8603e6 LUCENE-3452: fix lockdir fix lost during test-framework move
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209349 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02 03:14:40 +00:00
Dawid Weiss c4ff0a758a SOLR-2888, Oops, ack for Robert (merge sort code, reviews). Sorry Robert.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209267 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 21:52:25 +00:00
Dawid Weiss 92de7e8848 SOLR-2888: FSTSuggester refactoring: internal storage is now UTF-8,
external sorting (on disk) prevents OOMs even with large data sets
(the bottleneck is now FST construction), code cleanups and API cleanups.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209265 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 21:49:27 +00:00
Uwe Schindler a7772b4958 partial fix for SOLR-2900: More cleanup of temporary artifacts (also example webapp)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209076 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 13:47:20 +00:00
Uwe Schindler 21989c90c2 Commit LUCENE-3598 to not corrumpt Robert's work on Default*: Improve InfoStream class in trunk to be more consistent with logging-frameworks like slf4j/log4j/commons-logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209059 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 12:52:20 +00:00
Robert Muir 814d35e437 LUCENE-3612: remove _X.fnx
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209047 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 12:12:36 +00:00
Dawid Weiss ad64b7727c Ignore bin-* files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209013 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 09:35:37 +00:00
Michael McCandless 6f6a6c2b09 throw ACE not NPE if you close while maybeReopen runs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1208525 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 17:14:19 +00:00
Koji Sekiguchi a1aefefdd9 SOLR-2922: Upgrade commons-io and commons-lang to 2.1 and 2.6, respectively.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1208509 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 16:46:22 +00:00
Uwe Schindler 277c4a1a5d Merged revision(s) 1208375 from lucene/dev/branches/branch_3x:
LUCENE-3609: Fix regression in BooleanFilter, introduced in Lucene 3.5, to correctly handle minShouldMatch behaviour of previous versions

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1208381 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 11:08:45 +00:00
Robert Muir 21b7c5bbee LUCENE-3584: make bulk postings codec private
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1208283 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 05:19:35 +00:00
Chris M. Hostetter 2337f4687f LUCENE-3599: Fix DistanceUtils.haversine() javadocs -- were incorrectly stating the expected order of the arguments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1208118 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29 22:38:08 +00:00