Erik Hatcher
28e712b2ee
update docs to account for TLP migration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@153802 13f79535-47bb-0310-9956-ffa450edef68
2005-02-14 16:48:47 +00:00
Daniel Naber
d983ab6215
improving documentation about compression, as suggested by Doug
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150610 13f79535-47bb-0310-9956-ffa450edef68
2004-10-14 20:23:03 +00:00
Daniel Naber
d596b8a32b
update to the file format by Bernhard Messer; adding a link to non-Java versions of Lucene
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150608 13f79535-47bb-0310-9956-ffa450edef68
2004-10-13 21:01:12 +00:00
Daniel Naber
683ec6f8dc
fixing a typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150405 13f79535-47bb-0310-9956-ffa450edef68
2004-08-07 11:27:30 +00:00
Daniel Naber
bb402d4e96
let's see if committing works for me -- fix errors in the file format
...
description, as discussed on the mailing list
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150377 13f79535-47bb-0310-9956-ffa450edef68
2004-08-01 15:58:56 +00:00
Erik Hatcher
2ebb5e0ade
minor correction - FieldCount not Count
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150367 13f79535-47bb-0310-9956-ffa450edef68
2004-06-24 01:02:27 +00:00
Erik Hatcher
fd370a1677
bring segments file documentation back in sync with code changes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150365 13f79535-47bb-0310-9956-ffa450edef68
2004-06-16 00:16:16 +00:00
Erik Hatcher
72efb4afbf
adjust .tvf file format to match actual implementation
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150363 13f79535-47bb-0310-9956-ffa450edef68
2004-06-12 16:54:37 +00:00
Doug Cutting
e258441c87
Fixed a few problems with file format doc.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150269 13f79535-47bb-0310-9956-ffa450edef68
2004-03-30 17:28:11 +00:00
Doug Cutting
bf8586b01a
Removed outdated limitations.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150263 13f79535-47bb-0310-9956-ffa450edef68
2004-03-29 23:40:31 +00:00
Doug Cutting
8dd2e3e7f1
Updated file format documentation to note skip data.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150258 13f79535-47bb-0310-9956-ffa450edef68
2004-03-29 22:30:40 +00:00
Otis Gospodnetic
00d94b7319
- Fixed a typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150255 13f79535-47bb-0310-9956-ffa450edef68
2004-03-29 12:46:36 +00:00
Doug Cutting
12eee6df5a
Added term vector support.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150206 13f79535-47bb-0310-9956-ffa450edef68
2004-02-20 20:14:56 +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
Erik Hatcher
fcf192b882
Fix UInt64 typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150083 13f79535-47bb-0310-9956-ffa450edef68
2003-10-08 17:09:24 +00:00
Otis Gospodnetic
1f9fe4fff7
- Corrected(?) the documentation about normalization factors.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150008 13f79535-47bb-0310-9956-ffa450edef68
2003-09-02 13:58:01 +00:00
Otis Gospodnetic
4a18d00b70
- Update after jakarta-site2 update; removed tabs.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149961 13f79535-47bb-0310-9956-ffa450edef68
2003-03-06 19:14:17 +00:00
Otis Gospodnetic
f93b739a97
- Fixed head area.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149878 13f79535-47bb-0310-9956-ffa450edef68
2002-10-30 19:29:47 +00:00
Otis Gospodnetic
533f3e360f
- Lucene file formats.
...
PR:
Obtained from:
Submitted by: Doug Cutting, Clemens Marschner.
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149873 13f79535-47bb-0310-9956-ffa450edef68
2002-10-30 04:10:30 +00:00