Commit Graph

279 Commits

Author SHA1 Message Date
Erik Hatcher 6cf6840201 removed unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150994 13f79535-47bb-0310-9956-ffa450edef68
2004-08-05 14:30:46 +00:00
Daniel Naber 7bb77967f1 sorry, broke the special character with my last commit, trying to fix it
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150993 13f79535-47bb-0310-9956-ffa450edef68
2004-08-04 18:32:22 +00:00
Daniel Naber 07b4dfa01f add "throws IOException" so that these analyzer compiles against Lucene 1.4 -- please tell me if I broke the encoding
of the special characters


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150992 13f79535-47bb-0310-9956-ffa450edef68
2004-08-04 18:12:18 +00:00
Daniel Naber 4006836a60 add "throws IOException" so that these analyzers compile again against Lucene 1.4
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150991 13f79535-47bb-0310-9956-ffa450edef68
2004-08-04 17:57:14 +00:00
Mark Harwood 14f0da2aa2 Added support for analyzers that produce overlapping tokens
PR:
Obtained from:
Submitted by:	Mark Harwod
Reviewed by:	
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS:   If this change addresses a PR in the problem report tracking
CVS:   database, then enter the PR number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system, such as NCSA,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to Apache by someone else; i.e.,
CVS:   they sent us a patch or a new module, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150990 13f79535-47bb-0310-9956-ffa450edef68
2004-07-26 20:39:47 +00:00
Kelvin Tan cd10939321 AND-ed query was being appended to the original one.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150989 13f79535-47bb-0310-9956-ffa450edef68
2004-06-07 11:05:23 +00:00
Erik Hatcher a2871ae443 aesthetic/javadoc fixups
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150988 13f79535-47bb-0310-9956-ffa450edef68
2004-06-03 03:04:10 +00:00
Erik Hatcher 281ccaa902 applied latest patch from Andi Vajda
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150987 13f79535-47bb-0310-9956-ffa450edef68
2004-06-01 09:27:03 +00:00
Erik Hatcher 04c866d63a JUnit: expected, actual
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150986 13f79535-47bb-0310-9956-ffa450edef68
2004-05-31 13:58:49 +00:00
Erik Hatcher c44c040207 rudimentary test case for ChainedFilter, used initially to learn how it works
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150985 13f79535-47bb-0310-9956-ffa450edef68
2004-05-24 16:20:46 +00:00
Mark Harwood 39e1b775dd Clarification of Javadocs - code was missing Formatter implementation
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150984 13f79535-47bb-0310-9956-ffa450edef68
2004-05-19 20:29:10 +00:00
Kelvin Tan ed9f594f27 Ack. Left out the type cast.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150983 13f79535-47bb-0310-9956-ffa450edef68
2004-05-17 13:45:05 +00:00
Kelvin Tan 9ca5de00f0 First filter gets modified if operation is an AND (which is terrible if its a
cached filter and not a throw-away one).
Patch by Rick Mann (rmann at keepmedia.com).


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150982 13f79535-47bb-0310-9956-ffa450edef68
2004-05-17 13:41:03 +00:00
Kelvin Tan 3e595abf2d Incorporates Erik's idea of displaying query inline, not as pop-up, and also the query validation feature.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150981 13f79535-47bb-0310-9956-ffa450edef68
2004-05-17 13:29:24 +00:00
Kelvin Tan bc26b64269 Complete revamp of luceneQueryConstructor.
Added demo and introduction HTML page.
Added jsUnit tests.

