Uwe Schindler
|
5b83cc59b2
|
LUCENE-1257: Generics: *heavy* Robert Muir & mine patch
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@834847 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-11 12:18:34 +00:00 |
Robert Muir
|
786eb6ce0d
|
LUCENE-2012: add remaining @overrides (contrib,demo)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@833867 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-08 12:45:12 +00:00 |
Uwe Schindler
|
3645281a5d
|
Update JavaCC parser task to Java 1.5 and regenerate files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@826549 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-18 23:21:13 +00:00 |
Uwe Schindler
|
a0776e5cd0
|
Generify more Comparable interface declarations
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@826016 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 17:47:14 +00:00 |
Uwe Schindler
|
c5af8f8fee
|
LUCENE-1978: Remove the rest of deprecated HitCollectors
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824781 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-13 14:28:01 +00:00 |
Uwe Schindler
|
236baf9fcb
|
LUCENE-1944: Cleanup contrib to not use deprecated APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821444 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-03 23:24:33 +00:00 |
Uwe Schindler
|
b75e96f2f4
|
LUCENE-1257: Change some occurrences of StringBuffer in public/protected APIs of contrib/surround to StringBuilder
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821443 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-03 23:10:27 +00:00 |
Uwe Schindler
|
835de0b44d
|
LUCENE-1833: Change all new Number() ctors to Number.valueOf()
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821186 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-02 22:16:44 +00:00 |
Chris M. Hostetter
|
c56f4c224f
|
LUCENE-1884: massive javadoc and comment cleanup -- primarily dealing with typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@811070 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-03 18:31:41 +00:00 |
Mark Robert Miller
|
26c5af3a33
|
LUCENE-1865 Add a ton of missing license headers throughout test/demo/contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808567 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-27 18:48:16 +00:00 |
Mark Robert Miller
|
56985e3136
|
add overview.html stubs for contrib to avoid error messages when building javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808233 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-27 00:23:09 +00:00 |
Michael Busch
|
d30ed14e4d
|
LUCENE-1851: Commit accidentially omitted fix to surround/parser/QueryParser.jj.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808224 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-26 23:46:05 +00:00 |
Michael Busch
|
1f15246336
|
LUCENE-1851: Change 'javacc' and 'clean-javacc' targets to build and clean contrib/surround files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@807835 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-25 22:14:07 +00:00 |
Michael McCandless
|
ec8088654d
|
bulk fix svn:eol-style to native for text files
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@787424 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-22 22:18:56 +00:00 |
Mark Robert Miller
|
126f4b18d3
|
LUCENE-1563:Add example test case for surround query language
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@757762 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-24 12:28:13 +00:00 |
Michael McCandless
|
4218996230
|
LUCENE-1366: rename Field.Index.* options
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@694004 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-10 21:38:52 +00:00 |
Michael McCandless
|
d5a40278bc
|
LUCENE-1369: switch from Hashtable to HashMap and from Vector to List, when possible
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@692921 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-07 19:22:40 +00:00 |
Michael McCandless
|
ee835ccf21
|
LUCENE-1084: change all IW ctors to require up-front specification of max field length; deprecated existing ones
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@615168 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-25 10:21:15 +00:00 |
Michael Busch
|
49dd305f69
|
Rename README files to uppercase letters
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@610960 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-10 22:37:27 +00:00 |
Michael Busch
|
9c2a036db3
|
- LUCENE-908: Improvements and simplifications for how the MANIFEST file and the META-INF dir are created.
- LUCENE-935: Various improvements for the maven artifacts. Now the artifacts also include the sources as .jar files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@568766 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-22 23:16:48 +00:00 |
Michael Busch
|
d955a970b6
|
LUCENE-622: Add ant target and pom.xml files for building maven artifacts of the Lucene core and the contrib modules.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@547860 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-16 04:45:13 +00:00 |
Michael Busch
|
df0a188415
|
LUCENE-931: adding missing license headers to various files
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@545696 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-09 06:09:46 +00:00 |
Yonik Seeley
|
7ca20ee19f
|
new ASF licenses header
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@472959 13f79535-47bb-0310-9956-ffa450edef68
|
2006-11-09 16:21:50 +00:00 |
Yonik Seeley
|
d490983a24
|
(LUCENE-539) Fix for deprecations in contrib/surround
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@391763 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-05 19:55:30 +00:00 |
Yonik Seeley
|
3666a166a1
|
remove deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@387550 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-21 15:36:32 +00:00 |
Otis Gospodnetic
|
b9fdf6d4e5
|
- Package description from Paul Elschot
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@380989 13f79535-47bb-0310-9956-ffa450edef68
|
2006-02-25 20:43:32 +00:00 |
Daniel Naber
|
31c271c84b
|
import cleanup to avoid Eclipse warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@344474 13f79535-47bb-0310-9956-ffa450edef68
|
2005-11-15 23:21:44 +00:00 |
Daniel Naber
|
4fd74d2554
|
Rename *Test files which are no unit tests to make "ant test" work. See LUCENE-465.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@344471 13f79535-47bb-0310-9956-ffa450edef68
|
2005-11-15 23:18:22 +00:00 |
Daniel Naber
|
7e079d2950
|
avoid compiler/Eclipse warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@344468 13f79535-47bb-0310-9956-ffa450edef68
|
2005-11-15 23:15:53 +00:00 |
Erik Hatcher
|
6e9c0b6f45
|
remove unused file
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@209184 13f79535-47bb-0310-9956-ffa450edef68
|
2005-07-05 02:29:34 +00:00 |
Erik Hatcher
|
9d70229506
|
#34331 - Add Paul Elschot's Surround query language parser
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@209183 13f79535-47bb-0310-9956-ffa450edef68
|
2005-07-05 02:29:03 +00:00 |