Commit Graph

8398 Commits

Author SHA1 Message Date
Doug Cutting ce605b9a08 Updated my bio, since I'm no longer at Grand Central.
Added a missing tag in lucenesandbox.xml that broke Anakia.
Rebuilt out-of-date docs.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149772 13f79535-47bb-0310-9956-ffa450edef68
2002-06-08 20:43:01 +00:00
Otis Gospodnetic 2ef3150b70 - Added recent changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149771 13f79535-47bb-0310-9956-ffa450edef68
2002-06-05 18:42:46 +00:00
Otis Gospodnetic bd8c341d87 - Fixed class Javadoc (spelling, missing words), reformatted a bit.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149770 13f79535-47bb-0310-9956-ffa450edef68
2002-06-05 17:12:59 +00:00
Otis Gospodnetic 8bcc042f5a - Changed the grammar for EMAIL token in order to match user names and
host names with additional valid user name and host name characters, such
  as '.", '-', and '_'.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149769 13f79535-47bb-0310-9956-ffa450edef68
2002-06-05 04:54:47 +00:00
Otis Gospodnetic a6d7df46a4 - Added testClear() test. It doesn't really test much, but since I already
typed it in I'm leaving it.
- Reformatted/reindented the code and nuked trailing spaces.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149768 13f79535-47bb-0310-9956-ffa450edef68
2002-06-05 01:50:54 +00:00
Otis Gospodnetic a7bd647dd6 - Fixed clear() method that wasn't setting the very last heap element to null,
as reported at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9454.
PR: 9454
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149767 13f79535-47bb-0310-9956-ffa450edef68
2002-06-05 01:46:39 +00:00
Otis Gospodnetic abefb1b48e - Fixed spelling a bit.
- Nukes trailing blank spaces.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149766 13f79535-47bb-0310-9956-ffa450edef68
2002-06-04 15:29:32 +00:00
Otis Gospodnetic 241f32309d - Added a link to Lucene Sanbox CVS repository.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149765 13f79535-47bb-0310-9956-ffa450edef68
2002-06-04 15:20:09 +00:00
Otis Gospodnetic cb0b69690e - Nuked a bunch of trailing blank lines and characters.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149764 13f79535-47bb-0310-9956-ffa450edef68
2002-06-04 15:17:35 +00:00
Otis Gospodnetic 09aa3e0c54 - Rearranged the Resources section a bit and added a link to Lucene Sandbox
page.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149763 13f79535-47bb-0310-9956-ffa450edef68
2002-06-04 15:16:28 +00:00
Peter Carlson 88ca33439d Updated files to reflect new 1.3-dev1 revision.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149762 13f79535-47bb-0310-9956-ffa450edef68
2002-06-02 19:15:18 +00:00
Otis Gospodnetic fc1deaed6c - Added a note about escaping backslashes when specifying a path to an
index directory under Windows.
PR:
Obtained from:
Submitted by:	Eli Tucker
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149761 13f79535-47bb-0310-9956-ffa450edef68
2002-05-29 02:34:25 +00:00
Otis Gospodnetic b7f9ce0e2a - Lucene TO-DO items.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149760 13f79535-47bb-0310-9956-ffa450edef68
2002-05-27 23:56:54 +00:00
Eugene Gluzberg 6f6ce64df4 PR:
Obtained from:
Submitted by:	Otis G.
Reviewed by:	Eugene Gluzberg
Added lucenesandbox.html, which is auto-generated from the xml


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149759 13f79535-47bb-0310-9956-ffa450edef68
2002-05-20 16:32:53 +00:00
Peter Carlson 3f512e96e5 Changed QueryParser.jj to have "?" be a special character which allowed it to be used as a wildcard term. Updated TestWildcard unit test also. (Ralf Hettesheimer via carlson)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149758 13f79535-47bb-0310-9956-ffa450edef68
2002-05-20 15:45:43 +00:00
Peter Carlson d1877d2239 Fixed a typo when converting from the term IBM to the term jakarta in the boosting example.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149757 13f79535-47bb-0310-9956-ffa450edef68
2002-05-16 14:04:14 +00:00
Peter Carlson 0b4bc28cf8 Update website to include Query Parser syntax in resources area.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149756 13f79535-47bb-0310-9956-ffa450edef68
2002-05-16 05:16:10 +00:00
Peter Carlson 4203305b10 Make Query Parser Syntax documentation live.
Added Proximity Searching, Escaping.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149755 13f79535-47bb-0310-9956-ffa450edef68
2002-05-15 23:29:59 +00:00
Otis Gospodnetic 5f795440d4 - Cosmetics.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149754 13f79535-47bb-0310-9956-ffa450edef68
2002-05-15 15:51:04 +00:00
Peter Carlson c092af6cfa Adding Query Parser Syntax to give people a better idea of what Lucene can do and does "out of the box".
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149753 13f79535-47bb-0310-9956-ffa450edef68
2002-05-15 13:51:50 +00:00
Peter Carlson dfc66b93bd Updated Lucene news to include information about 1.2-RC5
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149752 13f79535-47bb-0310-9956-ffa450edef68
2002-05-14 23:01:06 +00:00
Peter Carlson ed3ec5371d Started new section of CHANGES.txt for RC6
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149751 13f79535-47bb-0310-9956-ffa450edef68
2002-05-14 15:24:05 +00:00
Peter Carlson 4f1e425d92 Modified build.xml source target build to include the default.properties instead of the build.properties since the build.properties is for override features and the default.properties wasn't being included.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149749 13f79535-47bb-0310-9956-ffa450edef68
2002-05-13 20:18:42 +00:00
Peter Carlson 1326d05b22 Add changes for unit test fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149748 13f79535-47bb-0310-9956-ffa450edef68
2002-05-11 13:32:30 +00:00
Otis Gospodnetic 32df94455a - Added Lucene Sandbox.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149747 13f79535-47bb-0310-9956-ffa450edef68
2002-05-10 17:24:05 +00:00
Otis Gospodnetic 4e0e597ebf - Added Lexetius.com.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149746 13f79535-47bb-0310-9956-ffa450edef68
2002-05-10 17:09:06 +00:00
Peter Carlson b70d10da84 Fixed the TestQuestionMark by changing the TermQuery to WildcarQuery for the first test. Now succeeds without failure.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149745 13f79535-47bb-0310-9956-ffa450edef68
2002-05-09 14:38:22 +00:00
Otis Gospodnetic 04292ff887 - Fixed a bug in the test itself, caught by Doug.
Duh, correct comment, but contradicting code.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149744 13f79535-47bb-0310-9956-ffa450edef68
2002-05-08 20:16:54 +00:00
Peter Carlson 7ac655d83a Changed TestDateFilter from date field being a Text field to being a Keyword field. Found by Doug.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149743 13f79535-47bb-0310-9956-ffa450edef68
2002-05-08 19:48:04 +00:00
Otis Gospodnetic 5b635fa89f - Updated with an entry for a change just made in DateFilter.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149742 13f79535-47bb-0310-9956-ffa450edef68
2002-05-07 21:28:51 +00:00
Otis Gospodnetic 7cb408e964 - Applied a patch supplied by David Smiley that ensures that searches that
use DateFilter don't throw an exception when no matches are found.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149741 13f79535-47bb-0310-9956-ffa450edef68
2002-05-07 21:26:34 +00:00
Otis Gospodnetic 0c5a8aa81b - Undo an accidental change in the previous revision.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149740 13f79535-47bb-0310-9956-ffa450edef68
2002-05-07 18:07:43 +00:00
Otis Gospodnetic 8d02b4fe0c - Minor modifications.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149739 13f79535-47bb-0310-9956-ffa450edef68
2002-05-07 03:38:34 +00:00
Otis Gospodnetic 83ceba9e36 - Added build.properties.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149738 13f79535-47bb-0310-9956-ffa450edef68
2002-05-07 03:31:19 +00:00
Brian Goetz c06d0ce9ef Add query parser note
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149737 13f79535-47bb-0310-9956-ffa450edef68
2002-05-07 00:24:22 +00:00
Brian Goetz 2a96b329a8 Add escape character to query parser (backslash); add unit test for escape character; wrap TokenMgrError with ParseException in QueryParser.parse
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149736 13f79535-47bb-0310-9956-ffa450edef68
2002-05-06 21:59:44 +00:00
Otis Gospodnetic fe527de308 - Gave Eugene and Rodrigo Reyes credit.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149735 13f79535-47bb-0310-9956-ffa450edef68
2002-05-06 18:10:55 +00:00
Otis Gospodnetic 9250f04c0e - Added Finish Military.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149734 13f79535-47bb-0310-9956-ffa450edef68
2002-05-06 17:54:54 +00:00
Peter Carlson 34a2ac1e94 fixed demo war file variable so that it would resolve correctly.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149733 13f79535-47bb-0310-9956-ffa450edef68
2002-05-06 05:09:55 +00:00
Peter Carlson 2621aefe48 Reviewed cvs commit in mailling list and added changes to date.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149732 13f79535-47bb-0310-9956-ffa450edef68
2002-05-04 18:26:27 +00:00
Otis Gospodnetic be31efa0fc - Added explicit encoding.
A fix for bug #7019.
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7019
PR: 7019
Obtained from:	Raymond
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149731 13f79535-47bb-0310-9956-ffa450edef68
2002-04-30 15:16:18 +00:00
Otis Gospodnetic a90504d2b6 - A patch to FieldInfos.java that Doug Cutting suggested at:
http://marc.theaimsgroup.com/?l=lucene-user&m=100253044509125&w=2
  This allows co-existence of indexed and non-indexed fields with the same name.
