added LuceneStorage

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150788 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
cmarschner 2002-06-18 00:49:57 +00:00
parent be12c931f4
commit 91b3058b38
1 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,16 @@
$id: $
$Id$
2002-06-18 (cmarschner)
* added an experimental version of Lucene storage. see FetcherMain.java for details how to use it
LuceneStorage simply saves all fields as specified in WebDocument. add a converter to the
storage pipeline before LuceneStorage to do preprocessing
2002-06-17 (cmarschner)
* moved HostInfo and HostManager to larm.net package
* included URLNormalizer (todo: source code Docs)
* changed filters to use normalized URLs when appropriate;
logs contain normalized version of referer and URL now
(todo: change description of log format in technical_overview.rtf)
2002-06-01 (cmarschner)
* divided Storage into LinkStorage and DocumentStorage