Commit Graph

3929 Commits

Author SHA1 Message Date
Doron Cohen 203925ad70 LUCENE-1908: Scoring documentation imrovements in Similarity javadocs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@815414 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 17:44:35 +00:00
Uwe Schindler 95d3f4bd52 LUCENE-1872: Javadocs updates of Numeric*
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@815195 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 07:28:27 +00:00
Uwe Schindler 4666489857 LUCENE-1906: Fix backwards problems with CharStream and Tokenizers with custom reset(Reader) method.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@813671 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 06:12:13 +00:00
Uwe Schindler 05fa98b1bb Javadocs should present tokenattributes pkg inside core
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@813391 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 12:02:01 +00:00
Uwe Schindler 4d87fcd99a LUCENE-1887: Remove o.a.l.messages from the javadocs-all association to query parser contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@813268 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 07:10:29 +00:00
Uwe Schindler c6cb9a300e LUCENE-1877: make FSLockFactory.setLockDir() final to prevent users from doing bad things. This method was package private before, so no bw-problem, but as it is protected now (because an user's customized FSLockFactory must be able to call it from ctor), it must be final (contract: all methods called from ctors should be private or final).
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@813267 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 07:06:50 +00:00
Mark Robert Miller 23ae664dc6 LUCENE-1896: improve Similarity#queryNorm javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@813200 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 03:02:50 +00:00
Mark Robert Miller 8acc35da95 LUCENE-1894: fix using the wrong cache
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@813199 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 02:55:47 +00:00
Mark Robert Miller 151fd05016 LUCENE-1887: moves messages from queryParser contrib to core and applies Robert Muir's patch to convert to 1.4
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@813198 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 02:44:50 +00:00
Mark Robert Miller 5bb97b264e LUCENE-1905: fix bug when instantiating SimpleFSLockFacory with a String and add test
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@813154 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 22:50:24 +00:00
Mark Robert Miller 11d65e5cb0 update credits for LUCENE-1901 to better format as suggested by Uwe
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@813015 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 16:04:02 +00:00
Mark Robert Miller 073efff308 add note to LUCENE-1901 - it never appeared in a release
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@813002 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 15:40:48 +00:00
Mark Robert Miller b26483fea6 last commit accidently removed a Changes entry Uwe entered - readding the entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812989 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 15:19:29 +00:00
Mark Robert Miller 08415d13e2 merge LUCENE-1483: Added new MultiReaderHitCollector... into LUCENE-1575
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812983 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 14:57:42 +00:00
Uwe Schindler 8f70c99e37 LUCENE-1901: Add changes entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812975 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 14:29:27 +00:00
Mark Robert Miller 8f96a290b8 LUCENE-1900: Improve Searchable Javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812963 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 13:53:20 +00:00
Michael McCandless c5c363e540 LUCENE-1899: fix slow realloc performance if you set bits in order in a new OpenBitSet
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812904 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 11:51:41 +00:00
Uwe Schindler 0f5a2d1239 LUCENE-1903: Forgot me & issue reporter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812782 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 06:05:46 +00:00
Uwe Schindler a8eb5c4b80 LUCENE-1903: Fix incorrect ShingleFilter behavior when outputUnigrams == false
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812779 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 06:02:54 +00:00
Chris M. Hostetter 3507752e42 LUCENE-1902: html version of changes.txt should be included in packaged releases, and linked to from left nav of docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812734 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 00:00:17 +00:00
Uwe Schindler 8f67ba4811 LUCENE-1901: Add a test (also to Token.java)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812690 13f79535-47bb-0310-9956-ffa450edef68
2009-09-08 20:49:49 +00:00
Uwe Schindler c3063ec882 LUCENE-1901: TermAttributeImpl.equals() must also check termLength
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812666 13f79535-47bb-0310-9956-ffa450edef68
2009-09-08 20:00:08 +00:00
Mark Robert Miller 26b9f64ab8 LUCENE-1898: Switch changes to use bullets rather than numbers and update changes-to-html script to handle the new format.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812493 13f79535-47bb-0310-9956-ffa450edef68
2009-09-08 13:07:07 +00:00
Mark Robert Miller f10221e468 LUCENE-1892: Demo HTMLParser compares StringBuffer to an empty String with .equals
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812249 13f79535-47bb-0310-9956-ffa450edef68
2009-09-07 18:32:52 +00:00
Mark Robert Miller 78e767b671 LUCENE-1893: clean up equals/hashCode issues in spatial
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812248 13f79535-47bb-0310-9956-ffa450edef68
2009-09-07 18:31:43 +00:00
Mark Robert Miller 53dcf2c320 cleanup unused reusableToken instances that were left behind
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@811984 13f79535-47bb-0310-9956-ffa450edef68
2009-09-07 03:29:38 +00:00
Mark Robert Miller 675af03c9b LUCENE-1891: Spatial uses java util logging that causes needless minor work (multiple string concat, a method call) due to not checking log level
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@811974 13f79535-47bb-0310-9956-ffa450edef68
2009-09-07 02:12:04 +00:00
Mark Robert Miller 2570f92b46 LUCENE-1874: remove empty/outdated sections from scoring page
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@811961 13f79535-47bb-0310-9956-ffa450edef68
2009-09-07 01:06:12 +00:00
Mark Robert Miller 93f02d341e LUCENE-1873: Update documentation to reflect current Contrib area status
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@811959 13f79535-47bb-0310-9956-ffa450edef68
2009-09-07 01:00:21 +00:00
Uwe Schindler 894dae9059 LUCENE-1877, LUCENE-1885: Use NativeFSLockFactory as default for new API (direct ctors & FSDir.open). Fix isLocked() bug in NativeFSLock.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@811157 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03 22:17:31 +00:00
Chris M. Hostetter fe6c88cebe adding CHANGES.txt entries that i/others forgot to add when making some recent documentation improvement commits. Jira issues: LUCENE-1876, LUCENE-1884, LUCENE-1886, LUCENE-1862, LUCENE-1875, LUCENE-1872
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@811080 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03 18:51:48 +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
Chris M. Hostetter 8f88bf0062 LUCENE-1886: small javadoc formatting improvements to some analysis classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@811060 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03 17:58:44 +00:00
Michael McCandless ca16a35398 LUCENE-1878: make it clear that contrib/spatial is still experimental
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810951 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03 14:03:19 +00:00
Robert Muir a02eb9ee42 LUCENE-1876: add missing package.html to some contribs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810923 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03 13:02:16 +00:00
Michael McCandless edf84b6b55 LUCENE-1878: cutover TestCartesian to DistanceFieldComparatorSource
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810648 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 18:20:13 +00:00
Mark Robert Miller fe9d473743 update a few license issues in package.htmls
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810578 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 15:46:40 +00:00
Mark Robert Miller b3a00de39c LUCENE-1878: remove deprecated classes from spatial
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810572 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 15:34:45 +00:00
Mark Robert Miller dff5952e3e spell fixes for changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810559 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 15:23:58 +00:00
Chris M. Hostetter 6e5b0f028f LUCENE-1862: resolve duplicate queryParser package.html problem by moving contrib specific docs to contrib's overview.html ... also make a few other tweaks to improve the formatting of the queryParser contrib docs and how they are listed in the sections in overview-summary.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810286 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 22:29:24 +00:00
Chris M. Hostetter 29e6be94c3 LUCENE-1882: improved package level docs for smartcn
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810247 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 21:31:18 +00:00
Chris M. Hostetter e5cb7f668a LUCENE-1882: move SmartChineseAnalyzer to the 'correct' package ... this commit is based on a sequence of svn commands and a patch provided by Robert Muir in LUCENE-1862
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810208 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 20:10:33 +00:00
Chris M. Hostetter 566aaf28e7 fix eol inconsistencies in some package.html files
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@810191 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 19:30:59 +00:00
Michael McCandless 0e6405e354 LUCENE-1880: make contrib/collation/(ICU)CollationKeyAnalyzer constructors public
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@809767 13f79535-47bb-0310-9956-ffa450edef68
2009-08-31 22:35:46 +00:00
Uwe Schindler 771a0b47ce Print the class name correctly.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@809562 13f79535-47bb-0310-9956-ffa450edef68
2009-08-31 12:43:17 +00:00
Mark Robert Miller 3472e6aeae change to state that benchmark works with multiple standard collections rather than one
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@809385 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30 17:18:13 +00:00
Uwe Schindler 46bcaf3aa3 LUCENE-1875: Fix confusing Javadoc of TokenStream.end()
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@809381 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30 17:10:38 +00:00
Mark Robert Miller 3e5d464f1e more license updates from LUCENE-1865
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@809380 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30 17:09:57 +00:00
Uwe Schindler c7961ba684 LUCENE-1872: Some formatting changes and addons.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@809284 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30 09:16:23 +00:00
Michael McCandless 8107d186c7 LUCENE-1872: improve javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@809202 13f79535-47bb-0310-9956-ffa450edef68
2009-08-29 20:52:03 +00:00