Commit Graph

421 Commits

Author SHA1 Message Date
Otis Gospodnetic 50d6da8ab9 - Fixed a link in toString(String) method's javadoc; added links to class
javadoc; reformatted a bit.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149795 13f79535-47bb-0310-9956-ffa450edef68
2002-07-02 15:16:55 +00:00
Otis Gospodnetic 6efcaa8649 - Recorded Brian's change to QueryParser.jj for range query syntax.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149794 13f79535-47bb-0310-9956-ffa450edef68
2002-06-29 22:34:09 +00:00
Otis Gospodnetic 333a7a6829 - Recorded HTMLParser.jj changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149793 13f79535-47bb-0310-9956-ffa450edef68
2002-06-29 22:10:37 +00:00
Otis Gospodnetic 6f4c2690c9 - Improved HTML parser that allows one to get HTML document's meta tags' values.
PR:
Obtained from:
Submitted by:	Mark Harwood
Reviewed by:	otis


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149792 13f79535-47bb-0310-9956-ffa450edef68
2002-06-29 22:08:26 +00:00
Otis Gospodnetic c26fa43004 - Removed the erroneous 'i' character.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149791 13f79535-47bb-0310-9956-ffa450edef68
2002-06-28 13:47:03 +00:00
Otis Gospodnetic 1693768483 - Added BioMates.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149790 13f79535-47bb-0310-9956-ffa450edef68
2002-06-27 21:01:30 +00:00
Otis Gospodnetic ca040d218a - Updated an existing item.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149789 13f79535-47bb-0310-9956-ffa450edef68
2002-06-27 16:30:20 +00:00
Otis Gospodnetic 92ade30794 - Changed the 'disableLocks' system property name to 'disableLuceneLocks'.
- Fixed my own misspelling from the previous commit.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149788 13f79535-47bb-0310-9956-ffa450edef68
2002-06-26 17:30:11 +00:00
Otis Gospodnetic ad73dd681f - Made a small method javadoc change.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149787 13f79535-47bb-0310-9956-ffa450edef68
2002-06-25 16:18:32 +00:00
Otis Gospodnetic 43f5e32b7e - Reduced the number of condition checks for disabling locks.
- Documented the use of 'disableLocks' system property in class Javadoc.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149786 13f79535-47bb-0310-9956-ffa450edef68
2002-06-25 16:09:15 +00:00
Brian Goetz 8ab0396cfc Support for new range query syntax. The delimiter is " TO ", but is optional
for backward compatibility with previous syntax.  If the range arguments
match the format supported by DateFormat.getDateInstance(DateFormat.SHORT),
then they will be converted into the appropriate date strings a la DateField.

Added Field.Keyword "constructor" for Date-valued arguments.

Optimized DateField.timeToString function.

PR:
Obtained from:
Submitted by:	Brian Goetz
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149785 13f79535-47bb-0310-9956-ffa450edef68
2002-06-25 00:05:31 +00:00
Peter Carlson b1b3d33cf7 Updated Changes to include information about add id method in Hits
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149784 13f79535-47bb-0310-9956-ffa450edef68
2002-06-21 16:54:00 +00:00
Otis Gospodnetic 1aba01fe47 - Updated with information about changes that allow lock creation to be disabled.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149783 13f79535-47bb-0310-9956-ffa450edef68
2002-06-21 16:41:38 +00:00
Otis Gospodnetic 4cee88c438 - Added the ability to disable creation of locks on the file system, in order
to allow Lucene to be used on read-only media.
  To disable lock creation set 'disableLocks' system property to 'true'.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149782 13f79535-47bb-0310-9956-ffa450edef68
2002-06-21 14:57:46 +00:00
Peter Carlson 19a3915b3c Added accessor method to get HitDoc global id from Hits.
This id needs to be used in sorting.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149781 13f79535-47bb-0310-9956-ffa450edef68
2002-06-20 14:32:08 +00:00
Peter Carlson 7cd7ca05a1 Update .html files to reflect change in left nav bar. Otis added lucene-sandbox link.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149780 13f79535-47bb-0310-9956-ffa450edef68
2002-06-20 14:23:48 +00:00
Peter Carlson 4cad7c5ff4 Adding release of 1.2 information to index page.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149779 13f79535-47bb-0310-9956-ffa450edef68
2002-06-20 14:13:43 +00:00
Otis Gospodnetic 312ae29d61 - Cosmetics.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149778 13f79535-47bb-0310-9956-ffa450edef68
2002-06-17 15:34:41 +00:00
Otis Gospodnetic e33dca7274 - Added a note about build.properties file.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149777 13f79535-47bb-0310-9956-ffa450edef68
2002-06-17 15:34:27 +00:00
Otis Gospodnetic 4e2f6ae67a - Added a link to Lucene Sandbox.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149776 13f79535-47bb-0310-9956-ffa450edef68
2002-06-10 03:38:58 +00:00
Peter Carlson 03a738d8de Chagned default.properties to reflect new 1.3-dev1 status for building nightly builds.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149775 13f79535-47bb-0310-9956-ffa450edef68
2002-06-09 21:56:14 +00:00
Otis Gospodnetic 4f2e3c4f3f - Added Javadoc for the class and two methods explaining issue with dates
prior to 1.1.1970.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149774 13f79535-47bb-0310-9956-ffa450edef68
2002-06-09 20:47:22 +00:00
Peter Carlson 1332664ade Fixed default.properties so that when built it uses build 1.2 vs. 1.3-dev1
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149773 13f79535-47bb-0310-9956-ffa450edef68
2002-06-09 20:44:01 +00:00
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