PR:
Obtained from:
Submitted by:	Guido Casper
Reviewed by:	otis


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149730 13f79535-47bb-0310-9956-ffa450edef68
2002-04-30 15:08:10 +00:00
Doug Cutting 6fe55d42eb Fixed broken ego link.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149729 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 20:49:27 +00:00
Otis Gospodnetic 8c70a95b15 - Added tests for DateFilter.After method.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149728 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 20:29:19 +00:00
Otis Gospodnetic 4207787649 - DateFilter JUnit tests. Initial checkin.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149727 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 20:15:25 +00:00
Otis Gospodnetic 1af480b290 - Added Apache license.
- Corrected Javadoc wording a bit.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149726 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 19:09:36 +00:00
Otis Gospodnetic 197858c0d4 - Applied a patch that fixes bug #7412.
- Added Apache License.
PR:
Obtained from:
Submitted by:	Rodrigo Reyes
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149725 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 19:08:32 +00:00
Otis Gospodnetic a0c986fdf1 - Wildcard JUnit unit tests. Initial checkin.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149724 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 18:53:35 +00:00
Otis Gospodnetic e5f6cb9bd3 - Fixed incorrect HREFs.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149723 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 04:52:03 +00:00
Otis Gospodnetic 2122be3e73 - Fixed a spelling error and re-formatted the Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149722 13f79535-47bb-0310-9956-ffa450edef68
2002-04-13 20:04:28 +00:00