Commit Graph

7788 Commits

Author SHA1 Message Date
Michael McCandless 1afb76ab3a LUCENE-2387: don't hang onto Fieldable of last doc indexed in IW, nor to Reader in Tokenizer after close is called
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932398 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09 13:12:06 +00:00
Uwe Schindler cf55de992c Fix deprecation warnings by incorrect javadocs in code commented out :-)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932374 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09 12:12:48 +00:00
Uwe Schindler 48b93456e5 LUCENE-2302: Fix toString() issues with Token, add javadocs explaining break, and add missing CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932369 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09 11:50:16 +00:00
Uwe Schindler f2dfa0bf3f LUCENE-2302: Remove unneeded null checks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932304 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09 08:52:41 +00:00
Uwe Schindler be7da179ff LUCENE-2074: Refactor StandardTokenizer to have separate JFlex files per matchVersion. Also reset zzBuffer to initial size on reset(Reader) and clean up reset methods.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932163 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08 22:56:23 +00:00
Shai Erera 81c21e163b LUCENE-2385: TestNoDeletionPolicy was not added to version control. sorry !
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932131 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08 21:38:09 +00:00
Shai Erera 5792f0d711 LUCENE-2385: Move NoDeletionPolicy from benchmark to core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932129 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08 21:34:11 +00:00
Michael McCandless 0a5e6806f3 LUCENE-2383: some small cleanups after landing flex
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@931668 13f79535-47bb-0310-9956-ffa450edef68
2010-04-07 20:24:53 +00:00
Michael McCandless 1c058e28cb LUCENE-1458,LUCENE-2111: add some CHANGES entries describing changes in flex
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@931597 13f79535-47bb-0310-9956-ffa450edef68
2010-04-07 15:56:38 +00:00
Michael McCandless 7ba2a17e78 absorb flex branch section of CHANGES into main CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@931510 13f79535-47bb-0310-9956-ffa450edef68
2010-04-07 11:59:29 +00:00
Shai Erera a37ac8ba7d LUCENE-2377: Enable the use of NoMergePolicy and NoMergeScheduler by Benchmark
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@931502 13f79535-47bb-0310-9956-ffa450edef68
2010-04-07 11:03:32 +00:00
Uwe Schindler ec8bcf48d1 add missing build.properties exclusion
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@931337 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06 21:25:54 +00:00
Michael McCandless ba9876c4f5 LUCENE-1990: fix Mutable case where out-of-order writes could incorrectly overwrite adjacent values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@931327 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06 20:58:22 +00:00
Michael McCandless 29ff915048 LUCENE-1976: fix again for 3.1 (fix was temporarily lost in flex merge)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@931314 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06 20:38:14 +00:00
Michael McCandless d40dacc805 LUCENE-2329: fix deadlock case after flush; fixed ram balancing between deleting & indexing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@931298 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06 19:56:59 +00:00
Uwe Schindler b679816a70 LUCENE-2370: Reintegrate flex_1458 branch into trunk (revision 931101)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@931278 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06 19:19:27 +00:00
Yonik Seeley 3e509789f8 fix URLs in test_utf8.sh
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@931135 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06 12:58:49 +00:00
Michael McCandless 1b3d0eb274 LUCENE-2365: IndexWriter.newestSegment returns null if there are no segments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930932 13f79535-47bb-0310-9956-ffa450edef68
2010-04-05 19:31:43 +00:00
Erik Hatcher aa949373b3 remove logging API usage, mainly because it isn't used, but also caused a test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930931 13f79535-47bb-0310-9956-ffa450edef68
2010-04-05 19:24:07 +00:00
Erik Hatcher 4bc76411dd Make UTF-8 the default charset
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930924 13f79535-47bb-0310-9956-ffa450edef68
2010-04-05 18:14:25 +00:00
Erik Hatcher 91e8bdca53 Wire VelocityResponseWriter into the example configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930923 13f79535-47bb-0310-9956-ffa450edef68
2010-04-05 17:56:18 +00:00
Grant Ingersoll 0efaf5fc04 Luke version tick
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930506 13f79535-47bb-0310-9956-ffa450edef68
2010-04-03 11:17:21 +00:00
Uwe Schindler 07424bf640 Fix broken MBean test: new File(URL.getPath()) is the wrong way to create filenames from "file:" URLs coming from Classloader. The problem: some characters are escaped, e.g. the whitespace in my user's home directory. The correct way is to cast to URI using toURI() and invoking the URI-ctor in File (this is the "official" way to go).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930323 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 16:49:04 +00:00
Grant Ingersoll 55aa604871 SOLR-1819: Upgraded to Tika 0.7 RC
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930275 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 14:08:55 +00:00
Robert Muir 211d77aec0 SOLR-1852: add a test for this to trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930262 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 13:19:08 +00:00
Robert Muir 47416b3948 SOLR-1740: ShingleFilterFactory improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930163 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 05:00:53 +00:00
Robert Muir 88fc2e2f56 add missing eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930161 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 04:36:13 +00:00
Robert Muir 868b997211 SOLR-1859: speed up indexing for example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930050 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01 17:24:12 +00:00
Grant Ingersoll eaca8cc2e8 LUCENE-2359: fixed edge case around 180th meridian
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929956 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01 13:04:47 +00:00
Robert Muir 3860c16a66 SOLR-1857: cleanup and sync analysis with Lucene trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929782 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01 02:15:27 +00:00
Michael McCandless a528a707c1 LUCENE-2360: don't use .toArray to recycle byte[] blocks used by doc stores
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929738 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 22:43:04 +00:00
Grant Ingersoll f3ba962a5e add a minor comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929714 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 21:03:10 +00:00
Grant Ingersoll 61d2ad1eb3 added some comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929704 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 20:02:29 +00:00
Grant Ingersoll 7cc8b1b484 added some comments, removed an extra, useless if check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929698 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 19:54:41 +00:00
Shai Erera 721ce98f67 LUCENE-2353: forgot to remove "via ?" from CHANGES :)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929524 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 13:11:55 +00:00
Shai Erera 76dd311c5c JIRA-2353: Config incorrectly handles Windows absolute pathnames
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929520 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 13:06:13 +00:00
Noble Paul 04dc8c10fd SOLR-1853 Solr 1.4 Replication - Repeater throwing NullPointerException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@929454 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 10:07:18 +00:00
Grant Ingersoll 97dfb8c53c LUCENE-2148: fix the Solr test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928867 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 18:56:33 +00:00
Grant Ingersoll 61b781d376 LUCENE-2148: Fix best fit bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928860 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 18:40:21 +00:00
Grant Ingersoll 1602a0cf90 remove unused file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928846 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 17:43:35 +00:00
Grant Ingersoll 874e7b95f7 Fix the Luke target to work with the new layout, classpaths, etc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928809 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 15:52:39 +00:00
Robert Muir d581f631c4 add CHANGES for SOLR-1706, as it fixed some bugs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928303 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 23:19:46 +00:00
Robert Muir eac40719f1 termAttttttribute -> termAttribute
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928293 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 22:40:42 +00:00
Uwe Schindler bcc84a53e6 remove ignore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928255 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 19:45:32 +00:00
Uwe Schindler 5738583f3b Use getDataDir also for index backwards compatibility tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928243 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 18:34:21 +00:00
Uwe Schindler c3d2d45dca LUCENE-2306: Fix wrong package names in tests and missing super.tearDown()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928177 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 09:17:34 +00:00
Yonik Seeley fc98d80345 SOLR-1850: don't copy word set for each KeepWordFilter instance
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928133 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 03:44:06 +00:00
Mark Harwood b83700b51e Lucene-2306: - Add NumericRangeQuery and NumericRangeFilter support to XMLQueryParser.
Jingkei Ly via Mark Harwood

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928114 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 00:36:55 +00:00
Robert Muir 65127736f0 LUCENE-1709: Parallelize Tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928069 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 21:55:57 +00:00
Mark Robert Miller 2450876809 be quiet velocity test!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928063 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 21:28:23 +00:00