WARNING: this version should be considered incompatible with previous versions.
Migration effort is minimal and I'm happy to answer questions about migration posted to lucene-user, but
I'm under the impression the previous versions weren't widely used (if at all) anyways.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150979 13f79535-47bb-0310-9956-ffa450edef68
2004-05-17 13:04:42 +00:00
Kelvin Tan aa7e95dae2 Implemented tests for checkAllowedCharacters and checkANDORNOT.
Imported a whole bunch of tests from TestQueryParser.java.
Except for the term1 !term2 queries (which are commented out for now), all tests go green!!
Woohoo!!


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150978 13f79535-47bb-0310-9956-ffa450edef68
2004-05-17 11:56:17 +00:00
Kelvin Tan adb3ef0db2 Added backslash to list of allowed characters.
Implemented checkANDORNOT, with thanks to Michel Valade (m_valade at hotmail.com)
for suggested change to the regex.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150977 13f79535-47bb-0310-9956-ffa450edef68
2004-05-17 11:53:59 +00:00
Mark Harwood ea277f9b94 Javadoc updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150976 13f79535-47bb-0310-9956-ffa450edef68
2004-05-09 16:03:57 +00:00
Erik Hatcher ac0f42f29a patch from Mark, while his account creation is pending
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150975 13f79535-47bb-0310-9956-ffa450edef68
2004-05-05 19:43:00 +00:00
Erik Hatcher d9684c7065 javadoc fixups
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150974 13f79535-47bb-0310-9956-ffa450edef68
2004-04-21 01:12:04 +00:00
Erik Hatcher 527503916a move test case to test directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150973 13f79535-47bb-0310-9956-ffa450edef68
2004-04-21 01:06:04 +00:00
Erik Hatcher 33345f7af9 Initial commit of Mark Harwood's Highlighter package
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150972 13f79535-47bb-0310-9956-ffa450edef68
2004-04-09 00:34:31 +00:00
Erik Hatcher 45898ec436 renaming - sorry, wasn't paying attention
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150971 13f79535-47bb-0310-9956-ffa450edef68
2004-04-09 00:33:40 +00:00
Erik Hatcher 268aa9e55f Initial addition of hit hilighting code contributed by Mark Harwood
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150970 13f79535-47bb-0310-9956-ffa450edef68
2004-04-09 00:16:16 +00:00
Otis Gospodnetic 7d7e290d34 - Applied a patch from bug entry: src/java/org/apache/lucenesandbox/xmlindexingdemo/XMLDocumentHandlerSAX.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150969 13f79535-47bb-0310-9956-ffa450edef68
2004-04-06 09:51:41 +00:00
Kelvin Tan b89cb9ac38 Fixed silly typo.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150968 13f79535-47bb-0310-9956-ffa450edef68
2004-03-26 07:43:22 +00:00
Kelvin Tan 8afe28b9f7 Added 2 asterisk test cases.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150967 13f79535-47bb-0310-9956-ffa450edef68
2004-03-26 07:43:10 +00:00
Kelvin Tan 7865adc2dd Extracted validation methods so they can be tested via jsunit.
Handles query escaping via a workaround. Yay!
Checks for empty quotes.
Simplified many REs.
Allows the '=' sign.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150966 13f79535-47bb-0310-9956-ffa450edef68
2004-03-16 03:17:17 +00:00
Erik Hatcher f065932ff6 clean-up based on core changes to StopFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150965 13f79535-47bb-0310-9956-ffa450edef68
2004-03-12 15:52:59 +00:00
Erik Hatcher c4dd210b0f bringing sandbox analyzers up to date with changes to the core StopFilter and migrating away from using Hashtable
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150964 13f79535-47bb-0310-9956-ffa450edef68
2004-03-11 03:05:36 +00:00
Otis Gospodnetic badeb8cd5a - Initial commit
Contribution: http://issues.apache.org/bugzilla/show_bug.cgi?id=27168
  (with removed ^Ms, trailing spaces, and with ASL 2.0 instead of ASL 1.1)


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150963 13f79535-47bb-0310-9956-ffa450edef68
2004-03-09 14:55:08 +00:00
Kelvin Tan 0e30c11124 Added doANDTerms method to construct Google-like queries.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150962 13f79535-47bb-0310-9956-ffa450edef68
2004-03-06 08:22:05 +00:00
Otis Gospodnetic a016dcef1b - Added documentation
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150960 13f79535-47bb-0310-9956-ffa450edef68
2004-03-02 13:56:03 +00:00
Otis Gospodnetic 4a46c8b05f - Initial commit.
Contribution from David Spencer.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150959 13f79535-47bb-0310-9956-ffa450edef68
2004-03-02 12:52:16 +00:00
Erik Hatcher 1c5145048b example of antlib usage
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150958 13f79535-47bb-0310-9956-ffa450edef68
2004-02-25 01:11:24 +00:00
Doug Cutting 0bc129625f Added support for javadoc, releases, etc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150957 13f79535-47bb-0310-9956-ffa450edef68
2004-02-24 19:08:06 +00:00
Doug Cutting 22c2c5b909 Added recently released stemmers, updated license & build.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150956 13f79535-47bb-0310-9956-ffa450edef68
2004-02-24 19:07:36 +00:00
Erik Hatcher 1052786c75 making target an optional attribute
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150955 13f79535-47bb-0310-9956-ffa450edef68
2004-02-23 15:25:48 +00:00
Erik Hatcher 1d81627f0e upgrading deprecated API call
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150954 13f79535-47bb-0310-9956-ffa450edef68
2004-02-23 15:24:13 +00:00
Erik Hatcher 94f1d399dc change name of JAR built, add descriptions for other targets
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150953 13f79535-47bb-0310-9956-ffa450edef68
2004-02-23 15:23:25 +00:00
Erik Hatcher 48fa83e2ac add support for compound index format when creating new index
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150952 13f79535-47bb-0310-9956-ffa450edef68
2004-02-22 14:50:04 +00:00
Erik Hatcher 3283c40205 adding Russian analyzer to index task built-ins now that it has a friendly ctor
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150951 13f79535-47bb-0310-9956-ffa450edef68
2004-02-22 10:33:38 +00:00
Kelvin Tan 854c344317 Initial commit.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150950 13f79535-47bb-0310-9956-ffa450edef68
2004-02-18 06:20:15 +00:00
Erik Hatcher ed38b4fab0 gettin jiggy with ant 1.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150949 13f79535-47bb-0310-9956-ffa450edef68
2004-02-15 19:19:55 +00:00
Erik Hatcher 79313c8f43 add synonym lookup utility
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150948 13f79535-47bb-0310-9956-ffa450edef68
2004-01-26 17:29:35 +00:00
Erik Hatcher bd07d7acc4 modify to build syn index in compound format
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150947 13f79535-47bb-0310-9956-ffa450edef68
2004-01-26 17:29:09 +00:00
Erik Hatcher bd0af19e91 add building of index and looking up a synonym to the build file
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150946 13f79535-47bb-0310-9956-ffa450edef68
2004-01-26 17:26:38 +00:00
Erik Hatcher 2ee994898d lucli code cleanup and a couple of minor enhancements/fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150945 13f79535-47bb-0310-9956-ffa450edef68
2004-01-26 01:36:15 +00:00
Erik Hatcher 93fcac0a9b apparently the license is not ASF compatible, so removing from CVS - but it is needed for building!
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150944 13f79535-47bb-0310-9956-ffa450edef68
2004-01-26 01:10:56 +00:00
Erik Hatcher 4ec1cdc036 friendlier exception handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150943 13f79535-47bb-0310-9956-ffa450edef68
2004-01-25 19:42:21 +00:00
Erik Hatcher 895c99e801 no need to have lucene JAR in lib directory to build sandbox pieces
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150942 13f79535-47bb-0310-9956-ffa450edef68
2004-01-25 19:41:52 +00:00
Erik Hatcher 507626829b #26396 - HighFreqTerms fixup from Jean-Fran��ois Halleux
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150941 13f79535-47bb-0310-9956-ffa450edef68
2004-01-25 13:16:00 +00:00
Erik Hatcher 8fa85d5cdb more ant touchups
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150940 13f79535-47bb-0310-9956-ffa450edef68
2004-01-23 17:40:13 +00:00
Erik Hatcher dcd5d64785 copy non-java files so they get bundled into the JAR
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150939 13f79535-47bb-0310-9956-ffa450edef68
2004-01-23 17:38:35 +00:00
Erik Hatcher 8c1b134a7a enhanced sample, but validator is acting up it seems. kelvin - am i doing something wrong?
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150938 13f79535-47bb-0310-9956-ffa450edef68
2004-01-23 16:59:38 +00:00
Erik Hatcher 5320408426 code cleanup. tests pass
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150937 13f79535-47bb-0310-9956-ffa450edef68
2004-01-23 16:51:56 +00:00
Erik Hatcher 48798905d1 another attempt to get tests passing
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150936 13f79535-47bb-0310-9956-ffa450edef68
2004-01-23 12:49:34 +00:00
Erik Hatcher 0d43020b12 snowball touchups
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150935 13f79535-47bb-0310-9956-ffa450edef68
2004-01-23 12:05:03 +00:00
Erik Hatcher b3c97c801e add ASL to source code
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150934 13f79535-47bb-0310-9956-ffa450edef68
2004-01-22 20:54:47 +00:00
Erik Hatcher e7aef512db #26360 from Jean-Fran����ois Halleux - add test case for FrendAnalyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150933 13f79535-47bb-0310-9956-ffa450edef68
2004-01-22 20:49:16 +00:00
Erik Hatcher 595559dedb #26268 - Add FrenchAnalyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150932 13f79535-47bb-0310-9956-ffa450edef68
2004-01-20 10:07:01 +00:00
Erik Hatcher d4aebf1703 removing redundant casts
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150931 13f79535-47bb-0310-9956-ffa450edef68
2004-01-19 21:23:28 +00:00
Erik Hatcher 09b18b0b17 javadoc fixup
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150930 13f79535-47bb-0310-9956-ffa450edef68
2004-01-19 21:22:36 +00:00
Erik Hatcher d2d0581932 This shows why test cases are a good thing, oh and an IDE that flags silly assignments
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150929 13f79535-47bb-0310-9956-ffa450edef68
2004-01-19 21:21:38 +00:00
Erik Hatcher 45ab072d85 Duplicate WordlistLoader removal. It exists in Lucene's core also.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150928 13f79535-47bb-0310-9956-ffa450edef68
2004-01-19 21:20:18 +00:00
Erik Hatcher 21f33b5453 Duplicate WordlistLoader removal. It exists in Lucene's core also. There was one code difference and the core implementation looked correct - please let me know if this is not correct
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150927 13f79535-47bb-0310-9956-ffa450edef68
2004-01-19 21:02:31 +00:00
Erik Hatcher 82cd7f0b76 upgrade index task to some ancient enhancements i had locally
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150926 13f79535-47bb-0310-9956-ffa450edef68
2004-01-19 14:58:33 +00:00
Erik Hatcher c772092ac0 Berkeley DB JAR - license seems Apache friendly so ok to checkin
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150925 13f79535-47bb-0310-9956-ffa450edef68
2004-01-14 00:30:41 +00:00
Erik Hatcher 899c092974 Andi Vajda's Berkeley DB directory contribution
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150924 13f79535-47bb-0310-9956-ffa450edef68
2004-01-14 00:29:45 +00:00
Kelvin Tan eb9bc807da Fixed case where wildcard character at start of string.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150923 13f79535-47bb-0310-9956-ffa450edef68
2004-01-13 07:01:32 +00:00
Erik Hatcher 259f0f8e2f taglib cleanup, but still busted functionally
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150922 13f79535-47bb-0310-9956-ffa450edef68
2004-01-12 16:41:56 +00:00
Erik Hatcher f659f8eccd add reminders for future work
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150921 13f79535-47bb-0310-9956-ffa450edef68
2004-01-11 14:13:26 +00:00
Erik Hatcher da02ffa7b0 build and code cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150920 13f79535-47bb-0310-9956-ffa450edef68
2004-01-11 14:12:19 +00:00
Erik Hatcher 0686b22b3c point to SF location
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150919 13f79535-47bb-0310-9956-ffa450edef68
2004-01-11 14:10:27 +00:00
Erik Hatcher 9ab16be95d adding back some removed targets to the build file
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150918 13f79535-47bb-0310-9956-ffa450edef68
2004-01-11 14:07:52 +00:00
Kelvin Tan 51773a46e6 An almost complete rewrite of all RE patterns.
Supports a more complete set of possible characters and also
special characters referenced mentioned in http://jakarta.apache.org/lucene/docs/queryparsersyntax.html.
Supports full query parser syntax except for AND NOT OR, but warns user of possible errors for these queries.
Added alertUser option to disable window.alert boxes.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150917 13f79535-47bb-0310-9956-ffa450edef68
2004-01-10 13:28:33 +00:00
Erik Hatcher 7991c038ff restructure parser tree to add a build process
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150916 13f79535-47bb-0310-9956-ffa450edef68
2004-01-07 03:53:52 +00:00
Erik Hatcher dfaeb895a1 instructions for building
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150915 13f79535-47bb-0310-9956-ffa450edef68
2004-01-07 03:53:00 +00:00
Erik Hatcher c11fd1194f remove indyo leftovers
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150914 13f79535-47bb-0310-9956-ffa450edef68
2004-01-07 02:54:45 +00:00
Erik Hatcher 9bfb720fca bring WordNet into master sandbox build, includes some minor cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150913 13f79535-47bb-0310-9956-ffa450edef68
2004-01-06 01:30:01 +00:00
Erik Hatcher ba6cd9fbe1 unify searchbean build
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150912 13f79535-47bb-0310-9956-ffa450edef68
2004-01-06 01:24:05 +00:00
Erik Hatcher 8ef9c42213 remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150911 13f79535-47bb-0310-9956-ffa450edef68
2004-01-06 01:17:37 +00:00
Erik Hatcher 0d17580231 add build for misc. stuff
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150910 13f79535-47bb-0310-9956-ffa450edef68
2004-01-06 01:15:34 +00:00
Erik Hatcher 46ecc70934 bring the analyzers codebase into the build
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150909 13f79535-47bb-0310-9956-ffa450edef68
2004-01-06 01:03:15 +00:00
Erik Hatcher af0c0932b3 add todo for doc generation
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150908 13f79535-47bb-0310-9956-ffa450edef68
2004-01-06 00:08:23 +00:00
Erik Hatcher f379ad2dd1 unifying snowball build to work alone or with the master sandbox build
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150907 13f79535-47bb-0310-9956-ffa450edef68
2004-01-06 00:07:21 +00:00
Erik Hatcher 5dc61de9a2 upgrade lucli build to conform with master build
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150906 13f79535-47bb-0310-9956-ffa450edef68
2004-01-05 17:20:42 +00:00
Erik Hatcher 1cb510889b build distributions, and consolidate from master build
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150905 13f79535-47bb-0310-9956-ffa450edef68
2004-01-05 16:35:10 +00:00
Erik Hatcher d33a91c6c3 more work on sandbox build process
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150904 13f79535-47bb-0310-9956-ffa450edef68
2004-01-05 15:54:53 +00:00
Erik Hatcher f8ab04f44e test case cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150903 13f79535-47bb-0310-9956-ffa450edef68
2004-01-05 15:46:26 +00:00
Erik Hatcher 4b25907eb5 update for Ant 1.6 deprecation
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150902 13f79535-47bb-0310-9956-ffa450edef68
2004-01-05 15:45:55 +00:00
Erik Hatcher e2ee045a97 fix deprecation warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150901 13f79535-47bb-0310-9956-ffa450edef68
2004-01-05 15:37:49 +00:00
Erik Hatcher df82a888e5 work in progress... creating infrastructure to build the sandbox in one go
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150900 13f79535-47bb-0310-9956-ffa450edef68
2004-01-05 07:09:42 +00:00
Erik Hatcher ffc4392665 build file is broken, renaming out of the way
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150899 13f79535-47bb-0310-9956-ffa450edef68
2004-01-05 07:08:30 +00:00
Otis Gospodnetic 1ffe616bba - Initial commit (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23786)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150898 13f79535-47bb-0310-9956-ffa450edef68
2003-12-23 18:57:27 +00:00
Otis Gospodnetic 950991783a - Initial commit (from contributed patches)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150897 13f79535-47bb-0310-9956-ffa450edef68
2003-12-23 18:46:35 +00:00
Kelvin Tan 4d96f7eb97 Fixed bug where the field in a wildcard field search was being lowercased.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150896 13f79535-47bb-0310-9956-ffa450edef68
2003-12-16 02:22:02 +00:00
Erik Hatcher ff6a1404c4 contribution from Dror Matalon
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150895 13f79535-47bb-0310-9956-ffa450edef68
2003-12-11 02:07:45 +00:00
Kelvin Tan 485c79366d Added breaks to switch/case statements.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150894 13f79535-47bb-0310-9956-ffa450edef68
2003-06-23 01:17:12 +00:00
Erik Hatcher 0f68e5a773 add error more descriptive exception handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150893 13f79535-47bb-0310-9956-ffa450edef68
2003-06-01 05:11:39 +00:00