Commit Graph

421 Commits

Author SHA1 Message Date
Otis Gospodnetic dabd5e449f - Made the code in the javadoc readable.
- Removed unnecessary import statement.
- Re-indented the whole class.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149694 13f79535-47bb-0310-9956-ffa450edef68
2002-02-21 21:41:53 +00:00
Otis Gospodnetic 6f968662e9 - Improved javadoc to make it more readable and removed some trailing white
spaces.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149693 13f79535-47bb-0310-9956-ffa450edef68
2002-02-21 20:31:10 +00:00
Otis Gospodnetic b433d6c174 - Improved javadoc to make it more readable.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149692 13f79535-47bb-0310-9956-ffa450edef68
2002-02-21 20:22:45 +00:00
Brian Goetz 7e7d8c6ac0 Add ~N syntax to phrase queries in query parser to allow for user-settable slop
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149691 13f79535-47bb-0310-9956-ffa450edef68
2002-02-19 00:44:00 +00:00
Otis Gospodnetic 1ec9086829 - Added public static boolean isLocked(String) method.
PR:
Obtained from:
Submitted by:	Colin Britton
Reviewed by:	otis


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149690 13f79535-47bb-0310-9956-ffa450edef68
2002-02-15 18:59:42 +00:00
Scott Ganyo 64adb57449 field must be interned during serialization read process
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149689 13f79535-47bb-0310-9956-ffa450edef68
2002-02-15 13:13:19 +00:00
Otis Gospodnetic 33a4c8c325 - Changed the URL for example query parser test cases.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149688 13f79535-47bb-0310-9956-ffa450edef68
2002-02-15 02:55:46 +00:00
Doug Cutting 247a7df6df Start change list for next release.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149687 13f79535-47bb-0310-9956-ffa450edef68
2002-02-14 21:17:17 +00:00
Doug Cutting fe9a18b556 Updating default version prior to new release.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149685 13f79535-47bb-0310-9956-ffa450edef68
2002-02-14 20:49:30 +00:00
Doug Cutting 2a801b7e7d Fixed some javadoc links.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149684 13f79535-47bb-0310-9956-ffa450edef68
2002-02-14 20:48:18 +00:00
Doug Cutting e00dabf7b1 Fixed some javadoc links.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149683 13f79535-47bb-0310-9956-ffa450edef68
2002-02-14 20:46:13 +00:00
Doug Cutting 0a737ca136 Updated for recent changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149682 13f79535-47bb-0310-9956-ffa450edef68
2002-02-14 19:31:25 +00:00
Otis Gospodnetic 80f9f1db38 - Replaced references to the old package name com.lucene with org.apache.lucene
- Fixed a few Javadocs problems.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149681 13f79535-47bb-0310-9956-ffa450edef68
2002-02-14 01:46:31 +00:00
Otis Gospodnetic 3e7f46010e - Fixed a bug with substCount variable which was not being reset.
- Re-formatted the whole class to match the rest of the code more closely
  (still differs, but... :)).


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149680 13f79535-47bb-0310-9956-ffa450edef68
2002-02-14 01:19:07 +00:00
Otis Gospodnetic 9bd57fb82a - Patched Javadocs.
PR:
Obtained from:
Submitted by:	Erik Hatcher
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149679 13f79535-47bb-0310-9956-ffa450edef68
2002-02-14 00:58:46 +00:00
Otis Gospodnetic 76947ae37c - Updated JavaCC URL.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149678 13f79535-47bb-0310-9956-ffa450edef68
2002-02-13 16:52:02 +00:00
Jon Scott Stevens 5fc0c17fa1 added scarab to the powered by page.
ant docs seemed to have produced a few changes in files (make sure you
are using the latest jakarta-site2!)

