Uwe Schindler
|
d02cbfe3c1
|
LUCENE-2372: Convert core analyzers to CharTermAttribute. Also made rest of core analyzers final.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932749 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-10 15:41:27 +00:00 |
Robert Muir
|
06283e9f63
|
LUCENE-2323: move ChainedFilter from misc to contrib/queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932748 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-10 15:36:46 +00:00 |
Uwe Schindler
|
a4b8c40e4a
|
some minor cleanups and faster jflex classpath :-)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932747 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-10 15:30:05 +00:00 |
Robert Muir
|
524b4470a1
|
LUCENE-2323: move surround queryparser to queryparser contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932731 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-10 14:23:08 +00:00 |
Michael McCandless
|
1976521215
|
cut back number of test iterations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932708 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-10 12:16:01 +00:00 |
Uwe Schindler
|
877a6f0964
|
fix line ending again
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932702 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-10 11:49:26 +00:00 |
Uwe Schindler
|
f0a62389eb
|
Fix javacc and jflex builds, speed up contrib build by removing un related checks. Also updated wikipedia tokenizer to jeflex 1.5 and hardcoded unicode 3.0 (which is java 1.4 for backwards compatibility). Also rebuilt all javacc and jflex parsers.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932698 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-10 11:42:53 +00:00 |
Uwe Schindler
|
b299b836ec
|
remove duplicate changes entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932587 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-09 20:37:07 +00:00 |
Robert Muir
|
50b3d2f09c
|
remove unused directories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932576 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-09 20:21:31 +00:00 |
Michael McCandless
|
c8d0754cc0
|
fix 1.5 specific javadoc warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932569 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-09 20:06:51 +00:00 |
Robert Muir
|
9d677afeae
|
javadoc html fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932564 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-09 20:00:28 +00:00 |
Robert Muir
|
cda9119598
|
LUCENE-2323: move WikipediaTokenizer to contrib/analyzers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932541 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-09 18:40:55 +00:00 |
Robert Muir
|
7a2fa04db5
|
LUCENE-2388: update solr svn references to refer to the new merged trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932417 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-09 13:56:16 +00:00 |
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 |