Christoph Goller
41ab0e084c
Fix for problem with "<" and ">" within script.
...
Fixes bug #16952
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150138 13f79535-47bb-0310-9956-ffa450edef68
2003-11-23 18:37:32 +00:00
Christoph Goller
4e9ed24307
Add space for certain html tags. This is a fix for bug 19253.
...
I committed a slightly modified version of Daniel's patch.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150137 13f79535-47bb-0310-9956-ffa450edef68
2003-11-23 17:24:32 +00:00
Christoph Goller
dc4da65595
Fix for deadlock between indexing thread and parsing
...
thread that occurs with long titles. Parsing thread waits
for indexing thread to read from pipeIn, indexing thread
waits for summary. This fixes bug #24301
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150136 13f79535-47bb-0310-9956-ffa450edef68
2003-11-23 15:37:26 +00:00
Christoph Goller
e535a52af6
file timestamp of segments file substituted by version
...
number in segments file
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150135 13f79535-47bb-0310-9956-ffa450edef68
2003-11-20 19:10:41 +00:00
Christoph Goller
dfaa46dd93
seek checks removed; such ckecks are not implemented
...
by the other subclasses of InputStream either. Unit test
adapted accordingly.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150134 13f79535-47bb-0310-9956-ffa450edef68
2003-11-20 19:03:22 +00:00
Christoph Goller
841e65e492
avoid double buffering in CSInputStream
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150133 13f79535-47bb-0310-9956-ffa450edef68
2003-11-20 19:01:44 +00:00
Otis Gospodnetic
054d9a4029
- Renamed a variable to reflect its functionality and fixed indentation.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150132 13f79535-47bb-0310-9956-ffa450edef68
2003-11-18 13:05:13 +00:00
Otis Gospodnetic
80071b33e3
- Added section 1.3 RC3 and the first change in this version.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150131 13f79535-47bb-0310-9956-ffa450edef68
2003-11-18 12:00:12 +00:00
Otis Gospodnetic
3a80552bd0
- Patch from case 23754:
...
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23754
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150130 13f79535-47bb-0310-9956-ffa450edef68
2003-11-18 11:58:19 +00:00
Otis Gospodnetic
1381c24605
- Removed tabs.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150129 13f79535-47bb-0310-9956-ffa450edef68
2003-11-18 11:35:57 +00:00
Erik Hatcher
1a39c55c4c
only throw ParseException from parse methods
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150128 13f79535-47bb-0310-9956-ffa450edef68
2003-11-13 11:42:26 +00:00
Erik Hatcher
812d3329d7
detabify and removed redundant (char) cast
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150127 13f79535-47bb-0310-9956-ffa450edef68
2003-11-12 01:00:50 +00:00
Otis Gospodnetic
cad41dbce6
- Fixed indentation.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150126 13f79535-47bb-0310-9956-ffa450edef68
2003-11-10 14:37:08 +00:00
Otis Gospodnetic
0401cf63e4
- Fixed indentation.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150125 13f79535-47bb-0310-9956-ffa450edef68
2003-11-10 14:31:19 +00:00
Erik Hatcher
e0c4641ac2
harmless qualification of variable
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150124 13f79535-47bb-0310-9956-ffa450edef68
2003-11-06 15:30:57 +00:00
Otis Gospodnetic
97232bf114
- Added webfood.us.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150123 13f79535-47bb-0310-9956-ffa450edef68
2003-11-06 12:48:24 +00:00
Christoph Goller
9cf06f739c
After undeleteAll the reader does not have deletions any
...
longer. So hasDeletions has to become false.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150122 13f79535-47bb-0310-9956-ffa450edef68
2003-10-31 09:46:54 +00:00
Christoph Goller
af3fc298bd
docCount was computed incorrectly by merge causing
...
problems during indexing together with my last change in
IndexWriter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150121 13f79535-47bb-0310-9956-ffa450edef68
2003-10-31 09:28:44 +00:00
Christoph Goller
14b64e1380
use docCount from merger in mergeSegments
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150120 13f79535-47bb-0310-9956-ffa450edef68
2003-10-25 13:54:08 +00:00
Christoph Goller
1a3d49c1ff
modify to use VM property for base data directory, so IDEs can run tests without Ant,
...
simply copied Eriks modification from TestRussianAnalyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150119 13f79535-47bb-0310-9956-ffa450edef68
2003-10-25 11:23:49 +00:00
Erik Hatcher
7d03980697
remove System.out.printlns from tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150118 13f79535-47bb-0310-9956-ffa450edef68
2003-10-23 02:20:48 +00:00
Erik Hatcher
f538150c0b
change tests to use new sys property
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150117 13f79535-47bb-0310-9956-ffa450edef68
2003-10-23 02:02:06 +00:00
Erik Hatcher
ae5b2cc6b7
cleanup velocity.log; set sys property for test cases to use for test files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150116 13f79535-47bb-0310-9956-ffa450edef68
2003-10-23 01:59:55 +00:00
Otis Gospodnetic
4fd1cea634
- Commented out left-over debugging/print statements
...
- Nuked trailing spaces
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150115 13f79535-47bb-0310-9956-ffa450edef68
2003-10-22 16:24:25 +00:00
Doug Cutting
3c52ab7b7b
Updated for 1.2 RC2 release.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150113 13f79535-47bb-0310-9956-ffa450edef68
2003-10-22 15:09:33 +00:00
Doug Cutting
4e6bd151d1
prepare for rc2 release
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150112 13f79535-47bb-0310-9956-ffa450edef68
2003-10-22 14:43:17 +00:00
Doug Cutting
ede163802d
Add IndexReader.undeleteAll().
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150111 13f79535-47bb-0310-9956-ffa450edef68
2003-10-21 18:24:23 +00:00
Doug Cutting
f0d57d81a3
Changed IndexReader so that it can be subclassed.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150110 13f79535-47bb-0310-9956-ffa450edef68
2003-10-21 17:59:17 +00:00
Erik Hatcher
ebd6dc86fa
unify stop word lists with StopAnalyzer - they were identical, so just reuse and avoid possible mismatch later
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150109 13f79535-47bb-0310-9956-ffa450edef68
2003-10-20 18:20:48 +00:00
Erik Hatcher
eda583780c
modify to use VM property for base data directory, so IDEs can run tests without Ant
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150108 13f79535-47bb-0310-9956-ffa450edef68
2003-10-20 18:07:57 +00:00
Erik Hatcher
f08368a613
add dataDir VM property for test cases to use
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150107 13f79535-47bb-0310-9956-ffa450edef68
2003-10-20 18:07:02 +00:00
Doug Cutting
964c1b7ada
Make idf(docFreq,numDocs) public instead of protected.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150106 13f79535-47bb-0310-9956-ffa450edef68
2003-10-17 17:15:57 +00:00
Otis Gospodnetic
3fd7ec2679
- Fixed a bug with usage of IndexWriter.*_LOCK_NAME constants.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150105 13f79535-47bb-0310-9956-ffa450edef68
2003-10-17 10:49:42 +00:00
Otis Gospodnetic
5836af2f63
- Added Let's compare it.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150104 13f79535-47bb-0310-9956-ffa450edef68
2003-10-15 13:54:32 +00:00
Otis Gospodnetic
2d517b1399
- Fixed indentation and organized better.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150103 13f79535-47bb-0310-9956-ffa450edef68
2003-10-15 13:51:38 +00:00
Otis Gospodnetic
ec04efc0f0
- Moved LARM further down, and Snowball and SearchBean further up (I believe
...
more people viewing this page will be interested in them more than they will
be interested in LARM). Added a SF.net link to LARM.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150102 13f79535-47bb-0310-9956-ffa450edef68
2003-10-15 13:50:03 +00:00
Otis Gospodnetic
a1db392da5
- Removed a copy/paste error in SearchBean section, and fixed a link to
...
SearchBean in CVS.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150101 13f79535-47bb-0310-9956-ffa450edef68
2003-10-15 13:46:03 +00:00
Otis Gospodnetic
e08f35fc06
- Reverting to revision 1.34 after a bad commit.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150100 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 14:37:51 +00:00
Otis Gospodnetic
6fe013aa7d
- Added a comment and cleaned up.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150099 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 14:31:38 +00:00
Otis Gospodnetic
6600da8d84
- Indentation cleanup.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150098 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 14:29:47 +00:00
Otis Gospodnetic
b84e20281e
- Made String COMPOUND_EXTENSIONS[] static and moved the definition higher
...
in the code.
- Cleaned up a bit.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150097 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 14:27:28 +00:00
Otis Gospodnetic
485e3c336f
- Changed code to use IndexWriter.WRITE_LOCK_NAME.
...
- Cleaned up indentation a bit.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150096 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 14:25:54 +00:00
Otis Gospodnetic
9e968c9127
- Added WRITE_LOCK_NAME and COMMIT_LOCK_NAME, so that their names are not
...
hard-coded in half a dozen places in the code.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150095 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 14:22:27 +00:00
Otis Gospodnetic
59779c7455
- Added ASL and removed trailing spaces.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150094 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 14:18:04 +00:00
Otis Gospodnetic
34df355b2d
- Added target descriptions, so ant -projecthelp lists them.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150093 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 14:15:14 +00:00
Otis Gospodnetic
5db329f7dc
- Fixed: there is no index.lock, but there is write.lock.
...
- Fixed spellings
- Fixed mentions of .f[0-9]* files - there are no .n[0-9]* files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150092 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 13:53:53 +00:00
Otis Gospodnetic
ff43a5a498
- Added a link to Jeff Linwood's Builder.com article about Lucene.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150091 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 13:22:32 +00:00
Christoph Goller
17af7399fd
termDocs.close() moved.
...
Before that termDocs was used though it had already been closed!
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150090 13f79535-47bb-0310-9956-ffa450edef68
2003-10-11 13:45:51 +00:00
Otis Gospodnetic
b6884a0cba
- Added Christoph Goller and eluniversal.com, updated from jakarta-site2.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150089 13f79535-47bb-0310-9956-ffa450edef68
2003-10-09 14:40:30 +00:00
Erik Hatcher
b118a27a86
Fix e-mail tokenization - thanks Christoph!
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150088 13f79535-47bb-0310-9956-ffa450edef68
2003-10-09 12:24:11 +00:00