-jon


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149677 13f79535-47bb-0310-9956-ffa450edef68
2002-02-11 19:45:24 +00:00
Doug Cutting a55bb5e109 Updated "powered by" links
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149676 13f79535-47bb-0310-9956-ffa450edef68
2002-02-11 19:37:48 +00:00
Doug Cutting 55ce2ae185 Fix a locking bug when deleting from an unoptimized index.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149675 13f79535-47bb-0310-9956-ffa450edef68
2002-02-10 22:59:12 +00:00
Andrew C. Oliver 4932518f4c made instructions clearer and more correct
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149674 13f79535-47bb-0310-9956-ffa450edef68
2002-02-09 12:39:16 +00:00
Andrew C. Oliver 5b47a1185f made instructions a bit clearer and more correct
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149673 13f79535-47bb-0310-9956-ffa450edef68
2002-02-09 12:38:53 +00:00
Doug Cutting ed0aeca6bf Updated for recent changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149672 13f79535-47bb-0310-9956-ffa450edef68
2002-02-08 23:01:15 +00:00
Doug Cutting 6796f04a73 Fixed NullPointerException while performing phrase searches.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149671 13f79535-47bb-0310-9956-ffa450edef68
2002-02-08 22:52:03 +00:00
Doug Cutting 64943029fa obtain write.lock while deleting documents
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149670 13f79535-47bb-0310-9956-ffa450edef68
2002-02-08 19:39:42 +00:00
Andrew C. Oliver 17b7faf67c oops... I refer to the luceneweb directory when I mean just tomcat webapps
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149669 13f79535-47bb-0310-9956-ffa450edef68
2002-02-08 13:12:30 +00:00
Peter Carlson 23f09891f8 Update Changes to include new updates to contributions
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149668 13f79535-47bb-0310-9956-ffa450edef68
2002-02-07 20:24:28 +00:00
Peter Carlson d29935b9d8 Add XML Document #3 implementation to Document Section
Also added Term Highlighting to Misc Section


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149667 13f79535-47bb-0310-9956-ffa450edef68
2002-02-07 20:22:12 +00:00
Scott Ganyo d2e34a5fb9 implement Serializable
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149666 13f79535-47bb-0310-9956-ffa450edef68
2002-02-05 18:00:18 +00:00
Doug Cutting 60817cb719 Fixed to never delete added indexes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149665 13f79535-47bb-0310-9956-ffa450edef68
2002-01-29 16:30:16 +00:00
Otis Gospodnetic 2f2133f715 - Removed JUnit 3.5 and replaced it with JUnit 3.7.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149664 13f79535-47bb-0310-9956-ffa450edef68
2002-01-28 20:29:14 +00:00
Otis Gospodnetic e7bdd3df93 - JUnit 3.7 (replacing Junit 3.5).
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149663 13f79535-47bb-0310-9956-ffa450edef68
2002-01-28 20:27:10 +00:00
Otis Gospodnetic d5f1f175fc - Fixed tests to use non-deprecated JUnit assert methods.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149662 13f79535-47bb-0310-9956-ffa450edef68
2002-01-28 20:25:21 +00:00
Doug Cutting 495d7206a5 Switched so that dev builds are now RC4.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149661 13f79535-47bb-0310-9956-ffa450edef68
2002-01-28 17:26:38 +00:00
Otis Gospodnetic 808075c073 - Changed javac.home property from './' to '.' in order to change 'JavaCC
Zip: .//lib/JavaCC.zip' message to 'JavaCC Zip: ./lib/JavaCC.zip'.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149660 13f79535-47bb-0310-9956-ffa450edef68
2002-01-28 11:54:59 +00:00
Otis Gospodnetic 0d109d7705 - Fixed references to variables in javadoc. Patch submitted by Daniel Rall.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149659 13f79535-47bb-0310-9956-ffa450edef68
2002-01-28 11:39:02 +00:00
Otis Gospodnetic 7f8618e5de - Minor grammar fix in a javadoc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149658 13f79535-47bb-0310-9956-ffa450edef68
2002-01-28 11:35:56 +00:00
Otis Gospodnetic cf025d06cb - Small javadoc change.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149657 13f79535-47bb-0310-9956-ffa450edef68
2002-01-28 11:34:45 +00:00
Doug Cutting 6c84ee2c62 Updated for new demo package name.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149655 13f79535-47bb-0310-9956-ffa450edef68
2002-01-27 23:20:30 +00:00
Doug Cutting 26f5fbf0c0 Fixed binary package to only include demo & jsp sources.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149654 13f79535-47bb-0310-9956-ffa450edef68
2002-01-27 23:20:04 +00:00
Doug Cutting 74723e3698 Added recent changes. Folks should update this themselves!
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149653 13f79535-47bb-0310-9956-ffa450edef68
2002-01-27 22:27:48 +00:00
Peter Carlson ad7a17c911 Contributions Sections.
Add links to useful resources and contributions not part of lucene official release.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149652 13f79535-47bb-0310-9956-ffa450edef68
2002-01-26 16:39:21 +00:00
Peter Carlson c5730b429b Getting Started tutorial added by Andrew C. Oliver.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149651 13f79535-47bb-0310-9956-ffa450edef68
2002-01-26 16:38:28 +00:00
Peter Carlson fe92305c3c Updated site to include links two new areas.
Getting started (by Andrew Oliver) and Contributions - a collection of Lucene community contributions.
Also changed toolbar to contain updated links 
Moved Bugs to resources
Added Lucene bugs to resources
Added Link to JGuru FAQ in resources
Changed name of FAQ to "FAQ Official" in resources
Add Contributions link in Resources
Added Contributions page with currently 4 sections (Overview, Lucene Documents, Analyzers, Misc).


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149650 13f79535-47bb-0310-9956-ffa450edef68
2002-01-26 16:31:56 +00:00
Peter Carlson d2d31a52ee Updated project toolbar.
Now contains many links to other resources and adds a new area
contributions.html
Reviewed by Doug Cutting


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149649 13f79535-47bb-0310-9956-ffa450edef68
2002-01-26 16:15:22 +00:00
Peter Carlson 9d89ff3546 New Lucene Contributions Page
Reviewed By Doug Cutting
This page contains contributions from the Lucene community that are not part of the official release, but are still very useful.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149648 13f79535-47bb-0310-9956-ffa450edef68
2002-01-26 16:10:16 +00:00
Andrew C. Oliver e1ec2e2c6a forgot a file
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149647 13f79535-47bb-0310-9956-ffa450edef68
2002-01-26 15:17:22 +00:00
Andrew C. Oliver e120b8bd51 PR:
Obtained from:
Reviewed by:	Doug Cutting / Lucene Community
new demo build target
added getting started guide
modified tests
moved demo to demo subpackage
added war demo


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149646 13f79535-47bb-0310-9956-ffa450edef68
2002-01-26 15:01:32 +00:00
Doug Cutting d0473acefc Renamed NullTokenizer and Analyzer to WhitespaceTokenizer and Analyzer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149645 13f79535-47bb-0310-9956-ffa450edef68
2002-01-24 19:03:52 +00:00
Doug Cutting 2ae22a31e3 Renamed NullTokenizer and Analyzer to WhitespaceTokenizer and Analyzer.
Also re-structured the implementation of several tokenizers so that they
share code, basing them on the new class CharAnalyzer.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149644 13f79535-47bb-0310-9956-ffa450edef68
2002-01-24 19:02:52 +00:00
Doug Cutting b1ab12b556 Removed JavaCC.zip from CVS, in order to conform to its license, which
does not permit redistribution without permission.  Developers must
now separately download JavaCC again.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149643 13f79535-47bb-0310-9956-ffa450edef68
2002-01-22 17:54:21 +00:00