Erik Hatcher
|
790dfc1490
|
javadoc fixup
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@164742 13f79535-47bb-0310-9956-ffa450edef68
|
2005-04-26 04:41:54 +00:00 |
Erik Hatcher
|
26aab23901
|
add ignores
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@164698 13f79535-47bb-0310-9956-ffa450edef68
|
2005-04-26 00:30:08 +00:00 |
Erik Hatcher
|
d650384d4b
|
add GreekAnalyzer, contributed by Panagiotis Astithas (past@ebs.gr)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@164686 13f79535-47bb-0310-9956-ffa450edef68
|
2005-04-25 23:23:37 +00:00 |
Erik Hatcher
|
2fe0a80189
|
rename misspelled indexDictionnary method
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@160988 13f79535-47bb-0310-9956-ffa450edef68
|
2005-04-12 00:11:33 +00:00 |
Erik Hatcher
|
ec522fc1c8
|
Fixed deprecation issues, adjusted test cases to use assertEquals better, reformatted style
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@160987 13f79535-47bb-0310-9956-ffa450edef68
|
2005-04-11 23:48:02 +00:00 |
Erik Hatcher
|
0c99b57cc1
|
Fixed issue with ctor parameter being ignored
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@160984 13f79535-47bb-0310-9956-ffa450edef68
|
2005-04-11 23:43:57 +00:00 |
Erik Hatcher
|
e88213a2d9
|
refactor build to use common contrib build system
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@160983 13f79535-47bb-0310-9956-ffa450edef68
|
2005-04-11 23:42:26 +00:00 |
Daniel Naber
|
c4f1ee70a9
|
use lowercase method names; remove javadoc that's inherited anyway
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@160070 13f79535-47bb-0310-9956-ffa450edef68
|
2005-04-04 17:50:38 +00:00 |
Daniel Naber
|
04ea892fbe
|
import cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@160065 13f79535-47bb-0310-9956-ffa450edef68
|
2005-04-04 17:45:36 +00:00 |
Erik Hatcher
|
6f5f23444c
|
enhanced test contributed by Sven. Encoding tweaks
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@160034 13f79535-47bb-0310-9956-ffa450edef68
|
2005-04-04 12:25:16 +00:00 |
Erik Hatcher
|
0ff227ff0a
|
switch dotted u character to use unicode value reference
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@160023 13f79535-47bb-0310-9956-ffa450edef68
|
2005-04-04 10:16:37 +00:00 |
Erik Hatcher
|
4e580e221e
|
Issue deprecation warnings when building test cases. Fixed deprecation warnings on TestKeywordAnalyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@160012 13f79535-47bb-0310-9956-ffa450edef68
|
2005-04-04 09:10:59 +00:00 |
Erik Hatcher
|
3be3e8ab5d
|
Add accent character normalizer filter contributed by Sven Duzont. Also created simple test case.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@160011 13f79535-47bb-0310-9956-ffa450edef68
|
2005-04-04 09:10:05 +00:00 |
Daniel Naber
|
69380a1815
|
adapt to use of jline
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@158852 13f79535-47bb-0310-9956-ffa450edef68
|
2005-03-23 23:49:08 +00:00 |
Daniel Naber
|
84db65bfde
|
adapt to use of jline
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@158851 13f79535-47bb-0310-9956-ffa450edef68
|
2005-03-23 23:42:23 +00:00 |
Daniel Naber
|
5a59714f4a
|
use jline instead of java-readline. jline can be added to SVN thanks to its BSD license. plus some small cleanup.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@158850 13f79535-47bb-0310-9956-ffa450edef68
|
2005-03-23 23:40:50 +00:00 |
Erik Hatcher
|
b54f22aaab
|
Fix max word length issue (though don't know why anyone would limit long words in a more-like-this query).
Also, modified to take into account all values of a field rather than just the first one.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@158076 13f79535-47bb-0310-9956-ffa450edef68
|
2005-03-18 15:03:00 +00:00 |
Erik Hatcher
|
1cb674fc04
|
regenerated from latest Snowball CVS
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@157834 13f79535-47bb-0310-9956-ffa450edef68
|
2005-03-17 00:41:31 +00:00 |
Erik Hatcher
|
9621a0985c
|
added title to documentation
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@156593 13f79535-47bb-0310-9956-ffa450edef68
|
2005-03-09 01:59:14 +00:00 |
Erik Hatcher
|
9824226394
|
Contribution of slick Swing models to enable on-the-fly searching of
tables and lists. Created by Jonathan Simon.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@156591 13f79535-47bb-0310-9956-ffa450edef68
|
2005-03-09 01:52:13 +00:00 |
Mark Harwood
|
fdf05bd088
|
Fixed missing fieldname in API
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@154447 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-19 19:51:04 +00:00 |
Daniel Naber
|
05d0335dcd
|
offer additional methods that take analyzer + text instead of tokenstream; fix some unused imports and variables
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@154444 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-19 19:08:52 +00:00 |
Daniel Naber
|
335c1567d8
|
remove empty "@return" tags so javadoc stops complaining; small whitespace cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@154083 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-16 20:37:57 +00:00 |
Daniel Naber
|
45864d1c9c
|
clean up imports, remove unused variables and remove the declaration of an Exception that was never thrown
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@154080 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-16 20:20:15 +00:00 |
Erik Hatcher
|
28e712b2ee
|
update docs to account for TLP migration
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@153802 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-14 16:48:47 +00:00 |
Erik Hatcher
|
373e613341
|
remove unnecessary import
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@153430 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-11 18:11:37 +00:00 |
Erik Hatcher
|
2ac412f6b7
|
move similarity and spellchecker to new contrib area
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@153429 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-11 18:11:05 +00:00 |
Erik Hatcher
|
f375d09898
|
add customizable buffer size
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@153412 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-11 15:30:14 +00:00 |
Erik Hatcher
|
cd0d0937e1
|
split keyword tokenizer out of KeywordAnalyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@153398 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-11 13:50:37 +00:00 |
Erik Hatcher
|
826fef7f6a
|
KeywordAnalyzer contribution - adapted from _Lucene in Action_ code
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@152921 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-08 19:13:05 +00:00 |
Mark Harwood
|
276ab079f5
|
Added Nicko Cadell's Encoder contribution
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151622 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-06 21:31:54 +00:00 |
Mark Harwood
|
b1555b0bbf
|
Test SVN Commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151615 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-06 18:12:57 +00:00 |
Erik Hatcher
|
0ee1728e6d
|
move two more projects over to contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151590 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-06 15:35:12 +00:00 |
Erik Hatcher
|
646f0f0434
|
Switch ant project to conventional src/java directory structure
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151589 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-06 14:51:59 +00:00 |
Erik Hatcher
|
767312d611
|
add convenient TODO file to keep track of sandbox -> contrib move
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151469 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-05 02:23:19 +00:00 |
Erik Hatcher
|
10904d02f6
|
fix most deprecation warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151468 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-05 02:21:39 +00:00 |
Erik Hatcher
|
0955eef89f
|
move parts of the sandbox over to contrib area
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151459 13f79535-47bb-0310-9956-ffa450edef68
|
2005-02-05 01:25:43 +00:00 |