Michael McCandless
|
daa39fa5ae
|
move to 1.5!
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@820115 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-29 22:33:28 +00:00 |
Michael McCandless
|
a5e5dc8794
|
LUCENE-1925: open up IndexSearcher a bit for expert usage
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@819130 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-26 13:02:48 +00:00 |
Uwe Schindler
|
c390d49290
|
LUCENE-1926: a more improved version of the test to also fill the attributes with bogus values. This should e.g. detect bugs with position increment not correctly set in all cases
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@818920 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-25 17:26:11 +00:00 |
Uwe Schindler
|
b0706ed6b6
|
LUCENE-1926: Add an extra clearAttributes in assertTokenStreamContents
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@818913 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-25 16:34:22 +00:00 |
Uwe Schindler
|
6ab7c91c83
|
LUCENE-1926: Javadoc updates for TokenStream to prevent other people from doing the same error like Robert :-)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@818894 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-25 15:58:58 +00:00 |
Michael McCandless
|
da19413d09
|
LUCENE-1781: move CHANGES entry into unreleased section
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@818633 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-24 21:36:11 +00:00 |
Mark Robert Miller
|
6cf3fb071a
|
Starting Lucene 2.9 branch.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/branches/lucene_2_9@818600 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-24 19:33:28 +00:00 |
Michael McCandless
|
e10adee615
|
improve javadocs for IW.getReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@817876 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-22 22:42:04 +00:00 |
Michael McCandless
|
06a9b8d290
|
LUCENE-1781: fix various issues with lat/lng bounding box computation for contrib/spatial
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@817456 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-22 00:08:21 +00:00 |
Mark Robert Miller
|
16e01820db
|
estimate release in a couple days
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@817268 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-21 14:23:44 +00:00 |
Mark Robert Miller
|
83e500395e
|
fix changes entry for LUCENE-1422, LUCENE-1693 - Token is no longer deprecated
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@817221 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-21 12:23:16 +00:00 |
Mark Robert Miller
|
511c4345b7
|
merge LUCENE-1658 and LUCENE-1451 changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@817220 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-21 12:19:07 +00:00 |
Mark Robert Miller
|
12d36a1fda
|
javadoc spell fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@816702 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-18 16:29:57 +00:00 |
Uwe Schindler
|
ec0c376c45
|
LUCENE-1919: Fix analysis back compat break. Thanks to Robert Muir for the testcases, and Yonik and Mark Miller for testing!
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@816673 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-18 15:36:24 +00:00 |
Michael McCandless
|
0cb96adf12
|
LUCENE-1918: fix corner cases (resulting in exceptions) when passing ParallelReader to IndexWriter.addIndexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@816602 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-18 12:33:51 +00:00 |
Mark Robert Miller
|
7c757a03c1
|
update release date info
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@816368 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-17 20:18:51 +00:00 |
Mark Robert Miller
|
9d7babcb26
|
LUCENE-1913: FastVectorHighlighter: AIOOBE occurs if one PhraseQuery is contained by another PhraseQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@816192 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-17 13:56:51 +00:00 |
Uwe Schindler
|
8934cbd804
|
LUCENE-1911: Add a new DocIdSet.isCacheable() method that defaults to false, but is true for some DocIdSet impls, that are effective and use no disk I/O during iteration (OpenBitSet, SortedVIntList, DocIdBitSet, EMPTY_DOCIDSET, some FieldCache filter impls). CachingWrapperFilter now copies all DocIdSets, which are not cacheable, into an OpenBitSetDISI for caching.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@816154 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-17 12:02:46 +00:00 |
Michael McCandless
|
dac29b3f49
|
LUCENE-1912: fix issue when 2 or more terms are concatenated
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@816151 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-17 11:41:30 +00:00 |
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 |